Skip to content

Commit 01dc7b8

Browse files
committed
remove chnages from older versions
1 parent 3c0a8a6 commit 01dc7b8

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

content/consul/v1.18.x/content/docs/k8s/deployment-configurations/servers-outside-kubernetes.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ Next, configure `externalServers` to point it to Consul servers.
2020
The `externalServers.hosts` value must be provided and should be set to a DNS, an IP,
2121
or an `exec=` string with a command returning Consul IPs. Please see [this documentation](https://github.com/hashicorp/go-netaddrs)
2222
on how the `exec=` string works.
23-
For example, to specify multiple static IPs, use the `exec=` string:
24-
25-
<CodeBlockConfig filename="values.yaml">
26-
27-
```yaml
28-
externalServers:
29-
hosts: ["exec=echo 192.0.2.10 192.0.2.11 192.0.2.12"]
30-
```
31-
32-
</CodeBlockConfig>
33-
3423
Other values in the `externalServers` section are optional. Please refer to
3524
[Helm Chart configuration](/consul/docs/k8s/helm#h-externalservers) for more details.
3625

content/consul/v1.19.x/content/docs/k8s/deployment-configurations/servers-outside-kubernetes.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ Next, configure `externalServers` to point it to Consul servers.
2020
The `externalServers.hosts` value must be provided and should be set to a DNS, an IP,
2121
or an `exec=` string with a command returning Consul IPs. Please see [this documentation](https://github.com/hashicorp/go-netaddrs)
2222
on how the `exec=` string works.
23-
For example, to specify multiple static IPs, use the `exec=` string:
24-
25-
<CodeBlockConfig filename="values.yaml">
26-
27-
```yaml
28-
externalServers:
29-
hosts: ["exec=echo 192.0.2.10 192.0.2.11 192.0.2.12"]
30-
```
31-
32-
</CodeBlockConfig>
33-
3423
Other values in the `externalServers` section are optional. Please refer to
3524
[Helm Chart configuration](/consul/docs/k8s/helm#h-externalservers) for more details.
3625

0 commit comments

Comments
 (0)