Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit 69d65e9

Browse files
committed
ignition: link to coreos-metadata legacy-mode docs
1 parent a44b8ad commit 69d65e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ignition/metadata.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Each of these examples is written in version 2.0.0 of the config. Ensure that an
66

77
## etcd2 with coreos-metadata
88

9-
This config will write a systemd drop-in (shown below) for the etcd2.service. The drop-in modifies the ExecStart option, adding a few flags to etcd2's invocation. These flags use variables defined by coreos-metadata.service to change the interfaces on which etcd2 listens. coreos-metadata is provided by Container Linux and will read the appropriate metadata for the cloud environment (AWS in this example) and write the results to `/run/metadata/coreos`. For more information on the supported platforms and environment variables, refer to the [coreos-metadata README][metadata-readme].
9+
This config will write a systemd drop-in (shown below) for the etcd2.service. The drop-in modifies the ExecStart option, adding a few flags to etcd2's invocation. These flags use variables defined by coreos-metadata.service to change the interfaces on which etcd2 listens. coreos-metadata is provided by Container Linux and will read the appropriate metadata for the cloud environment (AWS in this example) and write the results to `/run/metadata/coreos`. For more information on the supported platforms and environment variables, refer to the [coreos-metadata documentation][metadata-docs].
1010

1111
```json ignition-config
1212
{
@@ -78,4 +78,4 @@ ExecStart=/usr/bin/bash -c 'echo "CUSTOM_EC2_IPV4_PUBLIC=$(curl\
7878
```
7979

8080

81-
[metadata-readme]: https://github.com/coreos/coreos-metadata/blob/master/README.md
81+
[metadata-docs]: https://github.com/coreos/coreos-metadata/blob/master/docs/container-linux-legacy.md

0 commit comments

Comments
 (0)