stackube/deployment/kubestack/10-kubestack.conf
Pengfei Ni 48f674094c Add service account and generate kubernetes config
This PR adds a new service account for kubestack. It also

- creates essential cluster role for the service account
- generate kubernetes config based on the service account secrets
- add KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT env varibles

Change-Id: I33679efba982f23dd32c9e5632b3e16580f177ea
Signed-off-by: Pengfei Ni <feiskyer@gmail.com>
2017-08-01 11:14:26 +08:00

7 lines
189 B
Plaintext

{
"cniVersion": "0.3.1",
"name": "net",
"type": "kubestack",
"kubestack-config": "/etc/kubestack/kubestack.conf",
"kubernetes-config": "/etc/kubestack/kubernetes.conf"
}