Andy Zhang
Andy Zhang
@vibhansa-msft could you help? thx
/ok-to-test
/kind test
/kind testing
I think the built-in cli extension is broken, and after reinstall the cli extension, it works.
@retornam can you use golang `1.25.5` to build in trivy action? ``` ┌─────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬────────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │...
``` Error: pkg/smb/nodeserver.go:37:2: SA1019: "golang.org/x/net/context" is deprecated: Use the standard library context package instead. (staticcheck) "golang.org/x/net/context" ^ Error: pkg/smb/smb_common_linux.go:50:17: QF1012: Use fmt.Fprintf(...) instead of Write([]byte(fmt.Sprintf(...))) (staticcheck) if _, err :=...
it needs following privileged securityContext: ``` securityContext: privileged: true capabilities: drop: - ALL ```
the error means that csi driver is not running well on the windows node, can you follow this guide to get csi-smb-node-win-xxxxx pod description events and logs? https://github.com/kubernetes-csi/csi-driver-smb/blob/master/docs/csi-debug.md#case2-volume-mountunmount-failed
you could set `readOnly: true` in deployment pod volumeMounts: ``` volumeMounts: - name: pod-test-volume mountPath: /mnt/pvc-test readOnly: true ```