mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-21 21:18:54 +00:00
20 lines
363 B
YAML
20 lines
363 B
YAML
#
|
|
# 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"]
|