Open
Description
It seems something has changed in Kubernetes 1.29.7, or possibly a version just previous. The script is no longer able to access C:\var\log\pods.
This is solved by giving the script admin rights instead of user, In version 1.0.0 in 'Values.yaml' change line 24-26 from:
podSecurityContext:
windowsOptions:
runAsUserName: "ContainerUser"
To:
podSecurityContext:
windowsOptions:
runAsUserName: "ContainerAdministrator"
Metadata
Metadata
Assignees
Labels
No labels