Skip to content

Commit

Permalink
placeholder doc
Browse files Browse the repository at this point in the history
couldn't find a better spot to document envars?
  • Loading branch information
alexzielenski committed Nov 8, 2022
1 parent d543a1d commit 935f0fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/en/docs/reference/kubectl/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,15 @@ Verbosity | Description
`--v=8` | Display HTTP request contents.
`--v=9` | Display HTTP request contents without truncation of contents.

## Environment Variables

There are a few environment variables kubectl respects to change functionality:


| Added | Removed | Variable Name | Description
|-------|---------|----------------------------| -----------
| v1.26 | - |`KUBECTL_EXPLAIN_OPENAPIV3` | Toggles whether calls to `kubectl explain` use the new OpenAPIv3 data source available. OpenAPIV3 is enabled by default since Kubernetes 1.24.

## {{% heading "whatsnext" %}}

* Read the [kubectl overview](/docs/reference/kubectl/) and learn about [JsonPath](/docs/reference/kubectl/jsonpath).
Expand Down

0 comments on commit 935f0fd

Please sign in to comment.