21 lines
421 B
YAML
21 lines
421 B
YAML
spec:
|
|
containers:
|
|
- name: fedora
|
|
image: registry.fedoraproject.org/fedora:38
|
|
command:
|
|
- cat
|
|
stdin: true
|
|
tty: true
|
|
volumeMounts:
|
|
- mountPath: /etc/ssh/ssh_known_hosts
|
|
name: ssh-known-hosts
|
|
subPath: ssh_known_hosts
|
|
hostUsers: false
|
|
tolerations:
|
|
- key: du5t1n.me/machine
|
|
value: raspberrypi
|
|
volumes:
|
|
- name: ssh-known-hosts
|
|
configMap:
|
|
name: ssh-known-hosts
|