Skip to content

Commit

Permalink
Fix configuration validation documentation
Browse files Browse the repository at this point in the history
Using `k0s validate config` produces the warning message

> Command "config" is deprecated, use 'k0s config validate' instead


Signed-off-by: Mat <[email protected]>
  • Loading branch information
mtausig authored Dec 28, 2023
1 parent 2ba65ef commit 1e4dd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
k0s command-line interface has the ability to validate config syntax:

```shell
k0s validate config --config path/to/config/file
k0s config validate --config path/to/config/file
```

`validate config` sub-command can validate the following:
`config validate` sub-command can validate the following:

1. YAML formatting
2. [SAN addresses](/configuration/#specapi)
Expand Down

0 comments on commit 1e4dd6a

Please sign in to comment.