Skip to content

kube-proxy job from kubo/0.22.0

Github source: 98f7cd8 or master branch

Properties

api-token

The password for the kube-proxy user

cloud-provider

The type of cloud-provider that is being deployed

logging-level

V-leveled logging at the specified level. See https://github.com/golang/glog

Default
2

pod-network-cidr

The pod networking cidr for pod network overlay

Default
10.200.0.0/16

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-proxy/ directory (learn more).

  • bin/kube_proxy_ctl (from bin/kube_proxy_ctl.erb)
  • config/ca.pem (from config/ca.pem.erb)
  • config/config.yml (from config/config.yml.erb)
  • 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.