Skip to content

Commit c3c5728

Browse files
authored
Fix: kuberc schema link
I believe the link should be pointing to the `kuberc` schema, rather than `kubelet-config` schema.
1 parent fe1b5ca commit c3c5728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubectl/kuberc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In this example, the following settings were used:
5555
With this alias, running `kubectl getn pods` will default JSON output. However,
5656
if you execute `kubectl getn pods -oyaml`, the output will be in YAML format.
5757

58-
Full `kuberc` schema is available [here](/docs/reference/config-api/kubelet-config.v1beta1/).
58+
Full `kuberc` schema is available [here](/docs/reference/config-api/kuberc.v1beta1/).
5959

6060
### prependArgs
6161

0 commit comments

Comments
 (0)