Skip to content

Conversation

@shubhamperforce
Copy link

To remediate CSPM vulnerabilities by changing the default service account.

The following are the GKE default labels that we cannot modify. These are automatically set by GKE and will cause errors if added manually. Do NOT reuse system-managed labels like:

[cloud.google.com/gke-nodepool](http://cloud.google.com/gke-nodepool)
[kubernetes.io/hostname](http://kubernetes.io/hostname)
[topology.gke.io/zone](http://topology.gke.io/zone)
[node.kubernetes.io/instance-type](http://node.kubernetes.io/instance-type)

We need to create our own custom labels, like the one below. This will help us with future maintenance or changes.

nodeSelector:
  role: jenkins-runner

https://perforce.atlassian.net/browse/P4DEVOPS-7398

@shubhamperforce shubhamperforce requested a review from a team as a code owner October 22, 2025 11:14
@shubhamperforce shubhamperforce added the enhancement New feature or request label Oct 22, 2025
@jonathannewman jonathannewman merged commit 976cf65 into main Oct 22, 2025
10 of 11 checks passed
@jonathannewman jonathannewman deleted the P4DEVOPS_7398 branch October 22, 2025 16:36
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.

4 participants