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

[Epic] Remove Deprecated Flags from K3s #5940

Closed
dereknola opened this issue Aug 2, 2022 · 1 comment
Closed

[Epic] Remove Deprecated Flags from K3s #5940

dereknola opened this issue Aug 2, 2022 · 1 comment
Assignees
Milestone

Comments

@dereknola
Copy link
Member

Currently K3s has 3 flags that have been deprecated:

  • --no-flannel
  • --cluster-secret
  • no-deploy

Following the acceptance and adoption of the Deprecating and Removing Flags ADR, these flags should be removed with the following timeline:

  • In all current releases of v1.22, v1.23, v1.24, these flags need to be hidden and a warning about their removal be added to the logs
  • In v1.25 these flags should be converted to FATAL errors when used.
  • In v1.26, these flags will be removed from the code and the documentation.
@dereknola
Copy link
Member Author

Flags have been completely removed as of #6574

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

No branches or pull requests

4 participants