Merge pull request #3578 from kubernetes/chenopis-del-101-201

Deprecate Kubernetes 101 and 201
This commit is contained in:
Andrew Chen
2017-04-28 15:20:44 -07:00
committed by GitHub
7 changed files with 5 additions and 12 deletions
@@ -224,8 +224,6 @@ centos-minion-3 Ready 3d v1.6.0+fff5156
**The cluster should be running! Launch a test pod.** **The cluster should be running! Launch a test pod.**
You should have a functional cluster, check out [101](/docs/user-guide/walkthrough/)!
## Support Level ## Support Level
@@ -188,8 +188,6 @@ kubectl delete -f ./node.json
**The cluster should be running! Launch a test pod.** **The cluster should be running! Launch a test pod.**
You should have a functional cluster, check out [101](/docs/user-guide/walkthrough/)!
## Support Level ## Support Level
+1 -1
View File
@@ -149,7 +149,7 @@ See the [list of add-ons](/docs/concepts/cluster-administration/addons/) to expl
## What's next ## What's next
* Learn more about [Kubernetes concepts and kubectl in Kubernetes 101](/docs/user-guide/walkthrough/). * Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/user-guide/kubectl-overview/).
* Learn about `kops` [advanced usage](https://github.com/kubernetes/kops) * Learn about `kops` [advanced usage](https://github.com/kubernetes/kops)
## Cleanup ## Cleanup
+1 -2
View File
@@ -456,8 +456,7 @@ control of your Kubernetes cluster.
* Learn about kubeadm's advanced usage on the [advanced reference * Learn about kubeadm's advanced usage on the [advanced reference
doc](/docs/admin/kubeadm/) doc](/docs/admin/kubeadm/)
* Learn more about [Kubernetes concepts and kubectl in Kubernetes * Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/user-guide/kubectl-overview/).
101](/docs/user-guide/walkthrough/).
## Feedback ## Feedback
+2 -2
View File
@@ -211,10 +211,10 @@ sudo route -n add -net 172.17.0.0 $(docker-machine ip kube-dev)
After deploying the cluster, `~/.kube/config` will be created or updated to configure kubectl to target the new cluster. After deploying the cluster, `~/.kube/config` will be created or updated to configure kubectl to target the new cluster.
1. Explore examples 1. Explore tutorials
To learn more about Pods, Volumes, Labels, Services, and Replication Controllers, start with the To learn more about Pods, Volumes, Labels, Services, and Replication Controllers, start with the
[Kubernetes Walkthrough](/docs/user-guide/walkthrough/). [Kubernetes Tutorials](/docs/tutorials/).
To skip to a more advanced example, see the [Guestbook Example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/guestbook/) To skip to a more advanced example, see the [Guestbook Example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/guestbook/)
@@ -292,9 +292,6 @@ you should not use `host`, but rather set the `Host` header in `httpHeaders`.
* Learn more about * Learn more about
[Container Probes](/docs/concepts/workloads/pods/pod-lifecycle/#container-probes). [Container Probes](/docs/concepts/workloads/pods/pod-lifecycle/#container-probes).
* Learn more about
[Health Checking](/docs/user-guide/walkthrough/k8s201/#health-checking).
### Reference ### Reference
* [Pod](/docs/api-reference/v1.6/#pod-v1-core) * [Pod](/docs/api-reference/v1.6/#pod-v1-core)
+1
View File
@@ -109,6 +109,7 @@ Disallow: /docs/user-guide/thirdpartyresources/
Disallow: /docs/user-guide/ui/ Disallow: /docs/user-guide/ui/
Disallow: /docs/user-guide/update-demo/ Disallow: /docs/user-guide/update-demo/
Disallow: /docs/user-guide/volumes/ Disallow: /docs/user-guide/volumes/
Disallow: /docs/user-guide/walkthrough/
Disallow: /docs/user-guide/working-with-resources/ Disallow: /docs/user-guide/working-with-resources/
Disallow: /docs/whatisk8s/ Disallow: /docs/whatisk8s/