add environment variable to kube-scheduler

We’re running K8s on EC2 instances. These have a volume limit of 25 per node. So we need to set the KUBE_MAX_PD_VOLS environment variable for the kube-scheduler. The thing is, I don’t know how to set it. I can not add it to the pod definition as it’s not allowed to edit this field. Additionally… Read More add environment variable to kube-scheduler