Skip to content

Commit

Permalink
Bump kOps k8s version to 1.27; Bump eksctl k8s version to 1.26
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed May 22, 2023
1 parent 4e96fd3 commit 39b0c07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
8 changes: 4 additions & 4 deletions hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ IMAGE_TAG=${IMAGE_TAG:-${TEST_ID}}

# kops: must include patch version (e.g. 1.19.1)
# eksctl: mustn't include patch version (e.g. 1.19)
K8S_VERSION_KOPS=${K8S_VERSION_KOPS:-${K8S_VERSION:-1.26.2}}
K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:-${K8S_VERSION:-1.25}}
K8S_VERSION_KOPS=${K8S_VERSION_KOPS:-${K8S_VERSION:-1.27.0}}
K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:-${K8S_VERSION:-1.26}}

KOPS_VERSION=${KOPS_VERSION:-1.26.2}
KOPS_VERSION=${KOPS_VERSION:-1.27.0-alpha.2}
KOPS_STATE_FILE=${KOPS_STATE_FILE:-s3://k8s-kops-csi-e2e}
KOPS_PATCH_FILE=${KOPS_PATCH_FILE:-./hack/kops-patch.yaml}
KOPS_PATCH_NODE_FILE=${KOPS_PATCH_NODE_FILE:-./hack/kops-patch-node.yaml}

EKSCTL_VERSION=${EKSCTL_VERSION:-0.133.0}
EKSCTL_VERSION=${EKSCTL_VERSION:-0.141.0}
EKSCTL_PATCH_FILE=${EKSCTL_PATCH_FILE:-./hack/eksctl-patch.yaml}
EKSCTL_ADMIN_ROLE=${EKSCTL_ADMIN_ROLE:-}
# Creates a windows node group.
Expand Down
19 changes: 0 additions & 19 deletions hack/kops-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,25 +143,6 @@ spec:
}
}
]
kubeAPIServer:
featureGates:
CSIMigration: "true"
CSIMigrationAWS: "true"
ExpandCSIVolumes: "true"
CSIInlineVolume: "true"
kubeControllerManager:
featureGates:
CSIMigration: "true"
CSIMigrationAWS: "true"
ExpandCSIVolumes: "true"
CSIInlineVolume: "true"
kubelet:
featureGates:
CSIMigration: "true"
CSIMigrationAWS: "true"
ExpandCSIVolumes: "true"
CSIInlineVolume: "true"
anonymousAuth: false
cloudConfig:
awsEBSCSIDriver:
enabled: true
Expand Down

0 comments on commit 39b0c07

Please sign in to comment.