kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
303 stars 20 forks source link

adjustment for kubernetes 1.25 upgrade #1899

Closed golanha closed 3 months ago

golanha commented 4 months ago
  1. kind: PodSecurityPolicy - has been removed starting from kubernetes 1.25 , therefore in each chart that using it (based on my experience with our infra, it's Mongo and Redis for example. But I recommend you check all of your charts) should be deleted/disabled.
  2. kind: PodDiscruptionPolicy - using an "apiVersion: policyv1" instead of "apiVersion: policyv1beta" starting from kubernetes 1.25
golanha commented 4 months ago

Looks like we don't have PodDiscruptionPolicy