Compare commits
2 Commits
d3a93b8d51
...
71fd6b7e7e
| Author | SHA1 | Date | |
|---|---|---|---|
| 71fd6b7e7e | |||
| 5b0671f44a |
@ -122,7 +122,7 @@ controlPlane:
|
||||
architecture: amd64
|
||||
hyperthreading: Enabled
|
||||
name: master
|
||||
replicas: 1
|
||||
replicas: 3
|
||||
networking:
|
||||
clusterNetwork:
|
||||
- cidr: 10.128.0.0/14
|
||||
|
||||
@ -183,6 +183,21 @@ Once the transfer has completed we need to log into our high side disconnected s
|
||||
|
||||
```bash
|
||||
ssh highside
|
||||
```
|
||||
|
||||
```bash
|
||||
cd /mnt/high-side-data
|
||||
podman login -u init -p discopass $(hostname):8443
|
||||
oc-mirror --from=/mnt/high-side-data/mirror_seq2_000000.tar docker://$(hostname):8443
|
||||
```
|
||||
|
||||
## 2.6 - Verify new operators are available
|
||||
|
||||
After a couple of minutes the mirror process will complete. We then need to tell OpenShift about the new content that is available by running the commands below:
|
||||
|
||||
```bash
|
||||
oc apply -f ./oc-mirror-workspace/results-*/
|
||||
```
|
||||
|
||||
|
||||
We can then check that our new operators are available in the OpenShift Web Console.
|
||||
|
||||
Reference in New Issue
Block a user