clusterScoped is whether tidb-operator should manage kubernetes cluster wide tidb clusters
Also see rbac.create and controllerManager.serviceAccount
clusterScoped: true
clusterScoped设置为false有什么后果?
clusterScoped is whether tidb-operator should manage kubernetes cluster wide tidb clusters
Also see rbac.create and controllerManager.serviceAccount
clusterScoped: true
clusterScoped设置为false有什么后果?
设为 false 就是 namespace 级别的,只关心当前 ns 下面的 TidbCluster。您可以根据您这边情况自行决定参数配置。
将clusterScoped和rbac.create设置为false后用helm安装再get pods,显示没有任何pod,请问可能是什么原因呢?
With rbac.create=false, the user is responsible for creating this account
With rbac.create=true, this service account will be created
是要自己创建account吗?如果是要如何创建呢?
前提:我没有cluster级别的权限,只有namespace的权限
此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。