We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Issue
volumes: - configMap: defaultMode: 511 name: icm-11-azure-test-icm-as-jgroups-config-xml name: jgroups-config-volume
results in a ls -la on a normal pod:
ls -la
-rwxrwxrwx 1 root intershop 2201 Apr 29 13:34 jgroups-config.xml
and on a virtual-kublet it's:
drwxr-xr-x 2 root root 4096 Apr 29 13:34 jgroups-config.xml
On both I configured:
securityContext: fsGroup: 150 fsGroupChangePolicy: OnRootMismatch runAsGroup: 150 runAsNonRoot: false runAsUser: 150
Expected behavior Both should look like:
Virtual-kubelet version kubeletVersion: v1.25.0-vk-azure-aci-1.6.1 Kubernetes version 1.28.3 Additional context
kubeletVersion: v1.25.0-vk-azure-aci-1.6.1
1.28.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Issue
results in a
ls -la
on a normal pod:and on a virtual-kublet it's:
On both I configured:
Expected behavior
Both should look like:
Virtual-kubelet version
kubeletVersion: v1.25.0-vk-azure-aci-1.6.1
Kubernetes version
1.28.3
Additional context
The text was updated successfully, but these errors were encountered: