Skip to content

Commit 386f495

Browse files
committed
storage fsquota monitoring pod should be user namespaced
1 parent 5b1a4ca commit 386f495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e_node/quota_lsci_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ func diskConcealingPod(name string, diskConsumedMB int, volumeSource *v1.VolumeS
135135
return &v1.Pod{
136136
ObjectMeta: metav1.ObjectMeta{Name: fmt.Sprintf("%s-pod", name)},
137137
Spec: v1.PodSpec{
138+
HostUsers: &falseVar,
138139
RestartPolicy: v1.RestartPolicyNever,
139140
Containers: []v1.Container{
140141
{

0 commit comments

Comments
 (0)