Andy Zhang
Andy Zhang
/remove-lifecycle stale
/assign @msau42
/assign @msau42
> What I've seen is that most of the vulnerability reports come from using a base image that is not distroless (e.g. if it's any of the builder images in...
@DonMartin76 thanks for reporting, I have already identified this issue. Pls use `ManagedDisks` instead, thanks.
`azure-secret.yaml` could be used in azure file, see example: https://github.com/andyzhangx/Demo/tree/master/linux/azurefile#static-provisioning-for-azure-file-in-linux-support-from-v150
@fengli858 sorry I should update the azure file example doc earlier: azure file mount feature is only supported on **Windows Server version 1709.** For how to set up k8s cluster...
I think first you should make sure `mount -t cifs ...` works on your local env, it requires `cifs-utils` package
I am not familiar with docker-desktop kubernetes
could you try cli command: ``` az vmss update-instances -g --name k8sclustereastusdctest-node ```