Skip to content

Commit 6d5f559

Browse files
committed
new: add _index.md for encodings/
Signed-off-by: rxinui <rainui.ly@gmail.com>
1 parent dd4b9ac commit 6d5f559

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Encodings
3+
content_type: reference
4+
weight: 110
5+
no_list: true
6+
card:
7+
name: encodings
8+
title: Kubernetes encodings
9+
weight: 20
10+
---
11+

content/en/docs/reference/encodings/kyaml.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
title: KYAML Support
2+
title: KYAML Reference
33
content_type: concept
44
weight: 40
5-
math: true
5+
draft: true
66
---
77

88
<!-- overview -->
99
**KYAML** is a safer and less ambiguous subset of YAML, initially introduced in Kubernetes v1.34 (alpha) and enabled by default in v1.35 (beta). Designed specifically for Kubernetes, KYAML addresses common YAML pitfalls such as whitespace sensitivity and implicit type coercion—while maintaining full compatibility with existing YAML parsers and tooling.
1010

1111
<!-- body -->
12+
This reference describes KYAML syntax.
13+
1214
## Getting started with KYAML
1315

1416
YAML’s reliance on indentation and implicit type coercion often leads to configuration errors, especially in CI/CD pipelines and templating systems like Helm. KYAML eliminates these issues by enforcing explicit syntax and structure, making configurations more reliable and easier to debug.

0 commit comments

Comments
 (0)