From 090912f2a8a448491b1f6f68d5a1f1186ac0b571 Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Tue, 23 Jul 2019 20:32:02 +0000 Subject: [PATCH] doc/getting-started: rm online validator section The online validator only validates 2.x config. Remove it. --- doc/getting-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 442a7c56c..47f758d4e 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -34,7 +34,7 @@ In cases where the machine fails to boot, it's sometimes helpful to ask journald ### Validating the Configuration -One common cause for Ignition failures is a malformed configuration (e.g. a misspelled section or incorrect hierarchy). Ignition will log errors, warnings, and other notes about the configuration that it parsed, so this can be used to debug issues with the configuration provided. As a convenience, CoreOS hosts an [online validator][validator] which can be used to quickly verify configurations. +One common cause for Ignition failures is a malformed configuration (e.g. a misspelled section or incorrect hierarchy). Ignition will log errors, warnings, and other notes about the configuration that it parsed, so this can be used to debug issues with the configuration provided. ### Enabling systemd Services @@ -50,4 +50,3 @@ Ignition is not typically run more than once during a machine's lifetime in a gi [platforms]: supported-platforms.md [preset]: https://www.freedesktop.org/software/systemd/man/systemd.preset.html [troubleshooting]: #troubleshooting -[validator]: https://coreos.com/validate