Örnek
Şöyle yaparız
# Role Based Access Control$ kubectl create role fluent-reader — verb=get — verb=list — verb=watch — resource=pods$ kubectl create rolebinding foo — role=fluent-reader — user=minikube$ kubectl get rolebinding foo -o yaml
# Role Based Access Control$ kubectl create role fluent-reader — verb=get — verb=list — verb=watch — resource=pods$ kubectl create rolebinding foo — role=fluent-reader — user=minikube$ kubectl get rolebinding foo -o yaml
Giriş Açıklaması şöyle CPA aims to horizontally scale the number of Pod replicas based on the cluster’s scale. A common example is DNS ser...
Hiç yorum yok:
Yorum Gönder