# # Copyright (c) 2025 Microsoft Corporation # # SPDX-License-Identifier: Apache-2.0 # apiVersion: v1 kind: Pod metadata: name: hostpath-kmsg spec: runtimeClassName: kata restartPolicy: Never volumes: - name: dev-kmsg hostPath: path: /dev/kmsg containers: - image: quay.io/prometheus/busybox:latest name: container volumeMounts: - name: dev-kmsg mountPath: /dev/kmsg