@@ -31,7 +31,7 @@ repositories.
31
31
over the package builds. This means that anything before v1.24.0 will only be
32
32
available in the Google-hosted repository.
33
33
- 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
35
35
the package repository details also change.
36
36
37
37
## Why are we introducing new package repositories?
@@ -105,7 +105,7 @@ There are three significant differences that you should be aware of:
105
105
For example, repository called ` core:/stable:/v1.28 ` only hosts packages for
106
106
stable Kubernetes v1.28 releases. This means you can install v1.28.0 from
107
107
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
109
109
new repository and optionally remove the old one
110
110
- There's a difference in what ` cri-tools ` and ` kubernetes-cni ` package
111
111
versions are available in each Kubernetes repository
@@ -138,15 +138,15 @@ publishing packages to the Google-hosted repository in the future.
138
138
139
139
1 . Replace the ` apt ` repository definition so that ` apt ` points to the new
140
140
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
142
142
that you're currently using:
143
143
144
144
``` shell
145
145
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
146
146
```
147
147
148
148
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
150
150
version in the URL:
151
151
152
152
``` shell
@@ -163,7 +163,7 @@ publishing packages to the Google-hosted repository in the future.
163
163
164
164
1 . Replace the ` yum ` repository definition so that ` yum ` points to the new
165
165
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
167
167
that you're currently using:
168
168
169
169
``` shell
0 commit comments