Skip to content

Commit

Permalink
Update configuring_aws.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
laidback authored and openshift-cherrypick-robot committed Jun 28, 2018
1 parent 672093b commit 8d075e9
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 @@ -279,12 +279,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 @@ -308,11 +310,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 8d075e9

Please sign in to comment.