mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #106298 from SergeyKanzhelev/fetchShareProcessTestFromOrphans
fish out ShareProcessNamespace from orphans tab
This commit is contained in:
commit
f3bf7e1ced
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user