You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set which Kubernetes cluster `kubectl` communicates with and modifies configuration
22
-
information. See [Authenticating Across Clusters with kubeconfig](/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md) documentation for
22
+
information. See [Authenticating Across Clusters with kubeconfig](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) documentation for
23
23
detailed config file information.
24
24
25
25
```console
@@ -292,8 +292,8 @@ Output format | Description
292
292
`-o=custom-columns=<spec>` | Print a table using a comma separated list of custom columns
293
293
`-o=custom-columns-file=<filename>` | Print a table using the custom columns template in the `<filename>` file
294
294
`-o=json` | Output a JSON formatted API object
295
-
`-o=jsonpath=<template>` | Print the fields defined in a [jsonpath](/docs/reference/kubectl/jsonpath.md) expression
296
-
`-o=jsonpath-file=<filename>` | Print the fields defined by the [jsonpath](/docs/reference/kubectl/jsonpath.md) expression in the `<filename>` file
295
+
`-o=jsonpath=<template>` | Print the fields defined in a [jsonpath](/docs/reference/kubectl/jsonpath) expression
296
+
`-o=jsonpath-file=<filename>` | Print the fields defined by the [jsonpath](/docs/reference/kubectl/jsonpath) expression in the `<filename>` file
297
297
`-o=name` | Print only the resource name and nothing else
298
298
`-o=wide` | Output in the plain-text format with any additional information, and for pods, the node name is included
0 commit comments