From 9e56b617de02326363637c63fa39d777f6f4380f Mon Sep 17 00:00:00 2001 From: Sichaow Date: Tue, 21 Jan 2025 13:51:44 -0800 Subject: [PATCH] Update nodeadm/README.md Co-authored-by: Nick Baker --- nodeadm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeadm/README.md b/nodeadm/README.md index be49790de..06086fd4b 100644 --- a/nodeadm/README.md +++ b/nodeadm/README.md @@ -49,6 +49,6 @@ spec: ... --BOUNDARY-- ``` -The source for the configuration object can be specified with the `--config-source` flag. It accepts a URI with supported schemes: [imds, file]. The default source is `imds://user-data`, +The source for the configuration object can be specified with the `--config-source` flag and follows a URI format. The default is `imds://user-data`, which pulls from EC2 instance userdata, but you may provide a file path with `file://...`. The [API reference documentation](doc/api.md) contains the details of the configuration types.