fish out ShareProcessNamespace from orphans tab

This commit is contained in:
Sergey Kanzhelev 2021-11-10 07:25:02 +00:00
parent e9a8bd94f7
commit d3dd1499fc

View File

@ -41,7 +41,7 @@ var _ = SIGDescribe("Security Context", func() {
podClient = f.PodClient() podClient = f.PodClient()
}) })
ginkgo.Context("Container PID namespace sharing", func() { ginkgo.Context("[NodeConformance][LinuxOnly] Container PID namespace sharing", func() {
ginkgo.It("containers in pods using isolated PID namespaces should all receive PID 1", func() { ginkgo.It("containers in pods using isolated PID namespaces should all receive PID 1", func() {
ginkgo.By("Create a pod with isolated PID namespaces.") ginkgo.By("Create a pod with isolated PID namespaces.")
f.PodClient().CreateSync(&v1.Pod{ f.PodClient().CreateSync(&v1.Pod{