Skip to content

Commit ddeb207

Browse files
pegasasTim Bannister
andauthored
Update content/en/docs/reference/using-api/server-side-apply.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent c9dd20e commit ddeb207

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/docs/reference/using-api/server-side-apply.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,9 @@ as [YAML](https://yaml.org/), with the media type `application/apply-patch+yaml`
196196
Whether you are submitting JSON data or YAML data, use
197197
`application/apply-patch+yaml` as the `Content-Type` header value.
198198

199-
Most JSON documents are accepted as YAML by Kubernetes.
200-
you can find more details on this [open issue](https://github.com/go-yaml/yaml/issues/797)
199+
All JSON documents are valid YAML. However, Kubernetes has a bug where it uses a YAML
200+
parser that does not fully implement the YAML specification. Some JSON escapes may
201+
not be recognized.
201202
{{< /note >}}
202203

203204
The serialization is the same as for Kubernetes objects, with the exception that

0 commit comments

Comments
 (0)