Skip to content

Commit 5ad496c

Browse files
authored
Merge pull request #49063 from bradfitz/blogtypo
Fix some blog post typos
2 parents aed8631 + f9308b1 commit 5ad496c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/blog/_posts/2018-05-04-Announcing-Kubeflow-0-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ NAMESPACE=kubeflow
4242
kubectl create namespace ${NAMESPACE}
4343
VERSION=v0.1.3
4444
45-
# Initialize a ksonnet app. Set the namespace for it's default environment.
45+
# Initialize a ksonnet app. Set the namespace for its default environment.
4646
APP_NAME=my-kubeflow
4747
ks init ${APP_NAME}
4848
cd ${APP_NAME}

content/en/blog/_posts/2021-10-18-kpng-specialized-proxiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141

4242
If the `service.kubernetes.io/service-proxy-name` label is defined the
4343
`kube-proxy` will ignore the service. A custom controller can watch
44-
services with the label set to it's own name, "kpng-example" in
44+
services with the label set to its own name, "kpng-example" in
4545
this example, and setup specialized load-balancing.
4646

4747
The `service.kubernetes.io/service-proxy-name` label is [not

content/en/blog/_posts/2024-12-11-Kubernetes-v1-32-Release/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ each release cycle is a journey, and just like Penelope, in "The Odyssey",
3030
weaved for 10 years -- each night removing parts of what she had done during the day --
3131
so does each release add new features and removes others, albeit here with a much
3232
clearer purpose of constantly improving Kubernetes.
33-
With v1.32 being the last release in the year Kubernetes marks it's first decade anniversary,
33+
With v1.32 being the last release in the year Kubernetes marks its first decade anniversary,
3434
we wanted to honour all of those that have been part of the global Kubernetes crew
3535
that roams the cloud-native seas through perils and challanges:
3636
may we continue to weave the future of Kubernetes together.

0 commit comments

Comments
 (0)