Timmy
Timmy
We are using self build docker images in Minikube, therefore the _ImagePullPolicy_ should be _Never_ for local development but _Always_ for all other environments. I did not expect this to...
Made it working with mentioned _patchesStrategicMerge_... My cronjob YML: ```yaml apiVersion: batch/v1beta1 kind: CronJob metadata: name: base-cronjob spec: schedule: "*/1 * * * *" jobTemplate: spec: template: spec: containers: -...
We are on EKS v1.23.x and use the according autoscaler 1.23.1 and have no problems. Did you check if autoscaler version 1.23.1 fixes the problem ?
You can have many ASGs, so you can create a single node group for the according AZ with the desired instance type.
this can't be a bug of the autoscaler from my perspective.. For me it works! We inject the configmap into the environment like this: ```yaml containers: - image: k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.1 name:...
works for me after downgrading to 3.9.0