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
* Fix README.md
Required option --provider-os was added to generate-yaml.sh in openshift#90.
This patch fixes Cluster Creation section in README.md.
* Apply suggestions from code review
Co-Authored-By: hidekazuna <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,13 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
37
37
38
38
```bash
39
39
cd examples/openstack
40
-
./generate-yaml.sh
40
+
./generate-yaml.sh --provider-os [os name]
41
41
cd ../..
42
42
```
43
+
[os name] is the operating system of your provider environment.
44
+
Supported Operating Systems:
45
+
-`ubuntu`
46
+
-`centos`
43
47
44
48
#### Interactively submit provider information
45
49
By default, the generater script will give you a series of command line prompts, asking the following information about your cloud provider:
@@ -78,22 +82,22 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
78
82
To pass a clouds.yaml file to generate-yaml, set the **-c** or **--clouds** options, followed by the path to a clouds.yaml file. Here are some examples of this syntax:
To choose a specific minikube driver, please use the `--vm-driver` command line parameter. For example to use the kvm2 driver with clusterctl you woud add `--vm-driver kvm2`, for linux, if you haven't installed any driver, you can add `--vm-driver none`.
0 commit comments