mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 09:18:45 +00:00
remove webhook.go to revert changes to conformance test
This commit is contained in:
@@ -18,7 +18,8 @@ package node
|
||||
|
||||
import (
|
||||
"context"
|
||||
"k8s.io/api/core/v1"
|
||||
|
||||
v1 "k8s.io/api/core/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/apimachinery/pkg/util/uuid"
|
||||
"k8s.io/kubernetes/test/e2e/framework"
|
||||
@@ -209,7 +210,7 @@ var _ = SIGDescribe("Sysctls [LinuxOnly] [NodeFeature:Sysctls]", func() {
|
||||
},
|
||||
}
|
||||
|
||||
ginkgo.By("Creating a pod with a greylisted, but not whitelisted sysctl on the node")
|
||||
ginkgo.By("Creating a pod with an ignorelisted, but not allowlisted sysctl on the node")
|
||||
pod = podClient.Create(pod)
|
||||
|
||||
ginkgo.By("Watching for error events or started pod")
|
||||
|
Reference in New Issue
Block a user