From cd67108ba72d128a584a63f07387f43996d78df7 Mon Sep 17 00:00:00 2001 From: Kyle Bai Date: Wed, 20 Sep 2017 06:22:19 +0800 Subject: [PATCH] Remove User FAQ refer links (#5467) * Remove User FAQ refer links * Remove all of the wiki refer links --- _data/tasks.yml | 4 ---- docs/home/index.md | 6 ------ docs/tasks/debug-application-cluster/debug-application.md | 4 ---- docs/tasks/debug-application-cluster/troubleshooting.md | 6 ------ 4 files changed, 20 deletions(-) diff --git a/_data/tasks.yml b/_data/tasks.yml index 8bc8f7b50e..fce07a3f5d 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -158,8 +158,6 @@ toc: - docs/tasks/administer-cluster/configure-multiple-schedulers.md - docs/tasks/administer-cluster/ip-masq-agent.md - docs/tasks/administer-cluster/dns-custom-nameservers.md - - title: Change Cluster Size - path: https://github.com/kubernetes/kubernetes/wiki/User-FAQ#how-do-i-change-the-size-of-my-cluster/ - title: Federation - Run an App on Multiple Clusters section: @@ -185,5 +183,3 @@ toc: - title: Manage GPUs section: - docs/tasks/manage-gpus/scheduling-gpus.md - - diff --git a/docs/home/index.md b/docs/home/index.md index 187d5cc672..d9cdc94f34 100644 --- a/docs/home/index.md +++ b/docs/home/index.md @@ -34,9 +34,3 @@ The [Tools](/docs/tools/) page contains a list of native and third-party tools f ## Troubleshooting The [Troubleshooting](/docs/tasks/debug-application-cluster/troubleshooting) page outlines some resources for troubleshooting and finding help. - -## Frequently Asked Questions - -* [User FAQ](https://github.com/kubernetes/kubernetes/wiki/User-FAQ) -* [Debugging FAQ](https://github.com/kubernetes/kubernetes/wiki/Debugging-FAQ) -* [Services FAQ](https://github.com/kubernetes/kubernetes/wiki/Services-FAQ) diff --git a/docs/tasks/debug-application-cluster/debug-application.md b/docs/tasks/debug-application-cluster/debug-application.md index 4a8004e850..3b7a17a0c6 100644 --- a/docs/tasks/debug-application-cluster/debug-application.md +++ b/docs/tasks/debug-application-cluster/debug-application.md @@ -12,10 +12,6 @@ This is *not* a guide for people who want to debug their cluster. For that you * TOC {:toc} -## FAQ - -Users are highly encouraged to check out our [FAQ](https://github.com/kubernetes/kubernetes/wiki/User-FAQ). - ## Diagnosing the problem The first step in troubleshooting is triage. What is the problem? Is it your Pods, your Replication Controller or diff --git a/docs/tasks/debug-application-cluster/troubleshooting.md b/docs/tasks/debug-application-cluster/troubleshooting.md index a70bad2954..1bcbcc2c9c 100644 --- a/docs/tasks/debug-application-cluster/troubleshooting.md +++ b/docs/tasks/debug-application-cluster/troubleshooting.md @@ -31,12 +31,6 @@ development scenarios. The [Reference](/docs/reference/) section provides detailed documentation on the [Kubernetes API](/docs/api-reference/{{page.version}}/) and command-line interfaces (CLIs), such as [`kubectl`](/docs/user-guide/kubectl-overview/). -We also have a number of FAQ pages: - - * [User FAQ](https://github.com/kubernetes/kubernetes/wiki/User-FAQ) - * [Debugging FAQ](https://github.com/kubernetes/kubernetes/wiki/Debugging-FAQ) - * [Services FAQ](https://github.com/kubernetes/kubernetes/wiki/Services-FAQ) - You may also find the Stack Overflow topics relevant: * [Kubernetes](http://stackoverflow.com/questions/tagged/kubernetes)