fixed markdown error
This commit is contained in:
parent
d3dae62559
commit
a93da34f7b
|
@ -23,7 +23,6 @@ Admin partitions exist a level above namespaces in the identity hierarchy. They
|
||||||
Learn resources are available to help you get started with Admin Partitions.
|
Learn resources are available to help you get started with Admin Partitions.
|
||||||
|
|
||||||
- [Multi-Tenancy with Administrative Partitions](https://learn.hashicorp.com/tutorials/consul/consul-admin-partitions?in=consul/enterprise)
|
- [Multi-Tenancy with Administrative Partitions](https://learn.hashicorp.com/tutorials/consul/consul-admin-partitions?in=consul/enterprise)
|
||||||
<!-- - [Multi Cluster Applications with Consul Enterprise Admin Partitions](https://learn.hashicorp.com/tutorials/consul/kubernetes-admin-partitions?in=consul/kubernetes) UNCOMMENT WHEN RELEASED-->
|
|
||||||
|
|
||||||
### Default Admin Partition
|
### Default Admin Partition
|
||||||
|
|
||||||
|
@ -201,7 +200,7 @@ $ kubectl get secret server-consul-partitions-acl-token --context <server-contex
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
global:
|
global:
|
||||||
name: INSERT_UNIQUE_NAME_HERE
|
name: client
|
||||||
enabled: false
|
enabled: false
|
||||||
enableConsulNamespaces: true
|
enableConsulNamespaces: true
|
||||||
image: hashicorp/consul-enterprise:1.11.2-ent
|
image: hashicorp/consul-enterprise:1.11.2-ent
|
||||||
|
@ -226,13 +225,13 @@ global:
|
||||||
secretKey: key
|
secretKey: key
|
||||||
externalServers:
|
externalServers:
|
||||||
enabled: true
|
enabled: true
|
||||||
hosts: [34.135.103.67] # See step 5 above
|
hosts: [34.135.103.67] # See step 5
|
||||||
tlsServerName: server.dc1.consul
|
tlsServerName: server.dc1.consul
|
||||||
k8sAuthMethodHost: https://104.154.156.146 # See step 6 above
|
k8sAuthMethodHost: https://104.154.156.146 # See step 6
|
||||||
client:
|
client:
|
||||||
enabled: true
|
enabled: true
|
||||||
exposeGossipPorts: true
|
exposeGossipPorts: true
|
||||||
join: [34.135.103.67] # See step 5 above
|
join: [34.135.103.67] # See step 5
|
||||||
connectInject:
|
connectInject:
|
||||||
enabled: true
|
enabled: true
|
||||||
consulNamespaces:
|
consulNamespaces:
|
||||||
|
|
Loading…
Reference in New Issue