Skip to content

Commit 2e41c30

Browse files
Apply suggestions from code review
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
1 parent 4935c2d commit 2e41c30

File tree

1 file changed

+3
-3
lines changed
  • content/en/blog/_posts/2025-08-27-Kubernetes-v1-34-Release

1 file changed

+3
-3
lines changed

content/en/blog/_posts/2025-08-27-Kubernetes-v1-34-Release/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ KYAML aims to be a safer and less ambiguous YAML subset, and was designed specif
5555

5656
KYAML addresses specific challenges with both YAML and JSON. YAML's significant whitespace requires careful attention to indentation and nesting, while its optional string-quoting can lead to unexpected type coercion (for example: ["The Norway Bug"](https://hitchdev.com/strictyaml/why/implicit-typing-removed/)). Meanwhile, JSON lacks comment support and has strict requirements for trailing commas and quoted keys.
5757

58-
You can write KYAML and pass it as an input to any version of `kubectl`, because all KYAML files are also valid as YAML. With `kubectl` v1.34, you are also able to [request KYAML output](https://kubernetes.io/docs/reference/kubectl/#syntax-1) (as in kubectl get -o kyaml …) by setting environment variable `KUBECTL_KYAML=true`. If you prefer, you can still request the output in JSON or YAML format.
58+
You can write KYAML and pass it as an input to any version of `kubectl`, because all KYAML files are also valid as YAML. With `kubectl` v1.34, you are also able to [request KYAML output](/docs/reference/kubectl/#syntax-1) (as in kubectl get -o kyaml …) by setting environment variable `KUBECTL_KYAML=true`. If you prefer, you can still request the output in JSON or YAML format.
5959

6060
This work was done as part of [KEP \#5295](https://kep.k8s.io/5295) led by SIG CLI.
6161

@@ -490,9 +490,9 @@ Check out the full details of the Kubernetes v1.34 release in our [release notes
490490

491491
## Availability
492492

493-
Kubernetes v1.34 is available for download on [GitHub](https://github.com/kubernetes/kubernetes/releases/tag/v1.XX.0) or on the [Kubernetes download page](http:///releases/download/).
493+
Kubernetes v1.34 is available for download on [GitHub](https://github.com/kubernetes/kubernetes/releases/tag/v1.34.0) or on the [Kubernetes download page](/releases/download/).
494494

495-
To get started with Kubernetes, check out these [interactive tutorials](http:///docs/tutorials/) or run local Kubernetes clusters using [minikube](https://minikube.sigs.k8s.io/). You can also easily install v1.34 using [kubeadm](http:///docs/setup/independent/create-cluster-kubeadm/).
495+
To get started with Kubernetes, check out these [interactive tutorials](/docs/tutorials/) or run local Kubernetes clusters using [minikube](https://minikube.sigs.k8s.io/). You can also easily install v1.34 using [kubeadm](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/).
496496

497497
## Release Team
498498

0 commit comments

Comments
 (0)