mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #31532 from wongma7/pv-gid-e2e-on
Automatic merge from submit-queue Bump nfs server image tag in pv e2e Image modified in https://github.com/kubernetes/kubernetes/pull/30084 has been pushed, so we can bump this back up to enable the part where pod writes to server with restrictive permissions
This commit is contained in:
commit
c4a2baa29a
@ -415,7 +415,7 @@ var _ = framework.KubeDescribe("PersistentVolumes", func() {
|
||||
NFSconfig = VolumeTestConfig{
|
||||
namespace: api.NamespaceDefault,
|
||||
prefix: "nfs",
|
||||
serverImage: "gcr.io/google_containers/volume-nfs:0.6",
|
||||
serverImage: "gcr.io/google_containers/volume-nfs:0.7",
|
||||
serverPorts: []int{2049},
|
||||
serverArgs: []string{"-G", "777", "/exports"},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user