|
|
@ -24,14 +24,14 @@ If your primary datacenter is running on Kubernetes, use the Helm config from th
|
|
|
|
Once installed, and with the `ProxyDefaults` [resource created](/docs/k8s/installation/multi-cluster/kubernetes#proxydefaults),
|
|
|
|
Once installed, and with the `ProxyDefaults` [resource created](/docs/k8s/installation/multi-cluster/kubernetes#proxydefaults),
|
|
|
|
you'll need to export the following information from the primary Kubernetes cluster:
|
|
|
|
you'll need to export the following information from the primary Kubernetes cluster:
|
|
|
|
|
|
|
|
|
|
|
|
1. The certificate authority cert:
|
|
|
|
* The certificate authority cert:
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
kubectl get secrets/consul-ca-cert --template='{{index .data "tls.crt" }}' |
|
|
|
|
kubectl get secrets/consul-ca-cert --template='{{index .data "tls.crt" }}' |
|
|
|
|
base64 -D > consul-agent-ca.pem
|
|
|
|
base64 -D > consul-agent-ca.pem
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
2. The certificate authority signing key:
|
|
|
|
* The certificate authority signing key:
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
kubectl get secrets/consul-ca-key --template='{{index .data "tls.key" }}' |
|
|
|
|
kubectl get secrets/consul-ca-key --template='{{index .data "tls.key" }}' |
|
|
|
|