How to activate Pod Security Policies on Kubernetes cloud?
... / How to activate Pod Secur...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

How to activate Pod Security Policies on Kubernetes cloud?

by
EmilienL1
Created on 2020-05-11 16:12:46 (edited on 2024-09-04 14:23:43) in Containers and Orchestration

PSP option should be added to the API server's configuration using the plugins list :
```
--enable-admission-plugins=...,PodSecurityPolicy
```
As I don't have access to the master nodes I cannot update this value directly from the command line.

**How do I activate this policy ?**
Thx


Replies are currently disabled for this question.