kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml
kubectl -n kubesphere-system scale deployment ks-installer --replicas=0
kubectl -n kubesphere-system scale deployment ks-installer --replicas=1
kubectl edit cc ks-installer -n kubesphere-system
kubectl -n kubesphere-system rollout restart deployment ks-installer
设置副本数为0
[root@UR-20210425NAMA Desktop]# kubectl -n kubesphere-logging-system scale --replicas=0 deployments.apps fluentbit-operator deployment.apps/fluentbit-operator scaled
[root@UR-20210425NAMA Desktop]#