Skip to content

addon: auto-pause fix github link#22433

Merged
medyagh merged 1 commit into
kubernetes:masterfrom
sumeshpremraj:spremraj/fix-autopause-link
Jan 17, 2026
Merged

addon: auto-pause fix github link#22433
medyagh merged 1 commit into
kubernetes:masterfrom
sumeshpremraj:spremraj/fix-autopause-link

Conversation

@sumeshpremraj

Copy link
Copy Markdown
Contributor

Fixes #22422

Fixes the auto-pause label link that is printed after enabling the addon

$ minikube addons enable auto-pause -p multinode
💡  auto-pause is an addon maintained by minikube. For any concerns contact minikube on GitHub.
You can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS
    ▪ Using image gcr.io/k8s-minikube/auto-pause-hook:v0.0.5
    ▪ auto-pause addon is an alpha feature and still in early development. Please file issues to help us make it better.
    ▪ https://github.com/kubernetes/minikube/labels/co/auto-pause
🌟  The 'auto-pause' addon is enabled

fixes the auto-pause label link that is printed after enabling the addon
```
$ minikube addons enable auto-pause -p multinode
💡  auto-pause is an addon maintained by minikube. For any concerns contact minikube on GitHub.
You can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS
    ▪ Using image gcr.io/k8s-minikube/auto-pause-hook:v0.0.5
    ▪ auto-pause addon is an alpha feature and still in early development. Please file issues to help us make it better.
    ▪ https://github.com/kubernetes/minikube/labels/co/auto-pause
🌟  The 'auto-pause' addon is enabled
```
@linux-foundation-easycla

linux-foundation-easycla Bot commented Jan 11, 2026

Copy link
Copy Markdown

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: sumeshpremraj / name: Sumesh Premraj (3eb7452)

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 11, 2026
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

Welcome @sumeshpremraj!

It looks like this is your first PR to kubernetes/minikube 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/minikube has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot

Copy link
Copy Markdown
Contributor

Hi @sumeshpremraj. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@minikube-bot

Copy link
Copy Markdown
Collaborator

Can one of the admins verify this patch?

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Jan 11, 2026
@medyagh

medyagh commented Jan 12, 2026

Copy link
Copy Markdown
Member

thank you @sumeshpremraj

@medyagh

medyagh commented Jan 12, 2026

Copy link
Copy Markdown
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 12, 2026
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: medyagh, sumeshpremraj

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 12, 2026
@medyagh medyagh changed the title fix: auto-pause github link addon: auto-pause fix github link Jan 12, 2026
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

@sumeshpremraj: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
integration-vfkit-docker-macos-arm 3eb7452 link false /test integration-vfkit-docker-macos-arm
integration-docker-containerd-linux-arm 3eb7452 link false /test integration-docker-containerd-linux-arm
integration-docker-docker-linux-arm 3eb7452 link true /test integration-docker-docker-linux-arm
integration-docker-crio-linux-x86 3eb7452 link false /test integration-docker-crio-linux-x86
integration-kvm-crio-linux-x86 3eb7452 link false /test integration-kvm-crio-linux-x86
integration-kvm-docker-linux-x86 3eb7452 link true /test integration-kvm-docker-linux-x86

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

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. I understand the commands that are listed here.

@medyagh medyagh merged commit b6ba5cd into kubernetes:master Jan 17, 2026
32 of 40 checks passed
@sumeshpremraj sumeshpremraj deleted the spremraj/fix-autopause-link branch April 30, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken GH link after enabling auto-pause addon

4 participants