Merge pull request #44809 from 1000Delta/zh_access-application-cluster

[zh] Sync access-application-cluster/*.md and relative linked files.
pull/44893/head
Kubernetes Prow Robot 2024-01-25 01:06:35 +01:00 committed by GitHub
commit 196ec10c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
---
title: kubectl 备忘单
title: kubectl 快速参考
content_type: concept
weight: 10
card:
@ -7,7 +7,7 @@ card:
weight: 10
---
<!--
title: kubectl Cheat Sheet
title: kubectl Quick Reference
reviewers:
- erictune
- krousey

View File

@ -252,7 +252,8 @@ You may be able to put an apiserver proxy URL into the address bar of a browser.
你或许能够将 API 服务器代理的 URL 放入浏览器的地址栏,然而:
<!--
- Web browsers cannot usually pass tokens, so you may need to use basic (password) auth. Apiserver can be configured to accept basic auth,
- Web browsers cannot usually pass tokens, so you may need to use basic (password) auth.
Apiserver can be configured to accept basic auth,
but your cluster may not be configured to accept basic auth.
- Some web apps may not work, particularly those with client side javascript that construct URLs in a
way that is unaware of the proxy path prefix.

View File

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