config-syncer icon indicating copy to clipboard operation
config-syncer copied to clipboard

Helm 3 install v0.11.0 kubed

Open tundraerp opened this issue 6 years ago • 3 comments

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"

tundraerp avatar Jan 24 '20 20:01 tundraerp

Please use v0.12.0-rc.2. This issue has been fixed there.

hossainemruz avatar Jan 24 '20 22:01 hossainemruz

Sweet thanks...

tundraerp avatar Jan 24 '20 22:01 tundraerp

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?

tundraerp avatar Jan 24 '20 22:01 tundraerp