Skip to content

Fix master ipv4 cidr psc#1154

Merged
FIoannides merged 5 commits into
mainfrom
fix-master-ipv4-cidr-psc
Mar 24, 2026
Merged

Fix master ipv4 cidr psc#1154
FIoannides merged 5 commits into
mainfrom
fix-master-ipv4-cidr-psc

Conversation

@FIoannides

@FIoannides FIoannides commented Mar 24, 2026

Copy link
Copy Markdown
Collaborator

Description

When using Private Service Connect (PSC) (introduced in #1124), we must not set the master IPv4 CIDR address, changing this to None.

The cluster-toolkit's gke-cluster Terraform module defines a default value for master_ipv4_cidr_block ("172.16.0.32/28"). When Private Service Connect (PSC) is used for a cluster, GKE requires that no master IPv4 CIDR block is provided. Because xpk currently doesn't override this value, the default is sent to the GKE API, causing the conflict.

Issue

Testing

https://github.com/AI-Hypercomputer/xpk/actions/runs/23490396828/job/68356833794

@github-actions

Copy link
Copy Markdown

🤖 Hi @FIoannides, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@FIoannides FIoannides marked this pull request as ready for review March 24, 2026 13:48
@github-actions

Copy link
Copy Markdown

🤖 I'm sorry @FIoannides, but I was unable to process your request. Please see the logs for more details.

@FIoannides FIoannides added this pull request to the merge queue Mar 24, 2026
Merged via the queue into main with commit a086656 Mar 24, 2026
17 of 18 checks passed
@FIoannides FIoannides deleted the fix-master-ipv4-cidr-psc branch March 24, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants