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

Don't drop legacy apparmor annotations from cilium daemonset when upgrading to 1.30 #7480

Open
brandond opened this issue Jan 7, 2025 · 0 comments
Assignees

Comments

@brandond
Copy link
Member

brandond commented Jan 7, 2025

RKE2 tracking issue for:

Possible fixes on our side would be:

  1. Wait for all control-plane nodes to be on the same version before deploying charts. This could introduce additional fragility and is not planned at this time.
  2. Wait for new fields to be available for at least one minor version before using them.

We could keep the new field around for happy-path upgrades, but we should modify the chart postpone the migration to 1.31 to handle this corner case where the daemonset spec is round-tripped through a down-level apiserver that doesn't understand the annotation -> field migration.

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