From 0f177536b2db307af95d251548bd5c055e2b543c 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 6e1b3ba8d..97504edc8 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-container: sriov-network-config-daemon spec: hostNetwork: true hostPID: true