Merge pull request #106298 from SergeyKanzhelev/fetchShareProcessTestFromOrphans

fish out ShareProcessNamespace from orphans tab
This commit is contained in:
Kubernetes Prow Robot 2021-11-10 10:20:02 -08:00 committed by GitHub
commit f3bf7e1ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ var _ = SIGDescribe("Security Context", func() {
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.By("Create a pod with isolated PID namespaces.")
f.PodClient().CreateSync(&v1.Pod{