--- apiVersion: apps/v1 items: - apiVersion: apps/v1 kind: DaemonSet metadata: annotations: deprecated.daemonset.template.generation: "1" creationTimestamp: "2025-10-11T10:28:49Z" generation: 1 labels: openshift-app: tuned managedFields: - apiVersion: apps/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:deprecated.daemonset.template.generation: {} f:labels: .: {} f:openshift-app: {} f:ownerReferences: .: {} k:{"uid":"19e733dd-a756-4e79-a229-ff965787e4a0"}: {} f:spec: f:revisionHistoryLimit: {} f:selector: {} f:template: f:metadata: f:annotations: .: {} f:openshift.io/required-scc: {} f:target.workload.openshift.io/management: {} f:labels: .: {} f:openshift-app: {} f:spec: f:containers: k:{"name":"tuned"}: .: {} f:command: {} f:env: .: {} k:{"name":"CLUSTER_NODE_TUNED_IMAGE"}: .: {} f:name: {} f:value: {} k:{"name":"OCP_NODE_NAME"}: .: {} f:name: {} f:valueFrom: .: {} f:fieldRef: {} k:{"name":"RELEASE_VERSION"}: .: {} f:name: {} f:value: {} k:{"name":"RESYNC_PERIOD"}: .: {} f:name: {} f:value: {} k:{"name":"WATCH_NAMESPACE"}: .: {} f:name: {} f:valueFrom: .: {} f:fieldRef: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: .: {} f:requests: .: {} f:cpu: {} f:memory: {} f:securityContext: .: {} f:privileged: {} f:readOnlyRootFilesystem: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/etc/kubernetes"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} f:readOnly: {} k:{"mountPath":"/etc/modprobe.d"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} k:{"mountPath":"/etc/sysconfig"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} k:{"mountPath":"/etc/sysctl.conf"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} f:readOnly: {} k:{"mountPath":"/etc/sysctl.d"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} f:readOnly: {} k:{"mountPath":"/etc/systemd"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} k:{"mountPath":"/etc/tuned"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/host"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} k:{"mountPath":"/lib/modules"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} f:readOnly: {} k:{"mountPath":"/run"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} k:{"mountPath":"/sys"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} k:{"mountPath":"/tmp"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/var/lib/kubelet"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} f:readOnly: {} f:dnsPolicy: {} f:hostIPC: {} f:hostNetwork: {} f:hostPID: {} f:nodeSelector: {} f:priorityClassName: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:serviceAccount: {} f:serviceAccountName: {} f:terminationGracePeriodSeconds: {} f:tolerations: {} f:volumes: .: {} k:{"name":"etc-kubernetes"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"etc-modprobe-d"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"etc-sysconfig"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"etc-sysctl-conf"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"etc-sysctl-d"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"etc-systemd"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"etc-tuned"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"host"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"lib-modules"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"run"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"sys"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"tmp"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"var-lib-kubelet"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} f:updateStrategy: f:rollingUpdate: .: {} f:maxSurge: {} f:maxUnavailable: {} f:type: {} manager: cluster-node-tuning-operator operation: Update time: "2025-10-11T10:28:49Z" - apiVersion: apps/v1 fieldsType: FieldsV1 fieldsV1: f:status: f:currentNumberScheduled: {} f:desiredNumberScheduled: {} f:numberAvailable: {} f:numberReady: {} f:observedGeneration: {} f:updatedNumberScheduled: {} manager: kube-controller-manager operation: Update subresource: status time: "2025-10-11T10:39:24Z" name: tuned namespace: openshift-cluster-node-tuning-operator ownerReferences: - apiVersion: tuned.openshift.io/v1 blockOwnerDeletion: true controller: true kind: Tuned name: default uid: 19e733dd-a756-4e79-a229-ff965787e4a0 resourceVersion: "19765" uid: a4d6ba48-4a1c-4b76-9c06-92e70a031d30 spec: revisionHistoryLimit: 10 selector: matchLabels: openshift-app: tuned template: metadata: annotations: openshift.io/required-scc: privileged target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}' creationTimestamp: null labels: openshift-app: tuned spec: containers: - command: - /usr/bin/cluster-node-tuning-operator - ocp-tuned - --in-cluster - -v=0 env: - name: WATCH_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: OCP_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: RESYNC_PERIOD value: "600" - name: RELEASE_VERSION value: 4.18.25 - name: CLUSTER_NODE_TUNED_IMAGE value: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca9272c8bbbde3ffdea2887c91dfb5ec4b09de7a8e2ae03aa5a47f56ff41e326 image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca9272c8bbbde3ffdea2887c91dfb5ec4b09de7a8e2ae03aa5a47f56ff41e326 imagePullPolicy: IfNotPresent name: tuned resources: requests: cpu: 10m memory: 50Mi securityContext: privileged: true readOnlyRootFilesystem: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /etc/modprobe.d mountPropagation: HostToContainer name: etc-modprobe-d - mountPath: /etc/sysconfig mountPropagation: HostToContainer name: etc-sysconfig - mountPath: /etc/kubernetes mountPropagation: HostToContainer name: etc-kubernetes readOnly: true - mountPath: /etc/sysctl.d mountPropagation: HostToContainer name: etc-sysctl-d readOnly: true - mountPath: /etc/sysctl.conf mountPropagation: HostToContainer name: etc-sysctl-conf readOnly: true - mountPath: /etc/systemd mountPropagation: HostToContainer name: etc-systemd - mountPath: /etc/tuned name: etc-tuned - mountPath: /run mountPropagation: HostToContainer name: run - mountPath: /sys mountPropagation: HostToContainer name: sys - mountPath: /tmp name: tmp - mountPath: /lib/modules mountPropagation: HostToContainer name: lib-modules readOnly: true - mountPath: /var/lib/kubelet mountPropagation: HostToContainer name: var-lib-kubelet readOnly: true - mountPath: /host mountPropagation: HostToContainer name: host dnsPolicy: ClusterFirst hostIPC: true hostNetwork: true hostPID: true nodeSelector: kubernetes.io/os: linux priorityClassName: system-node-critical restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: tuned serviceAccountName: tuned terminationGracePeriodSeconds: 30 tolerations: - operator: Exists volumes: - hostPath: path: /etc/modprobe.d type: Directory name: etc-modprobe-d - hostPath: path: /etc/sysconfig type: Directory name: etc-sysconfig - hostPath: path: /etc/kubernetes type: Directory name: etc-kubernetes - hostPath: path: /etc/sysctl.d type: Directory name: etc-sysctl-d - hostPath: path: /etc/sysctl.conf type: File name: etc-sysctl-conf - hostPath: path: /etc/systemd type: Directory name: etc-systemd - hostPath: path: /run type: Directory name: run - hostPath: path: /sys type: Directory name: sys - hostPath: path: /lib/modules type: Directory name: lib-modules - hostPath: path: /var/lib/kubelet type: Directory name: var-lib-kubelet - hostPath: path: / type: Directory name: host - emptyDir: medium: Memory name: etc-tuned - emptyDir: medium: Memory name: tmp updateStrategy: rollingUpdate: maxSurge: 0 maxUnavailable: 10% type: RollingUpdate status: currentNumberScheduled: 3 desiredNumberScheduled: 3 numberAvailable: 3 numberMisscheduled: 0 numberReady: 3 observedGeneration: 1 updatedNumberScheduled: 3 kind: DaemonSetList metadata: resourceVersion: "64557"