Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
artarik opened this issue May 20, 2023 · 2 comments · Fixed by #129
Closed

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

artarik opened this issue May 20, 2023 · 2 comments · Fixed by #129
Labels
bug Something isn't working

Comments

@artarik
Copy link

artarik commented May 20, 2023

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
@MusicDin
Copy link
Owner

MusicDin commented May 22, 2023

Hi @artarik, thanks for opening an issue.

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

@MusicDin MusicDin added the bug Something isn't working label May 22, 2023
@MusicDin MusicDin linked a pull request May 22, 2023 that will close this issue
@MusicDin
Copy link
Owner

This has been fixed in release v3.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants