Skip to content

kubernetes-roles job from kubo/0.37.0

Github source: 8fdd63c or master branch

Properties

admin-password

The admin password for the Kubernetes cluster

admin-username

The admin username for the Kubernetes cluster

post-start-custom-specs

Kubernetes specs to be applied at post-start

Example
- name: psp1
  value: |+
    ---
    apiVersion: policy/v1beta1
    kind: PodSecurityPolicy
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: Role

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

  • bin/apply_policies (from bin/apply_policies.erb)
  • bin/post-start (from bin/post-start.erb)
  • config/ca.pem (from config/ca.pem.erb)
  • config/kubeconfig (from config/kubeconfig.erb)
  • config/policies/azure_cloud_provider.yml (from config/policies/azure_cloud_provider.yml.erb)
  • config/policies/cluster_admin.yml (from config/policies/cluster_admin.yml)
  • config/policies/kube-system-podsecuritypolicy.yml (from config/policies/kube-system-podsecuritypolicy.yml)
  • config/policies/kube_proxy.yml (from config/policies/kube_proxy.yml)
  • config/policies/kubelet.yml (from config/policies/kubelet.yml)
  • config/policies/kubelet_drain.yml (from config/policies/kubelet_drain.yml)
  • config/policies/post-start-custom-specs.yml (from config/policies/post-start-custom-specs.yml.erb)
  • config/policies/vsphere_cloud_provider.yml (from config/policies/vsphere_cloud_provider.yml.erb)

Packages

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