Skip to content

Commit

Permalink
fix(ci): modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dakehero committed Mar 14, 2024
1 parent b6890dd commit 5974f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Edit cluster variables in file `ci/tf/example.tfvars` and run:
``` bash
./provision.sh
```
kubectl config file locates at `ci/kube/config-public`.
kubectl config file locates at `ci/playbook/kube/config-public`.

```bash
export KUBECONFIG=ci/kube/config-public
export KUBECONFIG=ci/playbook/kube/config-public
kubectl get nodes -A -o wide
```

Expand Down

0 comments on commit 5974f30

Please sign in to comment.