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

add ciliumNetworkPolicy to cluster values #492

Merged
merged 1 commit into from
May 3, 2024

Conversation

mcharriere
Copy link
Contributor

@mcharriere mcharriere commented May 2, 2024

Signed-off-by: Matias Charriere [email protected]

Towards giantswarm/roadmap#3415 and giantswarm/roadmap#3261

Supersedes #445

Checklist

  • Update changelog in CHANGELOG.md.

@mcharriere mcharriere requested a review from a team as a code owner May 2, 2024 15:32
@mcharriere mcharriere requested a review from a team May 2, 2024 15:33
@mcharriere
Copy link
Contributor Author

Tested on golem.

@@ -246,6 +246,9 @@ func (r *Resource) GetDesiredState(ctx context.Context, obj interface{}) ([]*cor
ClusterCIDR: clusterCIDR,
GcpProject: gcpProject,
Provider: provider,
CiliumNetworkPolicy: CiliumNetworkPolicy{
Enabled: true,
},
Copy link
Contributor

Choose a reason for hiding this comment

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

That somehow feels wrong. Which app takes this setting? Can't it be true by default in there?

Copy link
Contributor

Choose a reason for hiding this comment

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

The answer is: all the apps that are deployed with this setting, e.g cert-manager

@mcharriere mcharriere merged commit 1313221 into main May 3, 2024
7 checks passed
@mcharriere mcharriere deleted the cilium-network-policies branch May 3, 2024 12:48
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.

2 participants