deschulder stops working, nfs-hdd-ebin01 storage class

This commit is contained in:
2021-04-09 22:16:32 +02:00
parent 741698526f
commit 13cb0c1929
3 changed files with 12 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ metadata:
name: descheduler-cronjob
namespace: kube-system
spec:
schedule: "40 */1 * * *"
schedule: "*/20 * * * *"
concurrencyPolicy: "Forbid"
jobTemplate:
spec:

View File

@@ -22,6 +22,6 @@ data:
"pods": 15
targetThresholds:
"cpu": 70
"memory": 80
"pods": 20
"memory": 81
"pods": 20

View File

@@ -19,6 +19,15 @@ reclaimPolicy: Retain
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: nfs-hdd-ebin01
provisioner: nfs-hdd-ebin01 # or choose another name, must match deployment's env PROVISIONER_NAME'
parameters:
archiveOnDelete: "false"
reclaimPolicy: Retain
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: nfs-ssd-ebin02
provisioner: nfs-ssd-ebin02 # or choose another name, must match deployment's env PROVISIONER_NAME'