change kubectl pods' namespace from kubesphere to kubesphere-controls, and ensure delete kubectl-rs when user is deleted

This commit is contained in:
richardxz
2018-06-26 15:48:01 +08:00
parent f1d5ab3a92
commit 7dc16a532a
5 changed files with 29 additions and 11 deletions

View File

@@ -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"