Skip to content

Commit

Permalink
Try kind 0.4.0 for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLike committed Jul 2, 2019
1 parent ae619b4 commit 4e56762
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- sudo apt-get update
- sudo apt-get install -y kubectl
# Download kind binary (0.2.0)
- sudo curl -o /usr/local/bin/kind -L https://github.com/kubernetes-sigs/kind/releases/download/0.2.0/kind-linux-amd64
- sudo curl -o /usr/local/bin/kind -L https://github.com/kubernetes-sigs/kind/releases/download/v0.4.0/kind-linux-amd64
- sudo chmod +x /usr/local/bin/kind
script:
- make vkctl
Expand Down
9 changes: 5 additions & 4 deletions hack/e2e-kind-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# this config file contains all config fields with comments
kind: Config
apiVersion: kind.sigs.k8s.io/v1alpha2
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
# 1 control plane node and 3 workers
nodes:
# the control plane node config
- role: control-plane
# the three workers
- role: worker
# replicas specifies the number of nodes to create with this configuration
replicas: 4
- role: worker
- role: worker
- role: worker

0 comments on commit 4e56762

Please sign in to comment.