Fix broken links:scratch.md

Fix broken links:scratch.md
This commit is contained in:
Xiaoyu Zhang
2017-04-14 17:03:10 +08:00
committed by Andrew Chen
parent 20413bf92b
commit 43801eaa67
+3 -3
View File
@@ -27,7 +27,7 @@ steps that existing cluster setup scripts are making.
1. You should be familiar with using Kubernetes already. We suggest you set 1. You should be familiar with using Kubernetes already. We suggest you set
up a temporary cluster by following one of the other Getting Started Guides. up a temporary cluster by following one of the other Getting Started Guides.
This will help you become familiar with the CLI ([kubectl](/docs/user-guide/kubectl/kubectl)) and concepts ([pods](/docs/user-guide/pods), [services](/docs/user-guide/services), etc.) first. This will help you become familiar with the CLI ([kubectl](/docs/user-guide/kubectl/)) and concepts ([pods](/docs/user-guide/pods), [services](/docs/user-guide/services), etc.) first.
1. You should have `kubectl` installed on your desktop. This will happen as a side 1. You should have `kubectl` installed on your desktop. This will happen as a side
effect of completing one of the other Getting Started Guides. If not, follow the instructions effect of completing one of the other Getting Started Guides. If not, follow the instructions
[here](/docs/tasks/kubectl/install/). [here](/docs/tasks/kubectl/install/).
@@ -130,7 +130,7 @@ Also, you need to pick a static IP for master node.
#### Network Policy #### Network Policy
Kubernetes enables the definition of fine-grained network policy between Pods using the [NetworkPolicy](/docs/user-guide/network-policy) resource. Kubernetes enables the definition of fine-grained network policy between Pods using the [NetworkPolicy](/docs/concepts/services-networking/networkpolicies/) resource.
Not all networking providers support the Kubernetes NetworkPolicy API, see [Using Network Policy](/docs/getting-started-guides/network-policy/walkthrough/) for more information. Not all networking providers support the Kubernetes NetworkPolicy API, see [Using Network Policy](/docs/getting-started-guides/network-policy/walkthrough/) for more information.
@@ -866,7 +866,7 @@ You should see some services. You should also see "mirror pods" for the apiserv
### Try Examples ### Try Examples
At this point you should be able to run through one of the basic examples, such as the [nginx example](/examples/simple-nginx). At this point you should be able to run through one of the basic examples, such as the [nginx example](/docs/tutorials/stateless-application/deployment.yaml).
### Running the Conformance Test ### Running the Conformance Test