change kubectl pods' namespace from kubesphere to kubesphere-controls, and ensure delete kubectl-rs when user is deleted
This commit is contained in:
@@ -26,9 +26,9 @@ type PageableResponse struct {
|
||||
}
|
||||
|
||||
const (
|
||||
APIVERSION = "v1alpha1"
|
||||
KIND = "kubesphere"
|
||||
NameSpace = "kubesphere"
|
||||
APIVERSION = "v1alpha1"
|
||||
KIND = "kubesphere"
|
||||
KubeSphereControlNameSpace = "kubesphere-controls-system"
|
||||
|
||||
DataHome = "/etc/kubesphere"
|
||||
IngressControllerFolder = DataHome + "/ingress-controller"
|
||||
|
||||
Reference in New Issue
Block a user