Fix order

This commit is contained in:
Jeroen Vermeulen 2023-10-23 16:39:55 +02:00
parent 3613122d8f
commit c767d318a1
No known key found for this signature in database
1 changed files with 20 additions and 0 deletions

20
test/ubuntu.yaml Normal file
View File

@ -0,0 +1,20 @@
---
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
namespace: default
spec:
# nodeSelector:
# kubernetes.io/hostname: hw2.deovero.k8s.snel.com # for testing
containers:
- name: ubuntu
image: ubuntu:latest
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do date; sleep 60; done;" ]
# kubectl exec ubuntu -it -- bash
# Debug tools:
# apt-get update && apt-get -y install git inetutils-ping openssh-client iproute2 curl bind9-dnsutils
# ping git.snel.com