-
Alex ubuntu vm authoredAlex ubuntu vm authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ping.yaml 417 B
apiVersion: v1
kind: Pod
metadata:
name: ping
labels:
app: ping-pong
annotations:
l2sm/networks: ping-network
spec:
containers:
- name: router
command: ["/bin/ash", "-c", "trap : TERM INT; sleep infinity & wait"]
image: alpine:latest
securityContext:
capabilities:
add: ["NET_ADMIN"]
# Use this parameter if you want to place the pod in a specific node
nodeName: l2sm1