Leo Li
Leo Li
/close
> This is definitely intended behavior. The packagemanifest API isn't backed by a CRD, it's an [aggregated API service](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/). If you're querying for these, you need to also get the...
Thanks for the report!
This maybe a bug in v3.0.0, see: #1581 You can try to use the latest version: https://github.com/kubesphere/kubekey/releases/tag/v3.0.1-alpha.0
Hi @bfbz , maybe you need to use `./kk delete cluster -f config.yaml` to clean the environment at first, and then re-create the cluster.
Are you sure using the kk v3.0.1-alpha.0 and having a clean environment? I test it successfully using that kk. Try to check if there are the `/etc/kuerbentes` in every node....
I know that, you specify the feature gates in the config.yaml, please remove it.
Yeah, would you be interested in it? Welcome to create PR to fix that.
Thanks for the report.
@LavenderQAQ Got it, and I found this PR: https://github.com/openyurtio/openyurt/pull/1850 Maybe we can cherry-pick this PR into release-v1.4 Another question, if I build the yurt-iot-dock from release-v1.4 source code, Is it...