mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Fixes #47538: Add functionality for manually creating a Job instance from a CronJob
This changeset adds the command `kubectl create job` with the flag `--from-cronjob`, which allows a user to create a Job from a CronJob via the CLI.
This commit is contained in:
committed by
Maciej Szulik
parent
270148d7d9
commit
5b57c2db00
3
docs/user-guide/kubectl/kubectl_create_job.md
Normal file
3
docs/user-guide/kubectl/kubectl_create_job.md
Normal file
@@ -0,0 +1,3 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
||||
Reference in New Issue
Block a user