Skip to content

Commit 647d12a

Browse files
committed
wip: kyaml support placeholder
Signed-off-by: rxinui <[email protected]>
1 parent ed70c9f commit 647d12a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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 (beta).
273+
`-o kyaml` | Output a [KYAML](/docs/reference/kubectl/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.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: KYAML Support
3+
content_type: concept
4+
weight: 40
5+
math: true
6+
---
7+
8+
<!-- overview -->
9+
The {{< glossary_tooltip term_id="kubectl" text="kubectl" >}} tool supports KYAML as an output format.
10+
11+
12+
<!-- body -->

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` (beta) | Output a KYAML formatted API object. KYAML is an Kubernetes-specific dialect of YAML, and can be parsed as YAML.
464+
`-o=kyaml` (beta) | Output a [KYAML](/docs/reference/kubectl/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)