We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
文档版本 版本是v1.14
现象描述 进入pod时显示无权限,按照其他人说的加授权也是失败 root@zhangjun-k8s01 work]# kubectl create clusterrolebinding kube-apiserver:kubelet-apis --clusterrole=system:kubelet-api-admin --user kubernetes Error from server (AlreadyExists): clusterrolebindings.rbac.authorization.k8s.io "kube-apiserver:kubelet-apis" already exists [root@zhangjun-k8s01 work]# kubectl exec dnsutils-ds-nzj9m nslookup kubernetes error: unable to upgrade connection: Forbidden (user=kubernetes, verb=create, resource=nodes, subresource=proxy)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
文档版本
版本是v1.14
现象描述
进入pod时显示无权限,按照其他人说的加授权也是失败
root@zhangjun-k8s01 work]# kubectl create clusterrolebinding kube-apiserver:kubelet-apis --clusterrole=system:kubelet-api-admin --user kubernetes
Error from server (AlreadyExists): clusterrolebindings.rbac.authorization.k8s.io "kube-apiserver:kubelet-apis" already exists
[root@zhangjun-k8s01 work]# kubectl exec dnsutils-ds-nzj9m nslookup kubernetes
error: unable to upgrade connection: Forbidden (user=kubernetes, verb=create, resource=nodes, subresource=proxy)
The text was updated successfully, but these errors were encountered: