[ci skip] update kubectl skill to use local kubeconfig
This commit is contained in:
parent
5b9c6484a1
commit
b5a74c2016
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Run kubectl commands on the cluster.
|
Run kubectl commands on the cluster.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl $ARGUMENTS
|
kubectl --kubeconfig $(pwd)/config $ARGUMENTS
|
||||||
```
|
```
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue