apply-specs job from kubo/0.26.0
Github source:
e026fa7
or
master branch
Properties¶
addons
¶
A list of default add-ons bootstrapped in the Kubernetes cluster
addons-spec
¶
Spec of the addons to be deployed into the Kubernetes cluster
- Default
""
admin-password
¶
The admin password for the Kubernetes cluster
admin-username
¶
The admin username for the Kubernetes cluster
api-token
¶
The token to access Kubernetes API
kubedns-service-ip
¶
The service cluster IP for kube-dns, must reside within service-cluster-cidr set for kube-apiserver
- Default
10.100.200.10
timeout-sec
¶
Timeout for system spec deployment
- Default
1200
tls
¶
heapster
¶Certificate authority, certificate, and private key for Heapster
influxdb
¶Certificate and private key for InfluxDB
kubernetes
¶Certificate authority, certificate, and private key for the Kubernetes master
kubernetes-dashboard
¶Certificate authority, certificate, and private key for the Kubernetes dashboard
metrics-server
¶Certificate authority, certificate, and private key for Metrics Server
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/apply-specs/
directory
(learn more).
bin/deploy-specs
(frombin/deploy-specs.erb
)bin/run
(frombin/run.erb
)config/ca.pem
(fromconfig/ca.pem.erb
)config/heapster/ca.pem
(fromconfig/heapster/ca.pem.erb
)config/heapster/heapster.crt
(fromconfig/heapster/heapster.crt.erb
)config/heapster/heapster.key
(fromconfig/heapster/heapster.key.erb
)config/influxdb/influxdb.crt
(fromconfig/influxdb/influxdb.crt.erb
)config/influxdb/influxdb.key
(fromconfig/influxdb/influxdb.key.erb
)config/kubeconfig
(fromconfig/kubeconfig.erb
)config/kubernetes-dashboard/kubernetes-dashboard.crt
(fromconfig/kubernetes-dashboard/kubernetes-dashboard.crt.erb
)config/kubernetes-dashboard/kubernetes-dashboard.key
(fromconfig/kubernetes-dashboard/kubernetes-dashboard.key.erb
)specs/addon-spec.yml
(fromspecs/addon-spec.yml.erb
)specs/coredns.yml
(fromspecs/coredns.yml.erb
)specs/heapster.yml
(fromspecs/heapster.yml.erb
)specs/influxdb.yml
(fromspecs/influxdb.yml.erb
)specs/kube-dns.yml
(fromspecs/kube-dns.yml.erb
)specs/kubernetes-dashboard.yml
(fromspecs/kubernetes-dashboard.yml.erb
)specs/metrics-server/auth-delegator.yml
(fromspecs/metrics-server/auth-delegator.yml
)specs/metrics-server/auth-reader.yml
(fromspecs/metrics-server/auth-reader.yml
)specs/metrics-server/metrics-apiservice.yml
(fromspecs/metrics-server/metrics-apiservice.yml
)specs/metrics-server/metrics-server-deployment.yml
(fromspecs/metrics-server/metrics-server-deployment.yml
)specs/metrics-server/metrics-server-service.yml
(fromspecs/metrics-server/metrics-server-service.yml
)specs/metrics-server/resource-reader.yml
(fromspecs/metrics-server/resource-reader.yml
)specs/metrics-server/secrets.yml
(fromspecs/metrics-server/secrets.yml.erb
)specs/storage-class-gce.yml
(fromspecs/storage-class-gce.yml
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.