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
@@ -299,6 +314,10 @@ After making any changes, restart the controller services to apply them.
299
314
[source,terminal]
300
315
----
301
316
$ master-restart api
317
+
----
318
+
319
+
[source,terminal]
320
+
----
302
321
$ master-restart controllers
303
322
----
304
323
@@ -337,7 +356,6 @@ admissionConfig:
337
356
<1> The group or resource to whose consumption is limited by default.
338
357
<2> The name of the resource tracked by quota associated with the group/resource to limit by default.
339
358
340
-
341
359
In the above example, the quota system intercepts every operation that creates or updates a `PersistentVolumeClaim`. It checks what resources controlled by quota would be consumed. If there is no covering quota for those resources in the project, the request is denied. In this example, if a user creates a `PersistentVolumeClaim` that uses storage associated with the gold storage class and there is no matching quota in the project, the request is denied.
<1> Replace `<api_vip>` with the hostname for the cluster's API server. This can be the DNS domain for the API server or the IP address of the single node which the worker node can reach. For example, `api.compute-1.example.com`.
53
53
<2> Replace `<openshift_cluster_name>` with the plain text name for the cluster. The cluster name should match the cluster name that was set during the Day 1 cluster installation.
54
-
54
+
+
55
55
.. Import the cluster and set the `$CLUSTER_ID` variable. Run the following command:
<2> Replace `<path_to_ssh_pub_key>` with the path to the public SSH key required to access the host. If you do not set this value, you cannot access the host while in discovery mode.
84
84
<3> Replace `<infraenv_name>` with the plain text name for the `InfraEnv` resource.
85
85
<4> Replace `<iso_image_type>` with the ISO image type, either `full-iso` or `minimal-iso`.
86
-
86
+
+
87
87
.. Post the `$INFRA_ENV_REQUEST` to the link:https://api.openshift.com/?urls.primaryName=assisted-service%20service#/installer/RegisterInfraEnv[/v2/infra-envs] API and set the `$INFRA_ENV_ID` variable:
0 commit comments