mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
fish out ShareProcessNamespace from orphans tab
This commit is contained in:
parent
e9a8bd94f7
commit
d3dd1499fc
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user