Skip to content

kube-scheduler job from kubo/0.37.0

Github source: 8fdd63c or master branch

Properties

api-token

The token to access kubernetes API

k8s-args

Pass-through options for Kubernetes runtime arguments. See docs https://kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/ for reference.

Example
|+
  k8s-args:
    leader-elect: false
    log-flush-frequency: 30s

kube-scheduler-configuration

The Kube-scheduler will load its initial configuration from this. Omit this to use the built-in default configuration values. Command-line flags override configuration.

tls

kubernetes

Certificate and private key for the Kubernetes master

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/kube-scheduler/ directory (learn more).

  • config/bpm.yml (from config/bpm.yml.erb)
  • config/ca.pem (from config/ca.pem.erb)
  • config/config.yml (from config/config.yml)
  • config/kubeconfig (from config/kubeconfig.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.