Man aging with style
Man aging with style
+1 for Talos support. Shelling out is double plus ungood. Why not make use of the [golang os.MkdirAll](https://pkg.go.dev/os#MkdirAll) library function for `mkdir` purposes?
I was able to get things to work on Talos by creating my own customized container image using the following Dockerfile: ```Dockerfile ARG TRIDENT_TAG=25.02.1 FROM netapp/trident:${TRIDENT_TAG} as trident FROM library/debian:latest...
I release my provided fix into the public domain. No license is required.