You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
mountpod start fail:
Could not mount juicefs: pods "juicefs-k8s-sit-dcn-ai01-node0011-juicefs-35-notebook-msbzib" is forbidden: the string value of PreemptionPolicy (PreemptLowerPriority) must not be provided in pod spec; priority admission controller computed Never from the given PriorityClass name
What you expected to happen:
mountpod start success
How to reproduce it (as minimally and precisely as possible):
1.set csi-node env JUICEFS_MOUNT_PRIORITY_NAME = juicefs-pri-normal
2.create PriorityClass resource
apiVersion: scheduling.k8s.io/v1
description: juicefs-pri-normal
kind: PriorityClass
metadata:
name: juicefs-pri-normal
preemptionPolicy: Never
value: 0
Anything else we need to know?
Environment:
JuiceFS CSI Driver version : v0.19.0
Kubernetes version (e.g. kubectl version): v1.19.9
The text was updated successfully, but these errors were encountered:
What happened:
mountpod start fail:
Could not mount juicefs: pods "juicefs-k8s-sit-dcn-ai01-node0011-juicefs-35-notebook-msbzib" is forbidden: the string value of PreemptionPolicy (PreemptLowerPriority) must not be provided in pod spec; priority admission controller computed Never from the given PriorityClass name
What you expected to happen:
mountpod start success
How to reproduce it (as minimally and precisely as possible):
1.set csi-node env JUICEFS_MOUNT_PRIORITY_NAME = juicefs-pri-normal
2.create PriorityClass resource
apiVersion: scheduling.k8s.io/v1
description: juicefs-pri-normal
kind: PriorityClass
metadata:
name: juicefs-pri-normal
preemptionPolicy: Never
value: 0
Anything else we need to know?
Environment:
kubectl version
): v1.19.9The text was updated successfully, but these errors were encountered: