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: Unable to load config file 'kubernix-run/kubernix.toml' #26

Open
amackillop opened this issue Oct 5, 2019 · 3 comments
Open
Labels
bug Something isn't working

Comments

@amackillop
Copy link

amackillop commented Oct 5, 2019

This was working up until today but after building and running sudo kubernix I get this error:
Error: Unable to load config file 'kubernix-run/kubernix.toml': missing field 'impure' at line 1 column 1

It looks like something simple and I will look into it. Running this on Manjaro.

This is what the kubernix-run/kubernix.toml file looks like:

root = "kubernix-run"
log-level = "INFO"
crio-cidr = "10.100.0.0/16"
cluster-cidr = "10.200.0.0/16"
service-cidr = "10.50.0.0/24"
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.76. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the bug Something isn't working label Oct 5, 2019
@saschagrunert
Copy link
Owner

Hey, yeah sorry the configurations are incompatible, you can either remove it or add the missing fields manually.

@saschagrunert
Copy link
Owner

So the current working configuration would look like:

root = "kubernix-run"
log-level = "DEBUG"
crio-cidr = "10.100.0.0/16"
cluster-cidr = "10.200.0.0/16"
service-cidr = "10.50.0.0/16"
impure = false
packages = []

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

No branches or pull requests

2 participants