From 5c2bf0c78ceed0f3591861ac31150dd9e8d396b1 Mon Sep 17 00:00:00 2001 From: Andrea Panattoni Date: Fri, 10 Nov 2023 17:45:02 +0100 Subject: [PATCH] Logs `sriov-network-config-daemon` by default Container `sriov-network-config-daemon` in the daemonset is the most interesting in the list. Make `kubectl logs ...` target that by default. Signed-off-by: Andrea Panattoni --- bindata/manifests/daemon/daemonset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindata/manifests/daemon/daemonset.yaml b/bindata/manifests/daemon/daemonset.yaml index 6e1b3ba8d9..5bae26fa46 100644 --- a/bindata/manifests/daemon/daemonset.yaml +++ b/bindata/manifests/daemon/daemonset.yaml @@ -21,6 +21,8 @@ spec: component: network type: infra openshift.io/component: network + annotations: + kubectl.kubernetes.io/default-logs-container: sriov-network-config-daemon spec: hostNetwork: true hostPID: true