formatting

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>
This commit is contained in:
Jonathan Meyers 2020-03-05 11:13:19 +01:00
parent b83dcdd1be
commit cf10a1716a
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Some services, such as istio and Envoy's Secrect Discovery Service (SDS), take a
1. In order to enable this feaute for kubernetes 1.12+, add the following config to your cluster spec:
```
kubeAPIServer:
apiAudiences:
- api
@ -11,4 +12,4 @@ Some services, such as istio and Envoy's Secrect Discovery Service (SDS), take a
serviceAccountKeyFile:
- /srv/kubernetes/server.key
serviceAccountSigningKeyFile: /srv/kubernetes/server.key
```