Drop links to blog article

It is OK to revert this commit once the date for the associated blog
article is confirmed.
pull/42022/head
Tim Bannister 2023-08-10 22:51:39 +01:00
parent de5a39b654
commit d8b3099692
No known key found for this signature in database
GPG Key ID: 468B7071483F639F
2 changed files with 3 additions and 11 deletions

View File

@ -161,8 +161,6 @@ There are some important considerations for the Kubernetes package repositories:
When upgrading to to a different minor release, you must bear in mind that
the package repository details also change.
To learn more, you can read the official announcement ["pkgs.k8s.io: Introducing
Kubernetes community-owned package repositories"](/blog/2023/08/15/pkgs-k8s-io-introduction/).
{{< /note >}}
{{< tabs name="k8s_install" >}}

View File

@ -11,15 +11,11 @@ when upgrading Kubernetes minor releases. Unlike deprecated Google-hosted
repositories, the Kubernetes package repositories are structured in a way that
there's a dedicated package repository for each Kubernetes minor version.
For more information about the Kubernetes community-owned package repositories,
see ["pkgs.k8s.io: Introducing Kubernetes community-owned package repositories"](/blog/2023/08/15/pkgs-k8s-io-introduction/).
## {{% heading "prerequisites" %}}
This document assumes that you're already using the Kubernetes community-owned
package repositories. If that's not the case, it's strongly recommend to migrate
to the Kubernetes package repositories as described in
["pkgs.k8s.io: Introducing Kubernetes community-owned package repositories"](/blog/2023/08/15/pkgs-k8s-io-introduction/).
to the Kubernetes package repositories.
### Verifying if the Kubernetes package repositories are used
@ -43,8 +39,7 @@ deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io
```
**You're using the Kubernetes package repositories and this guide applies to you.**
Otherwise, it's strongly recommend to migrate to the Kubernetes package repositories
as described in ["pkgs.k8s.io: Introducing Kubernetes community-owned package repositories"](/blog/2023/08/15/pkgs-k8s-io-introduction/).
Otherwise, it's strongly recommend to migrate to the Kubernetes package repositories.
{{% /tab %}}
{{% tab name="CentOS, RHEL or Fedora" %}}
@ -69,8 +64,7 @@ exclude=kubelet kubeadm kubectl
```
**You're using the Kubernetes package repositories and this guide applies to you.**
Otherwise, it's strongly recommend to migrate to the Kubernetes package repositories
as described in ["pkgs.k8s.io: Introducing Kubernetes community-owned package repositories"](/blog/2023/08/15/pkgs-k8s-io-introduction/).
Otherwise, it's strongly recommend to migrate to the Kubernetes package repositories.
{{% /tab %}}
{{< /tabs >}}