Skip to content

Commit

Permalink
Merge pull request #204 from oguzhanun/patch-1
Browse files Browse the repository at this point in the history
A missing item
  • Loading branch information
k8s-ci-robot authored May 3, 2021
2 parents de744fa + ce8a07a commit d311004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Follow these steps when upgrading an existing cluster by launching the aws-cloud
1. Add the `--cloud-provider=external` to the kube-controller-manager config.
1. Add the `--cloud-provider=external` to the kube-apiserver config.
1. Add the `--cloud-provider=external` to each the kubelet's config.
1. Add the tag kubernetes.io/cluster/your_cluster_id=owned (if resources are owned and managed by the cluster) or kubernetes.io/cluster/your_cluster_id=shared (if resources are shared between clusters, and should not be destroyed if the cluster is destroyed) to your instances.
1. Deploy the required RBAC to your cluster:
`kubectl apply -f https://raw.githubusercontent.com/kubernetes/cloud-provider-aws/master/manifests/rbac.yaml`
1. Deploy the cloud-controller-manager to your cluster:
Expand Down

0 comments on commit d311004

Please sign in to comment.