Skip to content

Remove deprecated cilium config in netpol and monitoring#439

Merged
DebakelOrakel merged 1 commit intomasterfrom
vsphere-4.19
Nov 19, 2025
Merged

Remove deprecated cilium config in netpol and monitoring#439
DebakelOrakel merged 1 commit intomasterfrom
vsphere-4.19

Conversation

@DebakelOrakel
Copy link
Copy Markdown
Contributor

No description provided.

@DebakelOrakel DebakelOrakel added the enhancement New feature or request label Nov 18, 2025
@DebakelOrakel DebakelOrakel requested a review from a team November 18, 2025 13:40
@DebakelOrakel DebakelOrakel merged commit 3caf5f6 into master Nov 19, 2025
1 check passed
@DebakelOrakel DebakelOrakel deleted the vsphere-4.19 branch November 19, 2025 15:08

yq eval -i '.parameters.networkpolicy.networkPlugin = "cilium"' ${CLUSTER_ID}.yml

yq eval -i '.parameters.openshift4_monitoring.upstreamRules.networkPlugin = "cilium"' ${CLUSTER_ID}.yml
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless this isn't used anymore at all, we also need to update our global defaults configuration which still sets this to ovn-kubernetes.

----
yq eval -i '.applications += ["cilium"]' ${CLUSTER_ID}.yml

yq eval -i '.parameters.networkpolicy.networkPlugin = "cilium"' ${CLUSTER_ID}.yml
Copy link
Copy Markdown
Member

@simu simu Nov 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here: this currently isn't set at all in the global defaults, but is a hard requirement for component-networkpolicy to generate correct policies on Cilium clusters.

edit: nevermind, this one isn't used anymore

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants