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

v1.27.1 CLI Deprecation #7311

Merged
merged 3 commits into from Apr 19, 2023
Merged

v1.27.1 CLI Deprecation #7311

merged 3 commits into from Apr 19, 2023

Conversation

dereknola
Copy link
Contributor

Proposed Changes

Completely remove flags from k3s and docs.

  • wireguard backend
  • k3s etcd-snapshot will no longer save a snapshot, it is now prints the help message.

Marks the following flags with a fatal error:

  • ipsec backend
  • Additional options of flannel-backend

Types of Changes

CLI Deprecation

Verification

Testing

Linked Issues

#6598

User-Facing Change

`--flannel-backed=wireguard`: replaced completely with `--flannel-backend=wireguard-native`
The `k3s etcd-snapshot` command will now print a help message, to save a snapshot use `k3s etcd-snapshot save`
The following flags will now cause a fatal errors (with full removal coming in v1.28.0):
- `--flannel-backed=ipsec`: replaced with `--flannel-backend=wireguard-native` [see docs for more info.](https://docs.k3s.io/installation/network-options#migrating-from-wireguard-or-ipsec-to-wireguard-native)
- supplying multiple `--flannel-backend` values. Use `--flannel-conf` instead.

Further Comments

Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Derek Nola <derek.nola@suse.com>
@dereknola dereknola requested a review from a team as a code owner April 19, 2023 04:56
@brandond brandond changed the title v1.27.1 CLI Deprectation v1.27.1 CLI Deprecation Apr 19, 2023
@dereknola dereknola merged commit 944f811 into k3s-io:master Apr 19, 2023
10 checks passed
@dereknola dereknola deleted the 127_deprecation branch April 28, 2023 15:54
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

Successfully merging this pull request may close these issues.

None yet

3 participants