I am trying to get readiness probe to work for a pod
I am trying to get kubernetes
readiness probe
to work for a deployment running on AKS
. The cluster I am deploying to has 3 nodes with 1 tainted with node.kubernetes.io/unschedulable:NoSchedule
. There are no other taints on any of the other nodes.