quarks-job persist-output
quarks-job persist-output
Persist a file into a kube secret
Synopsis
Persists a log file created by containers in a pod of quarksJob
into a versioned secret or kube native secret using flags specified to this command.
quarks-job persist-output [flags]
Options
-h, --help help for persist-output
--namespace string (NAMESPACE) namespace where persist output will run (default "default")
Options inherited from parent commands
--apply-crd (APPLY_CRD) If true, apply CRDs on start (default true)
--ctx-timeout int (CTX_TIMEOUT) context timeout for each k8s API request in seconds (default 300)
-o, --docker-image-org string (DOCKER_IMAGE_ORG) Dockerhub organization that provides the operator docker image (default "cfcontainerization")
--docker-image-pull-policy string (DOCKER_IMAGE_PULL_POLICY) Image pull policy (default "IfNotPresent")
-r, --docker-image-repository string (DOCKER_IMAGE_REPOSITORY) Dockerhub repository that provides the operator docker image (default "quarks-job")
-t, --docker-image-tag string (DOCKER_IMAGE_TAG) Tag of the operator docker image (default "0.0.1")
-c, --kubeconfig string (KUBECONFIG) Path to a kubeconfig, not required in-cluster
-l, --log-level string (LOG_LEVEL) Only print log messages from this level onward (trace,debug,info,warn) (default "debug")
--max-workers int (MAX_WORKERS) Maximum number of workers concurrently running the controller (default 1)
--meltdown-duration int (MELTDOWN_DURATION) Duration (in seconds) of the meltdown period, in which we postpone further reconciles for the same resource (default 60)
--meltdown-requeue-after int (MELTDOWN_REQUEUE_AFTER) Duration (in seconds) for which we delay the requeuing of the reconcile (default 30)
--monitored-id string (MONITORED_ID) only monitor namespaces with this id in their namespace label (default "default")
SEE ALSO
- quarks-job - quarks-job starts the operator
Auto generated by spf13/cobra on 25-May-2021
Last modified May 25, 2021: Fix code display in release docs (2bc24a5)