Patrick Shan
Patrick Shan
We've also noticed some DNS issues with Flatcar 2765.2.1 and 2765.2.2. In our case, we disabled the DNSStubListener as we are using node local dns. We are also going to...
Confirmed that switching back to old 2605.12.0 nsswitch.conf fixed the DNS issue we had after the upgrade.
@shivamerla I had the same issue with that `nvidia-smi` binary running inside `toolkit-validation` init container. I also tried the config change you mentioned [here](https://github.com/NVIDIA/gpu-operator/issues/226#issuecomment-884535327) which didn't generate any logs under...
actually we are still seeing this error with the 4.22.1 release
Just tested with this example and it works with Kubernetes v1.8.0 after some small changes for the ExternalAdmissionHookConfiguration config which I put it into a PR. My test also disabled...
@caesarxuchao will apiserver send the whole pod object to webhook admission controller in this example ? I am trying to parse some data inside pod.Annotations which seems to be always...
It's just a self-defined pod annotation included inside deployment, like this one: ```yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: namespace: kube-system name: toolbox spec: replicas: 1 template: metadata: labels: app: debian-test...
Thanks @caesarxuchao for looking into this. I'll try the workaround for now.