This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

Stackstorm with Kubernetes HA - Helm 3

helm install stackstorm/stackstorm-ha --generate-name

manifest_sorter.go:192: info: skipping unknown hook: “crd-install”
Error: unable to build kubernetes objects from release manifest: [unable to decode “”: resource.metadataOnlyObject.ObjectMeta: v1.ObjectMeta.Namespace: ReadString: expects " or n, but found 2, error found in #10 byte of …|mespace":2320055036}|…, bigger context …|tackstorm-ha-1583759760-rabbitmq-ha",“namespace”:2320055036}}|…, unable to decode “”: resource.metadataOnlyObject.ObjectMeta: v1.ObjectMeta.Namespace: ReadString: expects " or n, but found 2, error found in #10 byte of …|mespace":2320055036}|…, bigger context …|tackstorm-ha-1583759760-rabbitmq-ha",“namespace”:2320055036},“type”:“Opaque”}|…, unable to decode “”: resource.metadataOnlyObject.ObjectMeta: v1.ObjectMeta.Namespace: ReadString: expects " or n, but found 2, error found in #10 byte of …|mespace":2320055036}|…, bigger context …|tackstorm-ha-1583759760-rabbitmq-ha",“namespace”:2320055036},“rules”:[{“apiGroups”:[""],“resources”:|…, unable to decode “”: resource.metadataOnlyObject.ObjectMeta: v1.ObjectMeta.Namespace: ReadString: expects " or n, but found 2, error found in #10 byte of …|mespace":2320055036}|…, bigger context …|tackstorm-ha-1583759760-rabbitmq-ha",“namespace”:2320055036},“roleRef”:{“apiGroup”:“rbac.authorizati|…, unable to decode “”: resource.metadataOnlyObject.ObjectMeta: v1.ObjectMeta.Namespace: ReadString: expects " or n, but found 2, error found in #10 byte of …|mespace”:2320055036}|…, bigger context …|ha-1583759760-rabbitmq-ha-discovery",“namespace”:2320055036},“spec”:{“clusterIP”:“None”,“ports”:[{“n|…, unable to decode “”: resource.metadataOnlyObject.ObjectMeta: v1.ObjectMeta.Namespace: ReadString: expects " or n, but found 2, error found in #10 byte of …|mespace”:2320055036}|…, bigger context …|tackstorm-ha-1583759760-rabbitmq-ha",“namespace”:2320055036},“spec”:{“ports”:[{“name”:“http”,“port”:|…, unable to decode “”: resource.metadataOnlyObject.ObjectMeta: v1.ObjectMeta.Namespace: ReadString: expects " or n, but found 2, error found in #10 byte of …|mespace":2320055036}|…, bigger context …|tackstorm-ha-1583759760-rabbitmq-ha",“namespace”:2320055036},“spec”:{“podManagementPolicy”:"OrderedR|…, unable to recognize “”: no matches for kind “EtcdCluster” in version “etcd.database.coreos.com/v1beta2”]

Seems this " no matches for kind “EtcdCluster” in version “etcd.database.coreos.com/v1beta2” cause the error. Any lead?

Are you using Helm 3 or 2? FYI StackStorm-HA chart doesn’t support Helm 3.0 yet.

Please take a look at requirements:

If you’re interested in helping with Helm 3 effort: see Migrate to Helm 3.0 · Issue #98 · StackStorm/stackstorm-ha · GitHub

Thanks!

1 Like

Hey Thanks!! I have downgraded to 2.X version of the Helm. Its working fine as expected. Thank you once again.