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 volumes: - name: ssh-known-hosts configMap: name: ssh-known-hosts