Merge branch 'master' into patch-1

This commit is contained in:
Jared
2017-01-17 16:07:20 -08:00
committed by GitHub
3953 changed files with 503607 additions and 372 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ Any services of type `NodePort` can be accessed over that IP address, on the Nod
To determine the NodePort for your service, you can use a `kubectl` command like this:
`kubectl get service $SERVICE --output='jsonpath="{.spec.ports[0].NodePort}"'`
`kubectl get service $SERVICE --output='jsonpath="{.spec.ports[0].nodePort}"'`
## Persistent Volumes
Minikube supports [PersistentVolumes](http://kubernetes.io/docs/user-guide/persistent-volumes/) of type `hostPath`.