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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the option to add labels to auto-provisioning nodes #18126

Open
aaronstutzer opened this issue May 14, 2024 · 1 comment
Open

Add the option to add labels to auto-provisioning nodes #18126

aaronstutzer opened this issue May 14, 2024 · 1 comment
Labels
enhancement forward/review In review; remove label to forward service/container

Comments

@aaronstutzer
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request.
  • Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If an issue is assigned to a user, that user is claiming responsibility for the issue.
  • Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.

Description

we have a kubernetes cluster with node auto-provisioning enabled and on each node there is a pod from the daemon set gke-metrics-agent. a lot of these pods are getting OOM killed daily, so we wanted to increase the memory. it turns out this is done by adding a label to the node.

New or Affected Resource(s)

  • google_container_cluster

Potential Terraform Configuration

resource "google_container_cluster" "cluster" {
  cluster_autoscaling {
    auto_provisioning_defaults {
      labels {
        foo = "bar"
      }
    }
  }
}

References

adding a label to the node

@github-actions github-actions bot added forward/review In review; remove label to forward service/container labels May 14, 2024
@rileykarson
Copy link
Collaborator

Is this present in the API? I didn't see it on an initial scan through the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement forward/review In review; remove label to forward service/container
Projects
None yet
Development

No branches or pull requests

2 participants