Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰: Use external CCM in default template #4678

Merged
merged 1 commit into from
Dec 14, 2023

Commits on Dec 11, 2023

  1. 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 <nolan@nbrubaker.com>
    nrb committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    37e7814 View commit details
    Browse the repository at this point in the history