Skip to content

rename Helm chart from nrr-controller to node-readiness-controller - #407

Merged
kubernetes-prow[bot] merged 1 commit into
kubernetes-sigs:mainfrom
Priyankasaggu11929:setup-helm-chart-staging-publish
Aug 14, 2026
Merged

rename Helm chart from nrr-controller to node-readiness-controller#407
kubernetes-prow[bot] merged 1 commit into
kubernetes-sigs:mainfrom
Priyankasaggu11929:setup-helm-chart-staging-publish

Conversation

@Priyankasaggu11929

Copy link
Copy Markdown
Member

follow up on #402 (comment)

purely a rename of nrr-controller to node-readiness-controller, no logic changes

Checklist

  • make test passes
  • make lint passes

/assign @ajaysundark

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for node-readiness-controller canceled.

Name Link
🔨 Latest commit 6da2d50
🔍 Latest deploy log https://app.netlify.com/projects/node-readiness-controller/deploys/6a7edfa76c840000081c307e

@kubernetes-prow kubernetes-prow Bot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 14, 2026
@Priyankasaggu11929
Priyankasaggu11929 force-pushed the setup-helm-chart-staging-publish branch from 1ee88e3 to 6da2d50 Compare August 14, 2026 09:28

@ajaysundark ajaysundark left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

git clone https://github.com/kubernetes-sigs/node-readiness-controller.git
cd node-readiness-controller
helm install my-release --namespace nrr-system --create-namespace ./charts/nrr-controller
helm install my-release --namespace nrr-system --create-namespace ./charts/node-readiness-controller

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Priyankasaggu11929 does this need to be created again?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kubernetes-prow kubernetes-prow Bot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 14, 2026
@kubernetes-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ajaysundark, Priyankasaggu11929

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

@kubernetes-prow kubernetes-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 14, 2026
@kubernetes-prow
kubernetes-prow Bot merged commit d75ea74 into kubernetes-sigs:main Aug 14, 2026
12 checks passed
tejassinghbhati added a commit to tejassinghbhati/node-readiness-controller that referenced this pull request Aug 14, 2026
The chart directory and name became node-readiness-controller in kubernetes-sigs#407,
so the install, upgrade and uninstall commands in the Helm section needed
updating along with the path to the bundled CRD.

Also fixes the selector in Verification. It looked for
component=node-readiness-controller, and nothing sets a component label,
not the chart and not the kustomize manifests, so the command matched no
pods on either path. Both set control-plane=controller-manager, so use
that. A reader following the new Helm section lands on those commands
straight after installing.

Signed-off-by: tejassinghbhati <tejassinghbhati077@gmail.com>
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. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants