Skip to content

Commit

Permalink
Merge pull request #128074 from pacoxu/fix-quota_lsci-e2e
Browse files Browse the repository at this point in the history
storage fsquota monitoring pod should be user namespaced
  • Loading branch information
k8s-ci-robot authored Oct 17, 2024
2 parents 51f76fe + 386f495 commit 1b20b08
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 1b20b08

Please sign in to comment.