Kubesphere in Openshift
kubesphere in openshift
1oc adm policy add-scc-to-user privileged system:serviceaccount:kubesphere-system:ks-installer
2
3###
4oc adm policy add-scc-to-user anyuid system:serviceaccount:kubesphere-system:redis-ha-haproxy
5oc adm policy add-scc-to-user anyuid system:serviceaccount:kubesphere-system:redis-ha
6oc adm policy add-scc-to-user privileged system:serviceaccount:kubesphere-system:openldap-admin
7# muti cluster
8oc adm policy add-scc-to-user anyuid system:serviceaccount:kube-federation-system:kubefed-controller
9oc adm policy add-scc-to-user anyuid system:serviceaccount:kube-federation-system:kubefed-admission-webhook
10
11# logging
12oc adm policy add-scc-to-user hostaccess system:serviceaccount:kubesphere-logging-system:fluentbit-operator
13oc adm policy add-scc-to-user hostaccess system:serviceaccount:kubesphere-logging-system:fluent-bit
14oc adm policy add-scc-to-user anyuid system:serviceaccount:kubesphere-logging-system:elasticsearch-logging-data
15oc adm policy add-scc-to-user anyuid system:serviceaccount:kubesphere-logging-system:elasticsearch-logging-master
16
17
18
19
20oc apply -f https://raw.githubusercontent.com/kubesphere/ks-installer/v3.0.0/deploy/kubesphere-installer.yaml
21oc apply -f https://raw.githubusercontent.com/kubesphere/ks-installer/v3.0.0/deploy/cluster-configuration.yaml