Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use external CCM in default template
Copies the structure of the cluster-template-external-cloud-provider.yaml into the default template, with the folloiwng changes. * The following version updates were made: aws-cloud-controller-manager: v1.28.3 CSI driver: v1.25.0 CSI provisioner: v3.6.2 CSI attacher: v4.4.2 CSI resizer: v1.9.2 CSI livenessprobe: v2.11.0 CSI register: v2.9.2 * The CNI references were removed, since the Quickstart lets the user install their own CNI. * Updated the contents of the aws-ccm-external.yaml file based on files in https://github.com/kubernetes/cloud-provider-aws/tree/master/examples/existing-cluster/base. ** Changed `--configure-cloud-routes=false` from the default ** Changed node selector from `node-role.kubernetes.io/master` to `node-role.kubernetes.io/controle-plane`. NOTE: Because this change requires the use of ClusterResourceSet, the Quickstart will need to be updated to include `export EXP_CLUSTER_RESOURCE_SET=true` prior to initializing the management cluster. Signed-off-by: Nolan Brubaker <[email protected]>
- Loading branch information