docs(embedded-cluster): document SELinux support and hardened-image limitation for v3 - #4439
Draft
kriscoleman wants to merge 1 commit into
Draft
docs(embedded-cluster): document SELinux support and hardened-image limitation for v3#4439kriscoleman wants to merge 1 commit into
kriscoleman wants to merge 1 commit into
Conversation
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…imitation for v3 The v3 overview Limitations section didn't mention SELinux, so a v3 reader had no positive statement that installing under SELinux enforcing mode is supported. This carries the existing v2.0.0 overview bullet forward to v3, dropping the "2.8.0 and later" version qualifier and calling out enforcing mode explicitly.
kriscoleman
force-pushed
the
docs/ec-v3-selinux-enforcing
branch
from
August 27, 2026 16:56
35400f4 to
3183d50
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Embedded Cluster v3 overview Limitations section didn't mention SELinux at all, so a v3 reader had no positive statement that installing under SELinux enforcing mode is supported. This fills that gap by carrying the existing v2.0.0 overview bullet forward to v3.
This is a doc addition (closing an omission), not a correction — nothing in the current docs was wrong. The v2.0.0 overview already correctly states 2.8.0+ installs in standard SELinux environments; v3 simply never restated it.
Changes
embedded-cluster/embedded-overview.mdxstating that STIG/CIS-hardened OS images are unsupported, and that EC installs in standard SELinux environments including enforcing mode (via bin-dir file contexts + data-dir context restore). Drops the "2.8.0 and later" qualifier since all v3 supports it.Context
Prompted by a field question: does EC support SELinux enforcing, or permissive-only? The permissive-only behavior was real but pre-2.8.0 (the
2.1.0release note added a preflight that failed on enforcing;2.8.0reversed it). Sources:2.1.0(enforcing preflight) and2.8.0(SELinux enablement)embedded-cluster_versioned_docs/version-2.0.0/embedded-overview.mdx(the v2 bullet this mirrors)UAT