mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-16084: Restructured Subnet Tagging info
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
fbfa92bd56
commit
c24d3f1f2a
@@ -3,12 +3,21 @@
|
||||
// * rosa_hcp/rosa-hcp-quickstart-guide.adoc
|
||||
// * rosa_hcp/rosa-hcp-creating-cluster-with-aws-kms-key.adoc
|
||||
// * rosa_hcp/rosa-hcp-sts-creating-a-cluster-quickly.adoc
|
||||
ifeval::["{context}" == "rosa-hcp-prereqs"]
|
||||
:hcp-preqs:
|
||||
endif::[]
|
||||
|
||||
:_mod-docs-content-type: PROCEDURE
|
||||
[id="rosa-hcp-vpc-subnet-tagging_{context}"]
|
||||
= Tagging your subnets
|
||||
|
||||
Before you can use your VPC to create a {product-title} cluster, you must tag your VPC subnets. Automated service preflight checks verify that these resources are tagged correctly before you can use these resources for a cluster. The following table shows how your resources should be tagged:
|
||||
ifdef::hcp-preqs[]
|
||||
If you created your own VPC to create a {product-title} cluster, you must tag your VPC subnets.
|
||||
endif::hcp-preqs[]
|
||||
ifndef::hcp-preqs[]
|
||||
Before you can use your VPC to create a {product-title} cluster, you must tag your VPC subnets.
|
||||
endif::hcp-preqs[]
|
||||
Automated service preflight checks verify that these resources are tagged correctly before you can use these resources for a cluster. The following table shows how your resources should be tagged:
|
||||
|
||||
[cols="3a,8a,8a", options="header"]
|
||||
|===
|
||||
@@ -38,7 +47,7 @@ You must tag at least one private subnet and, if applicable, one public subnet.
|
||||
|
||||
.Procedure
|
||||
|
||||
. Tag your resources in your terminal by running the following commands:
|
||||
* Tag your resources in your terminal by running the following commands:
|
||||
.. For public subnets, run:
|
||||
+
|
||||
[source,terminal]
|
||||
@@ -67,4 +76,7 @@ $ aws ec2 describe-tags --filters "Name=resource-id,Values=<subnet_id>"
|
||||
----
|
||||
TAGS Name <subnet-id> subnet <prefix>-subnet-public1-us-east-1a
|
||||
TAGS kubernetes.io/role/elb <subnet-id> subnet 1
|
||||
----
|
||||
----
|
||||
ifeval::["{context}" == "rosa-hcp-prereqs"]
|
||||
:!hcp-preqs:
|
||||
endif::[]
|
||||
@@ -125,6 +125,7 @@ include::modules/osd-aws-privatelink-firewall-prerequisites.adoc[leveloffset=+2]
|
||||
endif::openshift-rosa[]
|
||||
ifdef::openshift-rosa-hcp[]
|
||||
include::modules/rosa-hcp-firewall-prerequisites.adoc[leveloffset=+2]
|
||||
include::modules/rosa-hcp-vpc-subnet-tagging.adoc[leveloffset=+2]
|
||||
endif::openshift-rosa-hcp[]
|
||||
|
||||
[role="_additional-resources"]
|
||||
|
||||
Reference in New Issue
Block a user