Skip to content

Commit e53bd6c

Browse files
authored
Merge pull request #92 from gyliu513/examples
Rename example->examples to keep consistent with aws, openstack etc.
2 parents 43364b9 + 401880d commit e53bd6c

File tree

12 files changed

+2
-2
lines changed

12 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
6666
1. Create the `cluster.yaml`, `machines.yaml`, `provider-components.yaml`, and `addons.yaml` files if needed. If you want to use the `generate-yaml.sh` script, then you will need kustomize version 1.0.11, which can be found at https://github.com/kubernetes-sigs/kustomize/releases/tag/v1.0.11, and the latest go implementation of yq, which can be found at https://github.com/mikefarah/yq. The script has the following usage:
6767

6868
```bash
69-
cd example/ibmcloud
69+
cd examples/ibmcloud
7070
./generate-yaml.sh [options] <path/to/clouds.yaml> <provider os: [centos,ubuntu,coreos]>
7171
cd ../..
7272
```
7373

7474
`<clouds.yaml>` is a yaml file to record how to interact with IBM Cloud, there's a sample
75-
[clouds.yaml](cmd/clusterctl/example/ibmcloud/clouds.yaml.template).
75+
[clouds.yaml](cmd/clusterctl/examples/ibmcloud/clouds.yaml.template).
7676

7777
`<provider os>` specifies the operating system of the virtual machines Kubernetes will run on.
7878
Supported Operating Systems:

0 commit comments

Comments
 (0)