error: when paths, URLs, or stdin is provided as input, you may not specify resource arguments as well

1 개요[ | ]

error: when paths, URLs, or stdin is provided as input, you may not specify resource arguments as well
testuser@localhost:~$ kubectl get no -f kubeconfig.yaml
error: when paths, URLs, or stdin is provided as input, you may not specify resource arguments as well
testuser@localhost:~$ kubectl get no -f kubeconfig.yaml -v=9
I0607 14:51:49.172079     752 loader.go:373] Config loaded from file:  /home/testuser/.kube/config
error: when paths, URLs, or stdin is provided as input, you may not specify resource arguments as well
testuser@localhost:~$ kubectl get no --kubeconfig=kubeconfig.yaml
NAME                          STATUS   ROLES    AGE   VERSION
...

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}