AK
Size: a a a
AK
VS
AK
AK
AK
VS
AK
VS
M
NA
KN
J
NK
АК
kubectl set subject clusterrolebinding role-tokenreview-binding --serviceaccount=my-namespace:my-service-account
?apiVersion: rbac.authorization.k8s.io/v1Возникает ошибка
kind: ClusterRoleBinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:auth-delegator
subjects:
- kind: ServiceAccount
name: my-service-account
namespace: my-namespace
Error: rendered manifests contain a resource that already exists. Unable to continue with install: could not get information about the resource: resource name may not be empty
. Что логично. Но других идей не нашел(EG
kubectl set subject clusterrolebinding role-tokenreview-binding --serviceaccount=my-namespace:my-service-account
?apiVersion: rbac.authorization.k8s.io/v1Возникает ошибка
kind: ClusterRoleBinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:auth-delegator
subjects:
- kind: ServiceAccount
name: my-service-account
namespace: my-namespace
Error: rendered manifests contain a resource that already exists. Unable to continue with install: could not get information about the resource: resource name may not be empty
. Что логично. Но других идей не нашел(A
EG
E
W