Skip to content

Commit 0ab1e38

Browse files
authored
Merge pull request #52523 from rxinui/kyaml
KYAML beta updates on docs
2 parents 8aa396a + 6780d7f commit 0ab1e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Output format | Description
270270
`-o json` | Output a JSON formatted API object.
271271
`-o jsonpath=<template>` | Print the fields defined in a [jsonpath](/docs/reference/kubectl/jsonpath/) expression.
272272
`-o jsonpath-file=<filename>` | Print the fields defined by the [jsonpath](/docs/reference/kubectl/jsonpath/) expression in the `<filename>` file.
273-
`-o kyaml` | Output a KYAML formatted API object (alpha, requires environment variable `KUBECTL_KYAML="true"`).
273+
`-o kyaml` | Output a KYAML formatted API object (beta).
274274
`-o name` | Print only the resource name and nothing else.
275275
`-o wide` | Output in the plain-text format with any additional information. For pods, the node name is included.
276276
`-o yaml` | Output a YAML formatted API object. KYAML is an experimental Kubernetes-specific dialect of YAML, and can be parsed as YAML.

content/en/docs/reference/kubectl/quick-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Output format | Description
461461
`-o=json` | Output a JSON formatted API object
462462
`-o=jsonpath=<template>` | Print the fields defined in a [jsonpath](/docs/reference/kubectl/jsonpath) expression
463463
`-o=jsonpath-file=<filename>` | Print the fields defined by the [jsonpath](/docs/reference/kubectl/jsonpath) expression in the `<filename>` file
464-
`-o=kyaml` | Output a KYAML formatted API object (alpha, requires environment variable `KUBECTL_KYAML="true"`). KYAML is an experimental Kubernetes-specific dialect of YAML, and can be parsed as YAML.
464+
`-o=kyaml` (beta) | Output a KYAML formatted API object. KYAML is an Kubernetes-specific dialect of YAML, and can be parsed as YAML.
465465
`-o=name` | Print only the resource name and nothing else
466466
`-o=wide` | Output in the plain-text format with any additional information, and for pods, the node name is included
467467
`-o=yaml` | Output a YAML formatted API object

0 commit comments

Comments
 (0)