Merge pull request #3578 from kubernetes/chenopis-del-101-201
Deprecate Kubernetes 101 and 201
This commit is contained in:
@@ -224,8 +224,6 @@ centos-minion-3 Ready 3d v1.6.0+fff5156
|
||||
|
||||
**The cluster should be running! Launch a test pod.**
|
||||
|
||||
You should have a functional cluster, check out [101](/docs/user-guide/walkthrough/)!
|
||||
|
||||
## Support Level
|
||||
|
||||
|
||||
|
||||
@@ -188,8 +188,6 @@ kubectl delete -f ./node.json
|
||||
|
||||
**The cluster should be running! Launch a test pod.**
|
||||
|
||||
You should have a functional cluster, check out [101](/docs/user-guide/walkthrough/)!
|
||||
|
||||
## Support Level
|
||||
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ See the [list of add-ons](/docs/concepts/cluster-administration/addons/) to expl
|
||||
|
||||
## 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)
|
||||
|
||||
## Cleanup
|
||||
|
||||
@@ -456,8 +456,7 @@ control of your Kubernetes cluster.
|
||||
|
||||
* Learn about kubeadm's advanced usage on the [advanced reference
|
||||
doc](/docs/admin/kubeadm/)
|
||||
* 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/).
|
||||
|
||||
## Feedback
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
1. Explore examples
|
||||
1. Explore tutorials
|
||||
|
||||
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/)
|
||||
|
||||
|
||||
@@ -292,9 +292,6 @@ you should not use `host`, but rather set the `Host` header in `httpHeaders`.
|
||||
* Learn more about
|
||||
[Container Probes](/docs/concepts/workloads/pods/pod-lifecycle/#container-probes).
|
||||
|
||||
* Learn more about
|
||||
[Health Checking](/docs/user-guide/walkthrough/k8s201/#health-checking).
|
||||
|
||||
### Reference
|
||||
|
||||
* [Pod](/docs/api-reference/v1.6/#pod-v1-core)
|
||||
|
||||
@@ -109,6 +109,7 @@ Disallow: /docs/user-guide/thirdpartyresources/
|
||||
Disallow: /docs/user-guide/ui/
|
||||
Disallow: /docs/user-guide/update-demo/
|
||||
Disallow: /docs/user-guide/volumes/
|
||||
Disallow: /docs/user-guide/walkthrough/
|
||||
Disallow: /docs/user-guide/working-with-resources/
|
||||
Disallow: /docs/whatisk8s/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user