Skip to content

Commit

Permalink
Merge pull request #10434 from kalexand-rh/pr8859
Browse files Browse the repository at this point in the history
Update configuring_aws.adoc
  • Loading branch information
kalexand-rh authored Jun 28, 2018
2 parents 44d1abd + 3e3e71c commit 5dc49da
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions install_config/configuring_aws.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,14 @@ if you configured AWS provider credentials, you must also ensure that all
hosts are labeled.

To correctly identify which resources are associated with a cluster, tag
resources with the key `kubernetes.io/cluster/<name>,Value=<clusterid>`, where:
resources with the key `kubernetes.io/cluster/<clusterid>`, where:

* `<name>` is a unique name for the cluster.
* `<clusterid>` is a cluster identifier unique to the AWS Availability Zone.
* `<clusterid>` is a unique name for the cluster.

Tagging all relevant resources with the `kubernetes.io/cluster/<name>,Value=<clusterid>`
Set the corresponding value to `owned` if the node belongs exclusively to the
cluster or to `shared` if it is a resource shared with other systems.

Tagging all resources with the `kubernetes.io/cluster/<clusterid>,Value=(owned|shared)`
tag avoids potential issues with multiple zones or multiple clusters.

[NOTE]
Expand All @@ -309,11 +311,11 @@ There are four types of resources that need to be tagged:
[[aws-tagging-an-existing-cluster]]
=== Tagging an Existing Cluster

A cluster uses the value of the `kubernetes.io/cluster/<name>,Value=<clusterid>`
tag to determine which resources belong to the AWS cluster. This means that all
relevant resources must be labeled with the
`kubernetes.io/cluster/<name>,Value=<clusterid>` using the same values for that
key. These resources include:
A cluster uses the value of the
`kubernetes.io/cluster/<clusterid>,Value=(owned|shared)` tag to determine which
resources belong to the AWS cluster. This means that all relevant resources must
be labeled with the `kubernetes.io/cluster/<clusterid>,Value=(owned|shared)`
tag using the same values for that key. These resources include:

* All hosts.
* All relevant load balancers to be used in the AWS instances.
Expand Down

0 comments on commit 5dc49da

Please sign in to comment.