Skip to content

Commit

Permalink
Update psp-policies.yaml (#682)
Browse files Browse the repository at this point in the history
* Update psp-policies.yaml

allow all seccomp profiles in restricted and set runtime/default as default profile for components using the restricted PSPs.

* Update CHANGELOG.md
  • Loading branch information
Strigix authored Jan 17, 2023
1 parent 8f95c9d commit d765cc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


### Changed

- Change api server resources calculation to leave more room for pods on master nodes.
Expand All @@ -20,11 +21,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Azure] Bump azure-cloud-node-manager-app to `v1.24.6-gs1`.
- [Azure] Bump azuredisk-csi-driver-app to `v1.25.2-gs1`.
- [AWS] Bump aws-ebs-csi-driver app to `v2.19.1`.
- Allowed the use of all seccomp profiles for components under the restricted podsecurity policy.
- Set the default seccomp profile to runtime/default under the restricted podsecurity policy.

### Added

- Add registry mirror setting to docker daemon.


## [14.8.0] - 2022-12-13

### Added
Expand Down
3 changes: 3 additions & 0 deletions templates/files/k8s-resource/psp-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: restricted
annotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: '*'
seccomp.security.alpha.kubernetes.io/defaultProfileName: 'runtime/default'
spec:
privileged: false
fsGroup:
Expand Down

0 comments on commit d765cc6

Please sign in to comment.