mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Merge pull request #94685 from verb/ec-admission
Convert to EphemeralContainers for validation in EphemeralContainersREST
This commit is contained in:
@@ -480,6 +480,8 @@ func testWebhookAdmission(t *testing.T, watchCache bool) {
|
||||
"--disable-admission-plugins=ServiceAccount,StorageObjectInUseProtection",
|
||||
// force enable all resources so we can check storage.
|
||||
"--runtime-config=api/all=true",
|
||||
// enable feature-gates that protect resources to check their storage, too.
|
||||
"--feature-gates=EphemeralContainers=true",
|
||||
}, etcdConfig)
|
||||
defer server.TearDownFn()
|
||||
|
||||
|
Reference in New Issue
Block a user