[ZH] delete extra pages in the FAQ setup section (#10346)

* revise author info to pass google cla

* revise the tip content in bookinfo page

* run make gen

* Update content/en/docs/examples/bookinfo/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* remove extra setup faq to consistent with the EN version

Co-authored-by: Xiaopeng Han <hanxiaop@google.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
This commit is contained in:
Xiaopeng Han 2021-09-22 22:24:46 +08:00 committed by GitHub
parent 5f8d237d79
commit 789d127fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 20 deletions

View File

@ -1,6 +0,0 @@
---
title: Consul - 我的应用没有工作,怎么进行问题排查?
weight: 40
---
请确保所有需要的容器正常运行:`etcd`、`istio-apiserver`、`consul`、`registrator`、`pilot`。如果以上某个容器未正常运行,你可以通过 `docker ps -a` 命令找到容器 ID {containerID} 然后使用 `docker logs {containerID}` 命令查看日志。

View File

@ -1,8 +0,0 @@
---
title: Consul - 怎么取消 kubectl 对上下文的修改?
weight: 50
---
执行命令 `kubectl use-context istio` 后,你的 `kubectl` 会切换至 Istio 上下文。
你可以使用 `kubectl config get-contexts` 获取上下文列表,
并通过 `kubectl config use-context {desired-context}` 切换至你想要的上下文。

View File

@ -1,6 +0,0 @@
---
title: Kubernetes - 我可以将现有的 Istio 0.1.x 迁移至 0.2.x 吗?
weight: 30
---
不支持从 Istio 0.1.x 升级至 0.2.x。你必须卸载 Istio 0.1(包括 pod 及其 Istio sidecar并重新安装 Istio 0.2。