You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Describe the bug
Giving a try to you project because i love the labelling approach with slurmabler
But running the payload/full and simple example failed, the pods are stuck in
There is no specific message , each munged init-container give same logs :
[root@rockynode1 ~]# kubectl logs full-master-01-6d984b798f-j7t4k -c munged
munged: Notice: Starting munge-0.5.14 daemon (pid 8)
munged: Info: Set origin address to 10.42.0.128 (eth0)
munged: Info: Seeded PRNG with 128 bytes from getrandom()
munged: Warning: PRNG seed dir is insecure: invalid ownership of "/var/lib/munge"
munged: Info: Enabled PRNG entropy pool enhanced stirring
munged: Warning: Keyfile is insecure: "/etc/munge/munge.key" should not be a symbolic link
munged: Warning: Keyfile is insecure: "/etc/munge/munge.key" should not be readable or writable by group (perms=0644)
munged: Warning: Keyfile is insecure: "/etc/munge/munge.key" should not be readable or writable by other (perms=0644)
munged: Warning: Keyfile is insecure: group-writable permissions without sticky bit set on "/etc/munge"
munged: Info: Updating supplementary group mapping every 3600 seconds
munged: Info: Enabled supplementary group mtime check of "/etc/group"
munged: Warning: Socket is insecure: group-writable permissions without sticky bit set on "/run/munge"
munged: Info: Found 0 users with supplementary groups in 0.000 seconds
munged: Info: Created socket "/run/munge/munge.socket.2"
munged: Warning: PIDfile is insecure: group-writable permissions without sticky bit set on "/run/munge"
munged: Info: Created 2 work threads
but main containers do not start.
The text was updated successfully, but these errors were encountered:
Are you using a k8s version higher than 1.28? If not, you may have to upgrade to version 1.28 or later, as munge uses the sidecarContainers feature implemented in version 1.28
Sidecar containers are not enabled by default in version 1.28. Please check if the SidecarContainers feature gate is enabled in your Kubernetes cluster. For more details, please refer to the link: https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/
Describe the bug
Giving a try to you project because i love the labelling approach with slurmabler
But running the payload/full and simple example failed, the pods are stuck in
There is no specific message , each munged init-container give same logs :
but main containers do not start.
The text was updated successfully, but these errors were encountered: