File tree 4 files changed +14
-6
lines changed
clusters/hosted_control_planes
4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ api IN A 1xx.2x.2xx.1xx <1>
29
29
api-int IN A 1xx.2x.2xx.1xx
30
30
;
31
31
;
32
- *.apps.${HOSTED_CLUSTER_NAME}.${BASEDOMAIN} IN A 1xx.2x.2xx.1xx
32
+ *.apps IN A 1xx.2x.2xx.1xx
33
33
;
34
34
;EOF
35
35
----
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ export BASEDOMAIN="krnl.es"
14
14
export PULL_SECRET_FILE=$PWD/pull-secret
15
15
export MACHINE_CIDR=192.168.122.0/24
16
16
export ETCD_STORAGE="lvm-storageclass"
17
+ export OCP_RELEASE=4.14.0-multi
18
+ export SSH_KEY=${HOME}/.ssh/id_rsa.pub
17
19
oc create ns ${HOSTED_CONTROL_PLANE_NAMESPACE}
18
20
19
21
hcp create cluster agent \
@@ -22,7 +24,12 @@ hcp create cluster agent \
22
24
--agent-namespace=${HOSTED_CONTROL_PLANE_NAMESPACE} \
23
25
--base-domain=${BASEDOMAIN} \
24
26
--api-server-address=api.${HOSTED_CLUSTER_NAME}.${BASEDOMAIN} \
25
- --etcd-storage-class=${ETCD_STORAGE}
27
+ --etcd-storage-class=${ETCD_STORAGE} \
28
+ --ssh-key ${SSH_KEY} \
29
+ --namespace ${CLUSTERS_NAMESPACE} \
30
+ --control-plane-availability-policy SingleReplica \
31
+ --release-image=quay.io/openshift-release-dev/ocp-release:${OCP_RELEASE} \
32
+ --api-server-address=api.${HOSTED_CLUSTER_NAME}.${BASEDOMAIN}
26
33
----
27
34
28
35
+
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ metadata:
16
16
name: ${HOSTED_CLUSTER_NAME}
17
17
namespace: ${HOSTED_CONTROL_PLANE_NAMESPACE}
18
18
spec:
19
+ cpuArchitecture: s390x
19
20
pullSecretRef:
20
21
name: pull-secret
21
22
sshAuthorizedKey: ${SSH_PUB_KEY}
Original file line number Diff line number Diff line change @@ -107,16 +107,16 @@ See the following output:
107
107
[source,bash]
108
108
----
109
109
NAME CLUSTER NODENAME PROVIDERID PHASE AGE VERSION
110
- hosted-forwarder-79558597ff-5tbqp hosted-forwarder-crqq5 worker-zvm-0.hostedn.example.com agent://50c23cda-cedc-9bbd-bcf1-9b3a5c75804d Running 41h 4.14.0-ec.2
111
- hosted-forwarder-79558597ff-lfjfk hosted-forwarder-crqq5 worker-zvm-1.hostedn.example.com agent://5e498cd3-542c-e54f-0c58-ed43e28b568a Running 41h 4.14.0-ec.2
110
+ hosted-forwarder-79558597ff-5tbqp hosted-forwarder-crqq5 worker-zvm-0.hostedn.example.com agent://50c23cda-cedc-9bbd-bcf1-9b3a5c75804d Running 41h 4.14.0
111
+ hosted-forwarder-79558597ff-lfjfk hosted-forwarder-crqq5 worker-zvm-1.hostedn.example.com agent://5e498cd3-542c-e54f-0c58-ed43e28b568a Running 41h 4.14.0
112
112
----
113
113
114
114
. Run the following command to check the cluster version:
115
115
116
116
+
117
117
[source,bash]
118
118
----
119
- oc --kubeconfig <hosted_control_plane_names >.kubeconfig get clusterversion,co
119
+ oc --kubeconfig <hosted_cluster_name >.kubeconfig get clusterversion,co
120
120
----
121
121
122
122
+
@@ -165,4 +165,4 @@ operator-lifecycle-manager-catalog 4.14.2 True False F
165
165
operator-lifecycle-manager-packageserver 4.14.2 True False False 5h47m
166
166
service-ca 4.14.2 True False False 5h35m
167
167
storage 4.14.2 True False False 5h47m
168
- ----
168
+ ----
You can’t perform that action at this time.
0 commit comments