I\'ve created a Kubernetes Scheduled Job, which runs twice a day according to its schedule. However, I would like to trigger it manually for testing purposes. How can I do t
Unfortunately, none of the example syntax above works in Google Kubernetes Engine (GCP). Also, the GKE docs themselves are wrong. :(
In Kubernetes 1.10.6.gke-2, the working syntax is
1.10.6.gke-2
kubectl create job --from=cronjob/ -n