config-syncer
config-syncer copied to clipboard
Helm 3 install v0.11.0 kubed
I'm trying to install kubed 0.11.0 using Helm 3:
helm install appscode/kubed -g --version 0.11.0 \
--namespace kube-system \
--set apiserver.ca="$(onessl get kube-ca)" \
--set config.clusterName=local
...and I'm getting the following error:
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1"
Please use v0.12.0-rc.2. This issue has been fixed there.
Sweet thanks...
Sorry, does this work across projects as well? i.e. Can I use a cert from one project / namespace in another project / namespace using kubed labels and annotations?