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

addon-resizer release 1.8.23 #7766

Open
raywainman opened this issue Jan 24, 2025 · 4 comments
Open

addon-resizer release 1.8.23 #7766

raywainman opened this issue Jan 24, 2025 · 4 comments
Assignees

Comments

@raywainman
Copy link
Contributor

No description provided.

@raywainman raywainman self-assigned this Jan 24, 2025
@raywainman
Copy link
Contributor Author

Tested:

$ gcloud container clusters create --num-nodes=2 addon-resizer-release --location=us-central1-c
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/autoscaler/refs/heads/master/addon-resizer/deploy/example.yaml
$ kubectl edit deployments/nanny-v1
# changed image to point to gcr.io/k8s-staging-autoscaling/addon-resizer@sha256:a02cd9b5bc8cb22518e3b26fcd03a3157336ac83e39967d7cd0bb159f67ec9fa
$ kubectl get pods -o yaml | grep -A 6 -i resources:
      resources:
        limits:
          cpu: 340m
          memory: 220Mi
        requests:
          cpu: 340m
          memory: 220Mi
$ gcloud container clusters resize --num-nodes=5 -q addon-resizer-release --location=us-central1-c
Resizing addon-resizer-release...done. 
$ kubectl get pods -o yaml | grep -A 6 -i resources:
      resources:
        limits:
          cpu: 400m
          memory: 250Mi
        requests:
          cpu: 400m
          memory: 250Mi

@adrianmoisey
Copy link
Member

/label area/addon-resizer

@k8s-ci-robot
Copy link
Contributor

@adrianmoisey: The label(s) /label area/addon-resizer cannot be applied. These labels are supported: api-review, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, team/katacoda, refactor, ci-short, ci-extended, ci-full. Is this label configured under labels -> additional_labels or labels -> restricted_labels in plugin.yaml?

In response to this:

/label area/addon-resizer

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@adrianmoisey
Copy link
Member

/area addon-resizer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants