kubernetes-roles job from kubo/0.25.0
Github source:
7f3ac31
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
(frombin/apply_policies.erb
)bin/post-start
(frombin/post-start.erb
)config/ca.pem
(fromconfig/ca.pem.erb
)config/kubeconfig
(fromconfig/kubeconfig.erb
)config/policies/azure_cloud_provider.yml
(fromconfig/policies/azure_cloud_provider.yml.erb
)config/policies/cluster_admin.yml
(fromconfig/policies/cluster_admin.yml
)config/policies/kube-system-podsecuritypolicy.yml
(fromconfig/policies/kube-system-podsecuritypolicy.yml
)config/policies/kube_proxy.yml
(fromconfig/policies/kube_proxy.yml
)config/policies/kubelet.yml
(fromconfig/policies/kubelet.yml
)config/policies/kubelet_drain.yml
(fromconfig/policies/kubelet_drain.yml
)config/policies/post-start-custom-specs.yml
(fromconfig/policies/post-start-custom-specs.yml.erb
)config/policies/vsphere_cloud_provider.yml
(fromconfig/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.