Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about kubernetes-cronjob

Read more about kubernetes-cronjob

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - kubernetes-cronjob

Flag '-c' in kubernetes cronjobs command/args

Creating a Cron Job What does the flag '-c' do in the Kubernetes Cronjob? kind: CronJob metadata: name: hello spec: schedule: "* * * * *" jobTemplate: spec: template: ...
test-img

panos

kubernetes

command

args

kubernetes-cronjob

Votes: 0

Answers: 2

Latest Answer

Community wiki for clearness and further searches. @François is completely correct. /bin/sh -c comes directly from unix and simply means command you issue after shell. This is NOT a parameter for k8s ...
test-img

Vit

Cron job timing with new nodes

Say I have a kubernetes Cron Job that runs every day at 10am but it needs to provision new nodes in order for it to run. Will k8 wait until 10am to start provisioning those resources (therefore actual...
test-img

owise1

kubernetes

kubernetes-cronjob

Votes: 0

Answers: 1

Latest Answer

Will k8 wait until 10am to start provisioning those resources... No. K8s does not provision a computer node and make the computer join the cluster. ...will it have everything ready to go at 10am? The ...
test-img

gohm'c

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved