File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Lastly, you need some binaries to work with OpenShift and OpenStack. This is
48
48
easy, just run:
49
49
50
50
``` bash
51
- sudo dnf install jq python2 -openstackclient origin-clients
51
+ sudo dnf install jq python -openstackclient
52
52
```
53
53
54
54
## Cluster Configuration
@@ -69,7 +69,7 @@ CLUSTER_NAME What your ocp cluster will be nicknamed. This naming scheme i
69
69
```
70
70
71
71
Finally you need to obtain a pull secret from [ here] ( https://cloud.redhat.com/openshift/install/osp/installer-provisioned ) ,
72
- and replace ` PULL_SECRET ` vaiable with the new value. If you don't do this
72
+ and replace ` PULL_SECRET ` variable with the new value. If you don't do this
73
73
you can still install the cluster, but you won't be able to create new
74
74
applications in OpenShift because you won't have access to private images.
75
75
You can’t perform that action at this time.
0 commit comments