Skip to content

Commit fda6a61

Browse files
committed
Fix review comments
Signed-off-by: Marko Mudrinić <[email protected]>
1 parent 894da22 commit fda6a61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/blog/_posts/2023-08-15-pkgs-k8s-io-introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories.
3131
over the package builds. This means that anything before v1.24.0 will only be
3232
available in the Google-hosted repository.
3333
- There's a dedicated package repository for each Kubernetes minor version.
34-
When upgrading to to a different minor release, you must bear in mind that
34+
When upgrading to a different minor release, you must bear in mind that
3535
the package repository details also change.
3636

3737
## Why are we introducing new package repositories?
@@ -105,7 +105,7 @@ There are three significant differences that you should be aware of:
105105
For example, repository called `core:/stable:/v1.28` only hosts packages for
106106
stable Kubernetes v1.28 releases. This means you can install v1.28.0 from
107107
this repository, but you can't install v1.27.0 or any other minor release
108-
other then v1.28. Upon upgrading to another minor version, you have to add a
108+
other than v1.28. Upon upgrading to another minor version, you have to add a
109109
new repository and optionally remove the old one
110110
- There's a difference in what `cri-tools` and `kubernetes-cni` package
111111
versions are available in each Kubernetes repository
@@ -138,15 +138,15 @@ publishing packages to the Google-hosted repository in the future.
138138

139139
1. Replace the `apt` repository definition so that `apt` points to the new
140140
repository instead of the Google-hosted repository. Make sure to replace the
141-
Kubernetes minor version in the command below with your the minor version
141+
Kubernetes minor version in the command below with the minor version
142142
that you're currently using:
143143

144144
```shell
145145
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.28/deb/ /" | sudo tee /etc/apt/sources.list.d/kubernetes.list
146146
```
147147

148148
2. Download the public signing key for the Kubernetes package repositories.
149-
The same signing key is used for all repositories so you can disregard the
149+
The same signing key is used for all repositories, so you can disregard the
150150
version in the URL:
151151

152152
```shell
@@ -163,7 +163,7 @@ publishing packages to the Google-hosted repository in the future.
163163

164164
1. Replace the `yum` repository definition so that `yum` points to the new
165165
repository instead of the Google-hosted repository. Make sure to replace the
166-
Kubernetes minor version in the command below with your the minor version
166+
Kubernetes minor version in the command below with the minor version
167167
that you're currently using:
168168

169169
```shell

0 commit comments

Comments
 (0)