@@ -7,7 +7,7 @@ cannot determine on its own and providing reasonable defaults for everything
7
7
else. For more advanced users, the installer provides facilities for varying
8
8
levels of customization.
9
9
10
- In [ supported environments] ( # supported-environments) , the installer is also
10
+ In [ supported environments] [ supported-environments ] , the installer is also
11
11
capable of provisioning the underlying infrastructure for the cluster. It is
12
12
recommended that most users make use of this functionality in order to avoid
13
13
having to provision their own infrastructure. In unsupported environments or
@@ -20,9 +20,8 @@ installer.
20
20
21
21
In the prior step, we downloaded the following:
22
22
23
- 1 . installer (e.g. openshift-install-linux-amd64)
24
- 1 . pull secret
25
- 1 . configured env var for OPENSHIFT_PULL_SECRET_PATH
23
+ 1 . installer (e.g. ` openshift-install-linux-amd64 ` )
24
+ 1 . pull secret (e.g. ` ~/Downloads/pull-secret ` )
26
25
27
26
## Wizard
28
27
@@ -80,49 +79,11 @@ INFO kubeadmin user password: Seiv2-q9xJW-2rHR2-UGRRj
80
79
INFO Install complete! The kubeconfig is located here: /home/decarr/go/src/github.com/openshift/installer/auth/kubeconfig
81
80
```
82
81
83
- ## Populated Answers
82
+ ## Multiple Invocations
84
83
85
- If you want to avoid the wizard, its useful to setup a set of env vars for a
86
- particular cloud platform.
87
-
88
- ### Amazon Web Services
89
-
90
- #### Linux
91
-
92
- ```
93
- ## location of previously downloaded pull secret
94
- export OPENSHIFT_INSTALL_PULL_SECRET_PATH=~/Downloads/pull-secret
95
- ## location of SSH public key
96
- export OPENSHIFT_INSTALL_SSH_PUB_KEY_PATH=~/.ssh/id_rsa.pub
97
- export OPENSHIFT_INSTALL_PLATFORM=aws
98
-
99
- ## name of cluster
100
- export OPENSHIFT_INSTALL_CLUSTER_NAME=my-cluster
101
- export OPENSHIFT_INSTALL_PASSWORD=my-password
102
- export OPENSHIFT_INSTALL_AWS_REGION=us-east-2
103
- export OPENSHIFT_INSTALL_BASE_DOMAIN=devcluster.example.com
104
- ./openshift-install-linux-amd64 create cluster
105
- ```
106
-
107
- #### Mac
108
-
109
- ```
110
- ## location of previously downloaded pull secret
111
- export OPENSHIFT_INSTALL_PULL_SECRET_PATH=~/Downloads/pull-secret
112
- ## location of SSH public key
113
- export OPENSHIFT_INSTALL_SSH_PUB_KEY_PATH=~/.ssh/id_rsa.pub
114
- export OPENSHIFT_INSTALL_PLATFORM=aws
115
-
116
- ## name of cluster
117
- export OPENSHIFT_INSTALL_CLUSTER_NAME=my-cluster
118
- export OPENSHIFT_INSTALL_PASSWORD=my-password
119
- export OPENSHIFT_INSTALL_AWS_REGION=us-east-2
120
- export OPENSHIFT_INSTALL_BASE_DOMAIN=devcluster.example.com
121
- ./openshift-install-darwin-amd64 create cluster
122
- ```
123
-
124
- ## Supported Environments
125
-
126
- - AWS
84
+ If you want to avoid the wizard in future runs, you can [ save the generated ` install-config.yaml ` and reuse it later] [ multiple-invocations ] .
127
85
128
86
Next: [ Exploring the Cluster] ( 03-explore.md )
87
+
88
+ [ multiple-invocations ] : https://github.com/openshift/installer/blob/master/docs/user/overview.md#multiple-invocations
89
+ [ supported-environments ] : https://github.com/openshift/installer/blob/master/README.md#supported-platforms
0 commit comments