Andy Zhang
Andy Zhang
why it's sending requests to http://germanywestcentral.localhost:7788/subscriptions/***/resourceGroups/***/providers/Microsoft.Network/privateDnsZones/privatelink.file.core.windows.net?api-version=2018-09-01, is this a sovereign cloud address?
we are still investigating this issue which is related to the proxy in managed csi driver, I think you could bring your own storage account to workaround.
update: original create private dns zone already succeeded, and we should add get PrivateDNSZone and get VNetLink to make this func idempotent, so that even creation return failed, it should...
> @andyzhangx @ZeroMagic Is there any timeframe you can tell me or any other issue I can follow? @Mik4sa we will fix it in upstream project end of this month,...
pasted from Steven French: Remount is going to be possible with changes Ronnie at Redhat is working on (for the new mount API support for cifs), but remount should not...
cc @smfrench
seems related to this issue: https://github.com/MicrosoftDocs/Virtualization-Documentation/issues/1353 and https://github.com/moby/moby/issues/37863, I will fix it in csi-proxy first, thanks! @marciogmorales
BTW, original issue is on linux node, this is another issue on Windows, that's two different issues.
worked out a PR to fix in k/k first: https://github.com/kubernetes/kubernetes/pull/99550
about the `Host is down` issue which could lead to pod in `Terminating` status forever, there is already a PR to address this issue: https://github.com/kubernetes/utils/pull/203#issuecomment-823211671