Skip to content

Commit 0b6b3de

Browse files
committed
[zh] Sync access-application-cluster/*.md and relative linked files.
1. Sync `access-application-cluster/*.md` 2. Rename and sync `cheatsheet.md` to `quick-reference.md`
1 parent 5f6b1df commit 0b6b3de

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

content/zh-cn/docs/reference/kubectl/cheatsheet.md renamed to content/zh-cn/docs/reference/kubectl/quick-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: kubectl 备忘单
2+
title: kubectl 快速参考
33
content_type: concept
44
weight: 10
55
card:
66
name: tasks
77
weight: 10
88
---
99
<!--
10-
title: kubectl Cheat Sheet
10+
title: kubectl Quick Reference
1111
reviewers:
1212
- erictune
1313
- krousey

content/zh-cn/docs/tasks/access-application-cluster/access-cluster-services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ You may be able to put an apiserver proxy URL into the address bar of a browser.
252252
你或许能够将 API 服务器代理的 URL 放入浏览器的地址栏,然而:
253253

254254
<!--
255-
- Web browsers cannot usually pass tokens, so you may need to use basic (password) auth. Apiserver can be configured to accept basic auth,
255+
- Web browsers cannot usually pass tokens, so you may need to use basic (password) auth.
256+
Apiserver can be configured to accept basic auth,
256257
but your cluster may not be configured to accept basic auth.
257258
- Some web apps may not work, particularly those with client side javascript that construct URLs in a
258259
way that is unaware of the proxy path prefix.

content/zh-cn/docs/tasks/access-application-cluster/access-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ kubectl config view
4848
```
4949

5050
<!--
51-
Many of the [examples](/docs/reference/kubectl/cheatsheet/) provide an introduction to using
51+
Many of the [examples](/docs/reference/kubectl/quick-reference/) provide an introduction to using
5252
`kubectl`, and complete documentation is found in the
5353
[kubectl reference](/docs/reference/kubectl/).
5454
-->
55-
有许多[例子](/zh-cn/docs/reference/kubectl/cheatsheet/)介绍了如何使用 kubectl,
55+
有许多[例子](/zh-cn/docs/reference/kubectl/quick-reference/)介绍了如何使用 kubectl,
5656
可以在 [kubectl 参考](/zh-cn/docs/reference/kubectl/)中找到更完整的文档。
5757

5858
<!--

0 commit comments

Comments
 (0)