Man aging with style

Results 3 comments of 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.