Merge pull request #12470 from simon3z/add-host-ipc
Auto commit by PR queue bot
This commit is contained in:
@@ -1255,6 +1255,7 @@ func TestValidatePodSpec(t *testing.T) {
|
||||
},
|
||||
},
|
||||
HostNetwork: true,
|
||||
HostIPC: true,
|
||||
RestartPolicy: api.RestartPolicyAlways,
|
||||
DNSPolicy: api.DNSClusterFirst,
|
||||
},
|
||||
@@ -1305,6 +1306,7 @@ func TestValidatePodSpec(t *testing.T) {
|
||||
},
|
||||
},
|
||||
HostNetwork: true,
|
||||
HostIPC: true,
|
||||
RestartPolicy: api.RestartPolicyAlways,
|
||||
DNSPolicy: api.DNSClusterFirst,
|
||||
},
|
||||
|
Reference in New Issue
Block a user