20854/change-the-schedule-of-kubernetes-cron-job
If you're looking for a one line command, you can use this command:
kubectl patch my-cronjob -p '{"spec":{"schedule": "42 11 * * *"}}
Hey @Lina, You can use the keyword patch to update only the selected fields of resource.
$patch -h Update field(s) of a resource using strategic merge patch, a JSON merge patch, or a JSON patch.
JSON and YAML formats are accepted.
You cannot achieve this in kubernetes pod. READ MORE
It's a small silly mistake: dollar sign $ should be ...READ MORE
You're trying to set 3 asbackoffLimit of your Job. ...READ MORE
use /bin/sh instead of /bin/bash This solved it ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
I should be in the format of ...READ MORE
As far as i know there's no ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.