1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-17 15:40:07 +00:00

Merge pull request #2420 from chaudhryfaisal/master

Update README.md to fix typo in RANCHER_METADATA_URL
This commit is contained in:
Sebastiaan van Steenis
2021-01-16 09:26:15 +01:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ To specify RANCHER_METADATA_URL in runtime, populate the environment variable wh
```bash ```bash
RANCHER_METADATA_URL=${URL} rke [commands] [options] RANCHER_METADATA_URL=${URL} rke [commands] [options]
RANCHER_METATDATA_URL=${./local/data.json} rke [commands] [options] RANCHER_METADATA_URL=${./local/data.json} rke [commands] [options]
``` ```
`RANCHER_METADATA_URL` defaults to `https://releases.rancher.com/kontainer-driver-metadata/dev-v2.4/data.json`. `RANCHER_METADATA_URL` defaults to `https://releases.rancher.com/kontainer-driver-metadata/dev-v2.4/data.json`.