Update guides.yml

This commit is contained in:
johndmulhausen
2016-02-18 03:32:37 -08:00
parent 756c2c097b
commit 426ae98e49
+4 -4
View File
@@ -121,11 +121,11 @@ toc:
- title: Networking in Kubernetes - title: Networking in Kubernetes
path: /v1.1/docs/admin/networking/ path: /v1.1/docs/admin/networking/
- title: Setting Up and Configuring DNS - title: Setting Up and Configuring DNS
path: /v1.1/examples/cluster-dns/ path: https://github.com/kubernetes/kubernetes/tree/release-1.1/examples/cluster-dns
- title: Connecting Applications - title: Connecting Applications
path: /v1.1/docs/user-guide/connecting-applications/ path: /v1.1/docs/user-guide/connecting-applications/
- title: Creating Servers with External IPs - title: Creating Servers with External IPs
path: /v1.1/examples/simple-nginx/ path: https://github.com/kubernetes/kubernetes/blob/release-1.1/examples/simple-nginx.md
- title: Using DNS Pods and Services - title: Using DNS Pods and Services
path: /v1.1/docs/admin/dns/ path: /v1.1/docs/admin/dns/
@@ -156,10 +156,10 @@ toc:
- title: Testing and Monitoring - title: Testing and Monitoring
section: section:
- title: Simulating Large Test Loads - title: Simulating Large Test Loads
path: /v1.1/examples/k8petstore/ path: https://github.com/kubernetes/kubernetes/tree/release-1.1/examples/k8petstore
- title: Checking Pod Health - title: Checking Pod Health
path: /v1.1/docs/user-guide/liveness/ path: /v1.1/docs/user-guide/liveness/
- title: Using Explorer to Examine the Runtime Environment - title: Using Explorer to Examine the Runtime Environment
path: /v1.1/examples/explorer/ path: https://github.com/kubernetes/kubernetes/tree/release-1.1/examples/explorer
- title: Resource Usage Monitoring - title: Resource Usage Monitoring
path: /v1.1/docs/user-guide/monitoring/ path: /v1.1/docs/user-guide/monitoring/