Skip to content

docs: fix feature state rendering for filesystem signals - #57417

Open
bckish wants to merge 1 commit into
kubernetes:mainfrom
bckish:fix/node-pressure-feature-state-57415
Open

docs: fix feature state rendering for filesystem signals#57417
bckish wants to merge 1 commit into
kubernetes:mainfrom
bckish:fix/node-pressure-feature-state-57415

Conversation

@bckish

@bckish bckish commented Sep 4, 2026

Copy link
Copy Markdown

Description

Fix the rendering of the KubeletSeparateDiskGC feature state in the filesystem signals section of the node-pressure eviction documentation.

The feature-state shortcode was nested inside the note shortcode, which caused the feature-state content to render incorrectly as raw HTML.

Move the feature-state shortcode outside the note block so that the feature state is rendered correctly.

Issue

Fixes #57415

Testing

  • Ran git diff --check
  • Verified the documentation locally using the Kubernetes website development server with make container-serve
  • Confirmed the feature-state component renders correctly in the filesystem signals section

@linux-foundation-easycla

linux-foundation-easycla Bot commented Sep 4, 2026

Copy link
Copy Markdown

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

  • ✅ login: bckish / name: Kishore Billu (f3fb909)

@kubernetes-prow

Copy link
Copy Markdown
Contributor

Welcome @bckish!

It looks like this is your first PR to kubernetes/website 🎉. 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/website 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. 😃

@kubernetes-prow kubernetes-prow Bot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 4, 2026
@kubernetes-prow kubernetes-prow Bot added the language/en Issues or PRs related to English language label Sep 4, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign dipesh-rawat for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@netlify

netlify Bot commented Sep 4, 2026

Copy link
Copy Markdown

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit f3fb909
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/6a9b029b1a71940007ffa92c
😎 Deploy Preview https://deploy-preview-57417--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kubernetes-prow kubernetes-prow Bot 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 Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language 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.

Raw HTML shown instead of Feature state description on Node-pressure Eviction page

1 participant