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: documentation/ztp-for-factories/ztp-for-factory-pipeline-edge.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The Hub Workflow will be something like what you're seeing in the image, let's d
40
40
image::pipeline-spoke-workflow.png[]
41
41
42
42
- **Download the code**:
43
-
This phase will be mandatory or not, depending the scenario, if the environemnt it's fully disconnected, this source code will be embbeded into the Container Image.
43
+
This phase will be mandatory or not, depending the scenario, if the environment it's fully disconnected, this source code will be embedded into the Container Image.
44
44
45
45
- **Check the Hub cluster**:
46
46
We will ensure all the things are ready to start the Hub provisioning, things like ClusterOperators, ClusterVersion and Nodes up and ready are basic to start working.
@@ -55,10 +55,10 @@ This is one of the Key steps, without this you will not be able to access the AP
55
55
This step will deploy Local Storage Operator and also OpenShift Storage. Local Storage Operator will use the node disks (NVMEs) to create PVs, which OCS will use to deploy the StorageCluster on top of them, to generate the Storage Classes and Dynamic provisioning of the PVs.
56
56
57
57
- **Deploy Quay**:
58
-
We will deploy Quay Operator and components of Quay because the final customer will need a fully supported solution in the Edge and the factory (in the most probable scenario) will have their own internal registry in the factory. This Quay deployment has an small foot print enabling only the things needded to host an Internal Registry with basic functions.
58
+
We will deploy Quay Operator and components of Quay because the final customer will need a fully supported solution in the Edge and the factory (in the most probable scenario) will have their own internal registry in the factory. This Quay deployment has an small foot print enabling only the things needed to host an Internal Registry with basic functions.
59
59
60
60
- **Deploy Worker Node**:
61
61
At this point we will deploy the Worker node, and we will make it join to the Edge cluster.
62
62
63
-
- **Dettach Edge Cluster**:
64
-
This final step will perform some actions, first ensure that the things are well set and working. After that it will save the SSH-RSA keys, Kubeconfig and Kubeadmin password into the Hub, more concretelly in the <spoke-cluster-name> Namespace in the hub cluster. This could be sent afterwards to the customer, this policy should be set by the factory.
63
+
- **Detach Edge Cluster**:
64
+
This final step will perform some actions, first ensure that the things are well set and working. After that it will save the SSH-RSA keys, Kubeconfig and Kubeadmin password into the Hub, more concretely in the <spoke-cluster-name> Namespace in the hub cluster. This could be sent afterwards to the customer, this policy should be set by the factory.
Copy file name to clipboardExpand all lines: documentation/ztp-for-factories/ztp-for-factory-pipeline-hub.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The Hub Workflow will be something like what you're seeing in the image, let's d
36
36
image::pipeline-hub-workflow.png[]
37
37
38
38
- **Download the code**:
39
-
This phase will be mandatory or not, depending on the scenario. If the environemnt is fully disconnected, this source code will be embbeded into the Container Image.
39
+
This phase will be mandatory or not, depending on the scenario. If the environment is fully disconnected, this source code will be embedded into the Container Image.
40
40
41
41
- **Check the Hub cluster**:
42
42
We will ensure all the things are ready to start the Hub provisioning. ClusterOperators, ClusterVersion and up and ready Nodes are all essential to start working.
0 commit comments