update toolpod

This commit is contained in:
Joseph Hanson 2024-10-11 19:54:48 -05:00
parent acba2f290f
commit 45d91c392d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -4,13 +4,13 @@ metadata:
name: rocky-nenya
namespace: kube-system
spec:
# nodeName: nenya
nodeName: shadowfax-01
containers:
- name: rocky
image: rockylinux:9
securityContext:
privileged: true
command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
command: ["/bin/bash", "-c", "dnf install -y iputils dnsutils && while true; do sleep 10; done"]
resources:
requests:
cpu: 100m