kubernetes / kubernetes/website
Raw HTML shown instead of Feature state description on Node-pressure Eviction page
Open
area/web-development
kind/bug
priority/backlog
triage/accepted
- Dominant language
- HTML
- Stars
- 5.4k
- Forks
- 15.7k
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 204
Description
**This is a Bug Report**
**Problem:**
In https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#filesystem-signals, `feature-state` nested inside `note` is not rendered; the raw HTML shows up as a code block:
> ```
> Note:
>
> Feature state:
>
>
> Beta since Kubernetes v1.31; enabled by default
>
>
>
>
>
>
>
> The split image filesystem feature adds new eviction signals, thresholds, and metrics for containerfs. >To use containerfs, the Kubernetes release v1.37 requires the KubeletSeparateDiskGC [feature gate](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/) to be enabled. For Kubernetes v1.37, only CRI-O (v1.29 or higher) offers containerfs filesystem support.
> ```
**Proposed Solution:**
A simple solution would be to move the `feature-state` shortcode out of the `note` block on this page.
**Page to Update:**
https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#filesystem-signals
Contributor guide
Assessment
This issue has not been assessed yet.