Skip to content

Commit

Permalink
kubernetes: refine format
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
  • Loading branch information
Harry-Chen committed May 16, 2024
1 parent df937ed commit f1d1d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/kubernetes.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Kubernetes 是用于自动部署,扩展和管理容器化应用程序的开源

在以下 URL 中,所有仓库的公钥均相同,因此只需要将仓库地址中的 `v1.28` 修改为所需的版本。

### Debian/Ubuntu 用户
### Debian / Ubuntu 用户

首先导入 gpg key:

Expand All @@ -17,7 +17,7 @@ deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] {{endpoint}}/core:/
{{cri_o}}deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] {{endpoint}}/addons:/cri-o:/stable:/v1.28/deb/ /
</tmpl>

### RHEL/CentOS 用户
### RHEL / CentOS 用户

新建 `/etc/yum.repos.d/kubernetes.repo`,内容为:

Expand All @@ -41,4 +41,4 @@ gpgkey=https://pkgs.k8s.io/core:/stable:/v1.28/rpm/repodata/repomd.xml.key

## Minikube

请到 minikube 镜像,即一些镜像站的 `/github-release/kubernetes/minikube/LatestRelease/` 路径下载。
请到 Minikube 镜像,即一些镜像站的 </github-release/kubernetes/minikube/LatestRelease/> 路径下载。

0 comments on commit f1d1d04

Please sign in to comment.