Skip to content

Commit 02599fa

Browse files
authored
Merge pull request #33701 from my-git9/mygit18
[zh] adjust kubeadm_update_plan.md
2 parents 27cb52c + f32c674 commit 02599fa

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Check which versions are available to upgrade to and validate whether your curre
55
-->
66
### 概述
77

8-
检查可升级到哪些版本,并验证您当前的集群是否可升级。 要跳过互联网检查,请传递可选的 [version] 参数
8+
检查可升级到哪些版本,并验证你当前的集群是否可升级。 要跳过互联网检查,请传递可选的 [version] 参数
99

1010
```
1111
kubeadm upgrade plan [version] [flags]
@@ -16,7 +16,7 @@ kubeadm upgrade plan [version] [flags]
1616
-->
1717
### 选项
1818

19-
<table style="width: 100%; table-layout: fixed;">
19+
<table style="width: 100%; table-layout: fixed;">
2020
<colgroup>
2121
<col span="1" style="width: 10px;" />
2222
<col span="1" />

content/zh/docs/tutorials/stateless-application/guestbook.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ min-kubernetes-server-version: v1.14
2828
<!--
2929
This tutorial shows you how to build and deploy a simple _(not production ready)_, multi-tier web application using Kubernetes and [Docker](https://www.docker.com/). This example consists of the following components:
3030
-->
31-
本教程向您展示如何使用 Kubernetes 和 [Docker](https://www.docker.com/) 构建和部署
32-
一个简单的 _(非面向生产的)_ 多层 web 应用程序。本例由以下组件组成:
31+
本教程向你展示如何使用 Kubernetes 和 [Docker](https://www.docker.com/)
32+
构建和部署一个简单的**(非面向生产的)**多层 web 应用程序。本例由以下组件组成:
3333

3434
<!--
3535
* A single-instance [Redis](https://www.redis.io/) to store guestbook entries
@@ -74,7 +74,6 @@ The guestbook application uses Redis to store its data.
7474
<!--
7575
### Creating the Redis Deployment
7676
-->
77-
7877
### 创建 Redis Deployment
7978

8079
<!--
@@ -326,7 +325,7 @@ Guestbook 应用使用 PHP 前端。该前端被配置成与后端的 Redis 跟
326325

327326
```shell
328327
kubectl apply -f https://k8s.io/examples/application/guestbook/frontend-deployment.yaml
329-
```
328+
```
330329

331330
<!--
332331
1. Query the list of Pods to verify that the three frontend replicas are running:
@@ -423,7 +422,6 @@ Some cloud providers, like Google Compute Engine or Google Kubernetes Engine, su
423422
<!--
424423
### Viewing the Frontend Service via `kubectl port-forward`
425424
-->
426-
427425
### 通过 `kubectl port-forward` 查看前端服务
428426

429427
<!--

0 commit comments

Comments
 (0)