Kay Yan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
32 deletions
-
roles/network_plugin/calico/templates/calico-apiserver.yml.j2
|
|
@ -285,35 +285,3 @@ subjects: |
|
|
|
- kind: ServiceAccount |
|
|
|
name: calico-apiserver |
|
|
|
namespace: calico-apiserver |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
apiVersion: policy/v1beta1 |
|
|
|
kind: PodSecurityPolicy |
|
|
|
metadata: |
|
|
|
annotations: |
|
|
|
seccomp.security.alpha.kubernetes.io/allowedProfileNames: '*' |
|
|
|
name: calico-apiserver |
|
|
|
spec: |
|
|
|
allowPrivilegeEscalation: false |
|
|
|
fsGroup: |
|
|
|
ranges: |
|
|
|
- max: 65535 |
|
|
|
min: 1 |
|
|
|
rule: MustRunAs |
|
|
|
hostPorts: |
|
|
|
- max: 65535 |
|
|
|
min: 0 |
|
|
|
requiredDropCapabilities: |
|
|
|
- ALL |
|
|
|
runAsUser: |
|
|
|
rule: RunAsAny |
|
|
|
seLinux: |
|
|
|
rule: RunAsAny |
|
|
|
supplementalGroups: |
|
|
|
ranges: |
|
|
|
- max: 65535 |
|
|
|
min: 1 |
|
|
|
rule: MustRunAs |
|
|
|
volumes: |
|
|
|
- secret |