From 0424084b303b2ebb0a0fa28c6dd3f1ef456ce4ba Mon Sep 17 00:00:00 2001 From: Charlie Doern Date: Thu, 7 Jul 2022 08:51:12 -0400 Subject: fix namespace reporting somehow, #14501 got through CI even though the remote tests fail. The testa are failing due to the PodSpecGenerator not containing the UTSNs entitiy and infra's spec is not yet allowed to be accessed remotely [NO NEW TESTS NEEDED] resolves #14847 Signed-off-by: Charlie Doern --- pkg/specgen/podspecgen.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/specgen') diff --git a/pkg/specgen/podspecgen.go b/pkg/specgen/podspecgen.go index 02ba06be1..64a79f4ee 100644 --- a/pkg/specgen/podspecgen.go +++ b/pkg/specgen/podspecgen.go @@ -77,6 +77,8 @@ type PodBasicConfig struct { // Any containers created within the pod will inherit the pod's userns settings. // Optional Userns Namespace `json:"userns,omitempty"` + // UtsNs is used to indicate the UTS mode the pod is in + UtsNs Namespace `json:"utsns,omitempty"` // Devices contains user specified Devices to be added to the Pod Devices []string `json:"pod_devices,omitempty"` // Sysctl sets kernel parameters for the pod -- cgit v1.2.3-54-g00ecf