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

[promtail] Fix PSP deprecation after k8s 1.25+ #1898

Merged
merged 1 commit into from
Oct 16, 2022

Conversation

zanac1986
Copy link
Contributor

Which issue this PR fixes

Try to fix PodSecurityPolicy being removed after Kubernetes 1.25+.

Special notes for your reviewer

  • This PR just simply removes PSP (same as disable PSP).
  • PSP before 1.25+ only reaches policy/v1beta1
  • policy/v1 does NOT contain PodSecurityPolicy. Please don't mix with PodDisruptionBudget.

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name

Signed-off-by: zanac1986 zanhsieh@protonmail.com

#### Which issue this PR fixes

Try to fix PodSecurityPolicy being removed after Kubernetes 1.25+.

#### Special notes for your reviewer
- This PR just simply removes PSP (same as disable PSP).
- PSP before 1.25+ only reaches `policy/v1beta1`
- `policy/v1` does `NOT` contain PodSecurityPolicy. Please don't mix with PodDisruptionBudget.

#### Checklist

- [x] DCO signed
- [x] Chart Version bumped
- [x] Title of the PR starts with chart name

Signed-off-by: zanac1986 <zanhsieh@protonmail.com>
@zanhsieh zanhsieh merged commit 6ad2d8f into grafana:main Oct 16, 2022
@zanac1986 zanac1986 deleted the fix/promtail-psp-deprecation branch October 16, 2022 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants