Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promitor on AKS deployment - runAsNonRoot #2182

Open
JanMwork opened this issue Nov 29, 2022 · 0 comments
Open

Promitor on AKS deployment - runAsNonRoot #2182

JanMwork opened this issue Nov 29, 2022 · 0 comments
Assignees
Labels
feature-request New feature requests

Comments

@JanMwork
Copy link

Proposal

I need to run Promitor in "runAsNonRoot: true" securityContext.

Problem description:

I am trying to deploy Promitor into the AKS environment, where runAsRoot is not allowed.

Hence, my YAML contains:

spec:
containers:
securityContext:
runAsNonRoot: true

When I run "kubectl apply -f promitor.yaml" the following error is displayed :

[azurepolicy-XXX] Privilege escalation container is not allowed: mypod.

Component

Scraper

Contact Details

jan.milacek@dhl.com

@JanMwork JanMwork added the feature-request New feature requests label Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature requests
Projects
Status: Proposed
Development

No branches or pull requests

2 participants