mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-16 06:49:38 +00:00
Automatic merge from submit-queue add rolebinding/clusterrolebinding to describe.go **What this PR does / why we need it**: ``` ./cluster/kubectl.sh describe clusterrolebinding system:kube-dns Name: system:kube-dns Labels: kubernetes.io/bootstrapping=rbac-defaults Annotations: rbac.authorization.kubernetes.io/autoupdate=true Role: Kind: ClusterRole Name: system:kube-dns Subjects: Kind Name Namespace ---- ---- --------- ServiceAccount kube-dns kube-system ``` **Which issue this PR fixes**: **Special notes for your reviewer**: **Release note**: ```release-note NONE ```