Skip to content

Commit 783164c

Browse files
committed
REmove yq usage in doc
per #88, we can remove this line for now and add back later when the clouds.yaml format changes.
1 parent 30df557 commit 783164c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
6363

6464
### Cluster Creation
6565

66-
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:
66+
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.
6767

6868
```bash
6969
cd examples/ibmcloud

0 commit comments

Comments
 (0)