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

fix: correctly inject podNetwork cidr in cp chart values #763

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LucaBernstein
Copy link
Member

@LucaBernstein LucaBernstein commented Feb 3, 2025

How to categorize this PR?

/area networking
/kind bug
/platform alicloud

What this PR does / why we need it:
Fix wrongly introduced podNetwork injection from g/g update in #746.

Else, it gets injected as [10.251.0.0/16], which cannot be parsed: sync route tables error: sync table [...] error: error parse cluster cidr [10.251.0.0/16]: invalid CIDR address: [10.251.0.0/16].

With this fix, it's working now: sync route tables successfully, tables [...].

  • Should also be cherry-picked to v1.57.x.

Special notes for your reviewer:
/cc @MartinWeindel

Release note:

Correctly inject `podNetwork` cidr in control plane chart values.

@LucaBernstein LucaBernstein requested review from a team as code owners February 3, 2025 11:29
@gardener-robot gardener-robot added needs/review Needs review area/networking Networking related kind/bug Bug platform/alicloud Alicloud platform/infrastructure size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) labels Feb 3, 2025
@gardener-robot-ci-2 gardener-robot-ci-2 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/networking Networking related kind/bug Bug needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/review Needs review platform/alicloud Alicloud platform/infrastructure size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants