Eric Schoen
Eric Schoen
Output from kubectl describe pod for the above azurefile pod: ``` Name: csi-azurefile-node-489gm Namespace: kube-system Priority: 2000001000 Priority Class Name: system-node-critical Node: aks-nodepool1-51635614-vmss000008/10.224.0.5 Start Time: Mon, 08 Aug 2022 23:04:04...
Yes, if I convert the example to use a persistent volume and a persistent volume claim, and add the pvc to the mounts of the pods that need it, it...
Thanks for your help. Here's the end of the azurefile container driver log, where the PV mounting worked. I've elided the name of the share and the name of our...
after upping verbosity level to > 3, I saw this: ``` E0923 00:55:24.401136 1 client.go:186] Code="ErrorApplicationGatewayNotFound" Message="Unexpected status code '404' while performing a GET on Application Gateway." InnerError="azure.BearerAuthorizer#WithAuthorization: Failed to...
Not concurrently, but I have deleted and recreated PVs reusing the same volume handles. > — > Reply to this email directly, view it on GitHub > , > or...
Changing the volume handles did seem to solve the problem, even though I was not using the same volumeHandle twice at the same time. Does this mean that if I...
Thanks. I think I understand. Since PersistentVolumes are immutable, if I want to change something about the volume when redeploying a Helm chart, I have to create a new PV...
That's too bad. It's very un-k8s like. Kubelet configures the system of pods and resources according to current state, but here it looks like a temporarily-duplicated volumeHandle that quickly becomes...
I guess you could reword the explanation in the example to say that "Any value, even a legal version, that you provide will be overwritten..." Or could I possibly convince...
Or actually, to avoid breaking anyone depending upon current behavior, something like this: ``` (defn expand-version "Recursively search for a version string in the vmap using the first non-nil result...