Merge pull request #128074 from pacoxu/fix-quota_lsci-e2e

storage fsquota monitoring pod should be user namespaced
This commit is contained in:
Kubernetes Prow Robot 2024-10-17 19:27:21 +01:00 committed by GitHub
commit 1b20b087fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,6 +135,7 @@ func diskConcealingPod(name string, diskConsumedMB int, volumeSource *v1.VolumeS
return &v1.Pod{
ObjectMeta: metav1.ObjectMeta{Name: fmt.Sprintf("%s-pod", name)},
Spec: v1.PodSpec{
HostUsers: &falseVar,
RestartPolicy: v1.RestartPolicyNever,
Containers: []v1.Container{
{