MusicDin / kubitect

Kubitect provides a simple way to set up a highly available Kubernetes cluster across multiple hosts.

Home Page:https://kubitect.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error while applying config with addons: "cannot unmarshal !!map into string"

artarik opened this issue · comments

Hello. I am want to install nginx-ingress, metallb, registry via addons but get error after kubitect apply --config local_k8s.yaml --local --action upgrade or kubitect apply --config local_k8s.yaml --local --action create:

┌
│ Error: yaml: unmarshal errors:
│ line 60: cannot unmarshal !!map into string
└

My config file bellow
local_k8s.txt
no matter how lines in addons i still get error if only add this lines:

addons:
  kubespray:
     registry_enabled: true
 ~: kubitect --version
kubitect version v3.0.1

Hi @artarik, thanks for opening an issue.

I was able to successfully reproduce the issue and am working on it.

This has been fixed in release v3.1.0