Skip to content

CMP-3493: docs: fix cluster-scoped seccomp path and SELinux usage format#3192

Merged
k8s-ci-robot merged 1 commit into
kubernetes-sigs:mainfrom
Vincent056:fix-doc-cluster-scoped-paths
May 18, 2026
Merged

CMP-3493: docs: fix cluster-scoped seccomp path and SELinux usage format#3192
k8s-ci-robot merged 1 commit into
kubernetes-sigs:mainfrom
Vincent056:fix-doc-cluster-scoped-paths

Conversation

@Vincent056
Copy link
Copy Markdown
Contributor

What this does

Fixes stale namespace-scoped profile path references in installation-usage.md and examples/pod.yaml that were not updated when the operator moved to cluster-scoped resources in v0.9.0.

Changes

installation-usage.md

  • localhostProfile examples: operator/<namespace>/profile.jsonoperator/profile.json
  • kubectl exec troubleshooting path: drop namespace segment from seccomp path
  • ProfileBinding example output: drop namespace segment from localhostProfile
  • SELinux usage type format: clarify it is <ProfileName>_.process (with trailing underscore) not <ProfileName>.process

examples/pod.yaml

  • commented localhostProfile: operator/security-profiles-operator/nginx-1.23.2.jsonoperator/nginx-1.23.2.json

Related

Identified while reviewing the Red Hat Customer Portal SPO 0.9.0 Upgrade Migration Guide.

Update installation-usage.md and examples/pod.yaml to reflect the
cluster-scoped profile paths introduced in v0.9.0:

- seccomp localhostProfile: drop the namespace segment
  operator/<namespace>/profile.json -> operator/profile.json
- SELinux usage type format: clarify it is <ProfileName>_.process
  not <ProfileName>.process
@k8s-ci-robot k8s-ci-robot added the do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. label May 15, 2026
@Vincent056 Vincent056 changed the title docs: fix cluster-scoped seccomp path and SELinux usage format CMP-3493: docs: fix cluster-scoped seccomp path and SELinux usage format May 15, 2026
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels May 15, 2026
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 24.76%. Comparing base (11d77f4) to head (9352cbd).
⚠️ Report is 1144 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3192       +/-   ##
===========================================
- Coverage   45.50%   24.76%   -20.74%     
===========================================
  Files          79      127       +48     
  Lines        7782    17943    +10161     
===========================================
+ Hits         3541     4444      +903     
- Misses       4099    13204     +9105     
- Partials      142      295      +153     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@saschagrunert
Copy link
Copy Markdown
Member

/release-note-none

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels May 18, 2026
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 18, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: saschagrunert, Vincent056

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 May 18, 2026
@k8s-ci-robot k8s-ci-robot merged commit 655bfaa into kubernetes-sigs:main May 18, 2026
37 of 43 checks passed
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. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants