Skip to content

Access denied in Kubernetes 1.29.7 #5

Open
@tomasrudh

Description

@tomasrudh

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions