Skip to content

Conversation

@aleoli
Copy link
Member

@aleoli aleoli commented Jan 21, 2026

@adamjensenbot
Copy link
Collaborator

Hi @aleoli. Thanks for your PR!

I am @adamjensenbot.
You can interact with me issuing a slash command in the first line of a comment.
Currently, I understand the following commands:

  • /rebase: Rebase this PR onto the master branch (You can add the option test=true to launch the tests
    when the rebase operation is completed)
  • /merge: Merge this PR into the master branch
  • /build Build Liqo components
  • /test Launch the E2E and Unit tests
  • /hold, /unhold Add/remove the hold label to prevent merging with /merge

Make sure this PR appears in the liqo changelog, adding one of the following labels:

  • feat: 🚀 New Feature
  • fix: 🐛 Bug Fix
  • refactor: 🧹 Code Refactoring
  • docs: 📝 Documentation
  • style: 💄 Code Style
  • perf: 🐎 Performance Improvement
  • test: ✅ Tests
  • chore: 🚚 Dependencies Management
  • build: 📦 Builds Management
  • ci: 👷 CI/CD
  • revert: ⏪ Reverts Previous Changes

@github-actions github-actions bot added the feat Adds a new feature to the codebase label Jan 21, 2026
@aleoli aleoli changed the title feat(pod-security): add pod security lables to tenant ns feat(pod-security): add pod security labels to tenant ns Jan 21, 2026
@aleoli
Copy link
Member Author

aleoli commented Jan 21, 2026

/test

@aleoli aleoli marked this pull request as ready for review January 21, 2026 11:06
Comment on lines +57 to +71
// podSecurityLabelPrefix is the prefix for pod security admission labels.
podSecurityLabelPrefix = "pod-security.kubernetes.io/"
// PodSecurityAuditLevelLabel is the label key for pod security audit level.
PodSecurityAuditLevelLabel = podSecurityLabelPrefix + "audit"
// PodSecurityEnforceLevelLabel is the label key for pod security enforce level.
PodSecurityEnforceLevelLabel = podSecurityLabelPrefix + "enforce"
// PodSecurityWarnLevelLabel is the label key for pod security warn level.
PodSecurityWarnLevelLabel = podSecurityLabelPrefix + "warn"

// PodSecurityLevelPrivileged is the privileged pod security level.
PodSecurityLevelPrivileged = "privileged"
// PodSecurityLevelBaseline is the baseline pod security level.
PodSecurityLevelBaseline = "baseline"
// PodSecurityLevelRestricted is the restricted pod security level.
PodSecurityLevelRestricted = "restricted"
Copy link
Member

Choose a reason for hiding this comment

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

nitpick: do official labels from k8s libs exist?

Copy link
Member Author

Choose a reason for hiding this comment

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

I didn't find them, but I didn't do very deep research

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat Adds a new feature to the codebase size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants