0dc38ff9b3
* Add a flag "authorization_method", when set to "RBAC" enables role based access control. * Add required cluster roles and bindings for kube-dns * Patch tiller deployment to use a service account with proper credentials. * Add a flag to regenerate kubernetes certs on the nodes.
7 lines
151 B
YAML
7 lines
151 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: kube-dns
|
|
namespace: {{ system_namespace }}
|
|
labels:
|
|
kubernetes.io/cluster-service: "true"
|