Skip to content

Commit

Permalink
Merge pull request #567 from wongma7/bump-test
Browse files Browse the repository at this point in the history
Bump all e2e test clusters to latest version 1.18.9
  • Loading branch information
k8s-ci-robot committed Sep 23, 2020
2 parents e95bb1d + be551a8 commit f4ecbc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tester/migration-test-config.yaml
Expand Up @@ -4,7 +4,7 @@ cluster:
zones: us-west-2a
nodeCount: 3
nodeSize: c5.large
kubernetesVersion: 1.15.3
kubernetesVersion: 1.18.9
featureGates: |2
kubeAPIServer:
featureGates:
Expand Down Expand Up @@ -94,7 +94,7 @@ install: |
--set image.tag=$IMAGE_TAG \
./aws-ebs-csi-driver
uninstall: |
uninstall: |
echo "Removing driver"
helm del --purge aws-ebs-csi-driver
Expand Down
4 changes: 2 additions & 2 deletions tester/multi-az-config.yaml
Expand Up @@ -4,7 +4,7 @@ cluster:
zones: us-west-2a,us-west-2b,us-west-2c
nodeCount: 3
nodeSize: c5.large
kubernetesVersion: 1.16.0
kubernetesVersion: 1.18.9
featureGates: |2
kubeAPIServer:
featureGates:
Expand Down Expand Up @@ -87,7 +87,7 @@ install: |
kubectl get po -n kube-system
uninstall: |
uninstall: |
echo "Removing driver"
bin/helm del --purge aws-ebs-csi-driver
Expand Down
4 changes: 2 additions & 2 deletions tester/single-az-config.yaml
Expand Up @@ -4,7 +4,7 @@ cluster:
zones: us-west-2a
nodeCount: 3
nodeSize: c5.large
kubernetesVersion: 1.16.0
kubernetesVersion: 1.18.9
featureGates: |2
kubeAPIServer:
featureGates:
Expand Down Expand Up @@ -90,7 +90,7 @@ install: |
kubectl get po -n kube-system
uninstall: |
uninstall: |
echo "Removing driver"
bin/helm del --purge aws-ebs-csi-driver
Expand Down

0 comments on commit f4ecbc6

Please sign in to comment.