NandGates

Results 4 comments of NandGates

Hi @bplasmeijer, Thanks for the response, it is much appreciated. I'm aware you are busy! I've included the Kubernetes deployment manifest below. For completeness the environment details are - Running...

I can confirm this is due to a timing issue with container readiness. Unfortunately AKS currently does not support `startupProbe` declarations (https://github.com/Azure/AKS/issues/1550) but a `readinessProbe` as below has solved the...

Unfortunately this issue persists even with the readinessProbe. Best as I can tell in Kubernetes the Entrypoint is being invoked too early, and somehow `Invoke-SqlCmd` is erroring and thus caching...

We too need to run ssm as non-root, is there any movement on a fix for this? This is the exact error we receive on agent start.