Leo Li
Leo Li
Hello! This issue mentioned the disabled network plugin limit #889. For now, You can set the `.spec.network.plugin=""`, and deploy the latest calico by the `addons`.
/cc @kubesphere/sig-installation
Thanks for this idea. We will consider it. /feature
/kind feature-request
/kind feature-request
That looks like you have a cluster with more than one node, but you use a wrong delete command: ``` ./kk delete cluster ``` Here is a correct way: If...
Hi @x86cloud For now, kk only supports deploying kube-ovn based on a docker enviroment. /kind feature-request
KubeKey doesn't support to delete the ks or any othter applications in the cluster. You can use this script to delete the ks `https://github.com/kubesphere/ks-installer/blob/master/scripts/kubesphere-delete.sh`
Hi @life- Please make sure you set up the field `.spec.kubernetes.containerManager: containerd` in the config file or use the flag `--containerManager containerd` in your create cluster command.
> `./kk create config --with-kubernetes v1.24.0` generate the default config-sample.yaml, but it does not work. Sorry, this may be a little bug, it doesn't set up the `.spec.kubernetes.containerManager: containerd` automatically....