Benutzer-Werkzeuge

Webseiten-Werkzeuge


it-wiki:kubernetes:initcontainers

Dies ist eine alte Version des Dokuments!


Beispiel für ein initContainer

      initContainers:
       - name: copy
         image: busybox:1.28
         command: ["/bin/sh", "-c", "cp /config/cassandra.yaml /config/cassandra/"]
         volumeMounts:
         - name: tmp-config
           mountPath: /config/cassandra/
         - name: cassandraconfig
           mountPath: /config/
it-wiki/kubernetes/initcontainers.1720099793.txt.gz · Zuletzt geändert: 2024/07/04 13:29 von marko