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

Butane config in example cannot be translated: error parsing version; must be a valid semver #74876

Open
scrool opened this issue Apr 19, 2024 · 0 comments

Comments

@scrool
Copy link

scrool commented Apr 19, 2024

Which section(s) is the issue in?

Disk partitioning found under:

OKD Installing / Installing on any platform / Installing a cluster on any platform

What needs fixing?

Butane config examples aren't parsable by Butane 0.20.0:

$ butane --check $HOME/clusterconfig/98-var-partition.bu
Error translating config: error parsing version; must be a valid semver

The issue is in:

version: 4.0

which should be changed to current version of the OpenShift - e.g.:

version: 4.14.0

A one-liner change might help here. For more explanation there could be also a link to https://coreos.github.io/butane/upgrading-openshift which explains differences between various OpenShift Butane Configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant