* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  fix the command output
  delete invalid link
  Revert "fix the command output"
  fix the command output
  Delete the useless spaces
  Dollar signs used before commands without showing output
  bare-url-used
  Fix typo in authorization docs
  Update networking.md
This commit is contained in:
Andrew Chen
2017-03-27 09:31:30 -07:00
6 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ current-context: webhook
contexts: contexts:
- context: - context:
cluster: name-of-remote-authz-service cluster: name-of-remote-authz-service
user: name-of-api-sever user: name-of-api-server
name: webhook name: webhook
``` ```
+1 -2
View File
@@ -78,7 +78,6 @@ Instance Group will take care of putting appropriate image on new machines and s
In other environments you may need to configure the machine yourself and tell the Kubelet on which machine API server is running. In other environments you may need to configure the machine yourself and tell the Kubelet on which machine API server is running.
### Cluster autoscaling ### Cluster autoscaling
If you are using GCE or GKE, you can configure your cluster so that it is automatically rescaled based on If you are using GCE or GKE, you can configure your cluster so that it is automatically rescaled based on
@@ -196,7 +195,7 @@ for changes to this variable to take effect.
You can use `kubectl convert` command to convert config files between different API versions. You can use `kubectl convert` command to convert config files between different API versions.
```shell ```shell
$ kubectl convert -f pod.yaml --output-version v1 kubectl convert -f pod.yaml --output-version v1
``` ```
For more options, please refer to the usage of [kubectl convert](/docs/user-guide/kubectl/kubectl_convert/) command. For more options, please refer to the usage of [kubectl convert](/docs/user-guide/kubectl/kubectl_convert/) command.
+1 -1
View File
@@ -247,7 +247,7 @@ federation, and
in your federation DNS. in your federation DNS.
You can find more details about config maps in general at You can find more details about config maps in general at
http://kubernetes.io/docs/user-guide/configmap/. [config map](http://kubernetes.io/docs/user-guide/configmap/).
### Kubernetes 1.4 and earlier: Setting federations flag on kube-dns-rc ### Kubernetes 1.4 and earlier: Setting federations flag on kube-dns-rc
@@ -107,6 +107,10 @@ imply any preferential status.
[Contiv](https://github.com/contiv/netplugin) provides configurable networking (native l3 using BGP, overlay using vxlan, classic l2, or Cisco-SDN/ACI) for various use cases. [Contiv](http://contiv.io) is all open sourced. [Contiv](https://github.com/contiv/netplugin) provides configurable networking (native l3 using BGP, overlay using vxlan, classic l2, or Cisco-SDN/ACI) for various use cases. [Contiv](http://contiv.io) is all open sourced.
### Contrail
[Contrail](http://www.juniper.net/us/en/products-services/sdn/contrail/contrail-networking/), based on [OpenContrail](http://www.opencontrail.org), is a truly open, multi-cloud network virtualization and policy management platform. Contrail / OpenContrail is integrated with various orchestration systems such as Kubernetes, OpenShift, OpenStack and Mesos, and provides different isolation modes for virtual machines, containers/pods and bare metal workloads.
### Flannel ### Flannel
[Flannel](https://github.com/coreos/flannel#flannel) is a very simple overlay [Flannel](https://github.com/coreos/flannel#flannel) is a very simple overlay
+2 -2
View File
@@ -44,9 +44,9 @@ medium that backs it, and the contents of it are determined by the particular
volume type used. volume type used.
To use a volume, a pod specifies what volumes to provide for the pod (the To use a volume, a pod specifies what volumes to provide for the pod (the
[`spec.volumes`](http://kubernetes.io/kubernetes/third_party/swagger-ui/#!/v1/createPod) `spec.volumes`
field) and where to mount those into containers(the field) and where to mount those into containers(the
[`spec.containers.volumeMounts`](http://kubernetes.io/kubernetes/third_party/swagger-ui/#!/v1/createPod) `spec.containers.volumeMounts`
field). field).
A process in a container sees a filesystem view composed from their Docker A process in a container sees a filesystem view composed from their Docker
@@ -205,8 +205,8 @@ A successful get command returns all replication controllers on the cluster in
the specified or default namespace. For example: the specified or default namespace. For example:
```shell ```shell
CONTROLLER CONTAINER(S) IMAGE(S) SELECTOR REPLICAS NAME DESIRED CURRENT READY AGE
frontend php-redis redis name=frontend 2 frontend 2 2 2 1h
``` ```
You can also use `get rc NAME` to return information about a specific You can also use `get rc NAME` to return information about a specific