We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
the role k0s/initial_controller utilizes the command: k0s token create --role controller --config {{ k0s_config_dir }}/k0s.yaml
k0s token create --role controller --config {{ k0s_config_dir }}/k0s.yaml
It looks like the flag --config is not valid anymore:
$ k0s token create --role worker --config /etc/k0s/k0s.yaml Error: unknown flag: --config
Tested with: v1.26.0+k0s.0
The flag is not available in the latest documentation: https://docs.k0sproject.io/v1.26.2+k0s.1/cli/k0s_token_create/
Update: Same for role k0s/worker k0s install worker --config {{ k0s_config_dir }}/k0s.yaml --token-file {{ k0s_config_dir }}/worker-token {{ extra_args | default(omit) }}
k0s install worker --config {{ k0s_config_dir }}/k0s.yaml --token-file {{ k0s_config_dir }}/worker-token {{ extra_args | default(omit) }}
--config flag was removed: https://docs.k0sproject.io/v1.26.2+k0s.1/cli/k0s_install_worker/
The text was updated successfully, but these errors were encountered:
Same error with v1.23.17+k0s.1
v1.23.17+k0s.1
Sorry, something went wrong.
[movd#11] remove --config switch, support different extra_args
b854451
No branches or pull requests
Hi,
the role k0s/initial_controller utilizes the command:
k0s token create --role controller --config {{ k0s_config_dir }}/k0s.yaml
It looks like the flag --config is not valid anymore:
Tested with: v1.26.0+k0s.0
The flag is not available in the latest documentation:
https://docs.k0sproject.io/v1.26.2+k0s.1/cli/k0s_token_create/
Update:
Same for role k0s/worker
k0s install worker --config {{ k0s_config_dir }}/k0s.yaml --token-file {{ k0s_config_dir }}/worker-token {{ extra_args | default(omit) }}
--config flag was removed: https://docs.k0sproject.io/v1.26.2+k0s.1/cli/k0s_install_worker/
The text was updated successfully, but these errors were encountered: