pixiake

Results 84 comments of pixiake

Currently kubesphere only supports linux. You can try to set `spec.nodeSelector` in cc (ClusterConfiguration) for ks-installer.

怎么样安装的呢?

@duanmeng1992 You can add executable permission to `installRunner.py` before trying to build image. ``` chmod +x -R ./controller ```

At present, the configuration in kubesphere-config configmap is managed by cc, so try to adjust the configuration through cc. ``` kubectl edit cc -n kubesphere-system ks-installer ```