Skip to content

Commit

Permalink
storage fsquota monitoring pod should be user namespaced
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Oct 15, 2024
1 parent 5b1a4ca commit 386f495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e_node/quota_lsci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
{
Expand Down

0 comments on commit 386f495

Please sign in to comment.