blakebarnett
blakebarnett
Bump! This is preventing us from using linkerd for ingress at all (we need this for the DNS record automation to work).
I could see a reason for this with these options: ``` --max-grace-period=8m0s Maximum time evicted pods will be given to terminate gracefully. --eviction-headroom=30s Additional time to wait after a pod's...
We created a DaemonSet that runs on all nodes, and removes a node taint that we have on all nodes by default. It waits for network connectivity before removing the...
I might be misunderstanding, but I think you can use the readiness string matching to map the `status.atProvider` field of your choice for a check? https://crossplane.io/docs/v1.9/reference/composition.html#readiness-checks
I'm seeing this quite frequently also, is there a good `readinessProbe` we can define for now?
I'll do some testing with it, thanks!
Have you approached the calico team about adding this to calico-kube-controllers? It would solve the problem of not being able to do a conditional deploy on upgrades via kops also...
My testing looks good btw...
great timing! I'm upgrading our prod cluster tonight.
It seems to be becoming the standard to add features via annotations. There's a long list of things that require them already to function. Please support this!