Skip to content

Commit

Permalink
Merge pull request #26755 from CecileRobertMichon/fix-apiversion-k8s-…
Browse files Browse the repository at this point in the history
…version

CAPZ: fix kubernetes version in apiversion test
  • Loading branch information
k8s-ci-robot authored Jul 6, 2022
2 parents 1b8c10d + 44dd2bc commit 4f9285f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "API Version Upgrade"
- name: KUBERNETES_VERSION
value: "v1.22.9"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "API Version Upgrade"
- name: KUBERNETES_VERSION
value: "v1.22.9"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "API Version Upgrade"
- name: KUBERNETES_VERSION
value: "v1.22.9"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down

0 comments on commit 4f9285f

Please sign in to comment.