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