Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the kubectl config command in cheatsheet.md (#16556)
`kubectl config view -o jsonpath='{.users[].name}' ` in the doc doesn't get the list of users as described in the comment actually. To get the list of users, the json path should be `'{.users[].name}' `
- Loading branch information