You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/creating-a-machine-pool-ocm.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,12 +101,13 @@ Alternatively, you can add the node labels and taints after you create the machi
101
101
ifdef::openshift-rosa,openshift-dedicated[]
102
102
. Optional: Select additional custom security groups to use for nodes in this machine pool. You must have already created the security groups and associated them with the VPC that you selected for this cluster. You cannot add or edit security groups after you create the machine pool. For more information, see the requirements for security groups in the "Additional resources" section.
103
103
+
104
+
endif::openshift-rosa,openshift-dedicated[]
105
+
ifdef::openshift-rosa[]
104
106
[IMPORTANT]
105
107
====
106
-
You can use up to ten additional security groups for machine pools on {hcp-title} clusters.
108
+
You can use up to ten additional security groups for machine pools on {hcp-title} clusters.
107
109
====
108
-
endif::openshift-rosa,openshift-dedicated[]
109
-
110
+
endif::openshift-rosa[]
110
111
ifdef::openshift-dedicated[]
111
112
. Optional: If you deployed {product-title} on AWS using the Customer Cloud Subscription (CCS) model, use Amazon EC2 Spot Instances if you want to configure your machine pool to deploy machines as non-guaranteed AWS Spot Instances:
Copy file name to clipboardExpand all lines: modules/openshift-architecture-common-terms.adoc
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ admission plugins::
15
15
Admission plugins enforce security policies, resource limitations, or configuration requirements.
16
16
17
17
authentication::
18
-
// The following variations have only minor differences, but are separated for
19
-
// maintainability.
18
+
// The following variations have only minor differences, but are separated for maintainability.
20
19
ifndef::openshift-dedicated,openshift-rosa[]
21
20
To control access to an {product-title} cluster, a cluster administrator can configure user authentication to ensure only approved users access the cluster. To interact with an {product-title} cluster, you must authenticate with the {product-title} API. You can authenticate by providing an OAuth access token or an X.509 client certificate in your requests to the {product-title} API.
22
21
endif::openshift-dedicated,openshift-rosa[]
@@ -65,14 +64,24 @@ A Kubernetes resource object that maintains the life cycle of an application.
65
64
66
65
Dockerfile::
67
66
A text file that contains the user commands to perform on a terminal to assemble the image.
67
+
ifdef::openshift-rosa[]
68
+
hosted control planes::
69
+
A {product-title} feature that enables hosting a control plane on the {product-title} cluster from its data plane and workers. This model performs the following actions:
68
70
71
+
* Optimize infrastructure costs required for the control planes.
72
+
* Improve the cluster creation time.
73
+
* Enable hosting the control plane using the Kubernetes native high level primitives. For example, deployments and stateful sets.
74
+
* Allow a strong network segmentation between the control plane and workloads.
75
+
endif::openshift-rosa[]
76
+
ifndef::openshift-dedicated,openshift-rosa[]
69
77
hosted control planes::
70
78
A {product-title} feature that enables hosting a control plane on the {product-title} cluster from its data plane and workers. This model performs the following actions:
71
79
72
80
* Optimize infrastructure costs required for the control planes.
73
81
* Improve the cluster creation time.
74
82
* Enable hosting the control plane using the Kubernetes native high level primitives. For example, deployments and stateful sets.
75
83
* Allow a strong network segmentation between the control plane and workloads.
84
+
endif::openshift-dedicated,openshift-rosa[]
76
85
77
86
hybrid cloud deployments::
78
87
Deployments that deliver a consistent platform across bare metal, virtual, private, and public cloud environments. This offers speed, agility, and portability.
@@ -134,7 +143,7 @@ For clusters with internet access, {op-system-base-full} provides over-the-air u
134
143
A registry provided by {product-title} to manage images.
135
144
136
145
Operator::
137
-
The preferred method of packaging, deploying, and managing a Kubernetes application in
146
+
The preferred method of packaging, deploying, and managing a Kubernetes application in
0 commit comments