Skip to content

Commit 0629317

Browse files
authored
Merge pull request #98 from jichenjc/remove_yq_doc
REmove yq usage in doc
2 parents 30df557 + 783164c commit 0629317

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)