# # Copyright (c) 2024 Ant Group. # # SPDX-License-Identifier: Apache-2.0 # apiVersion: v1 kind: Pod metadata: name: test-pod-hostname spec: terminationGracePeriodSeconds: 0 runtimeClassName: kata restartPolicy: Never containers: - image: quay.io/prometheus/busybox:latest name: pod-hostname-c01 command: ["sh"] args: ["-c", "hostname"]