Merge remote-tracking branch 'upstream/master' into titles-updates

This commit is contained in:
Devin Donnelly
2017-01-09 16:37:20 -08:00
11 changed files with 12 additions and 17 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
---
assignees:
- ArtfulCoder
- davidopp
- lavalamp
- thockin
title: Using DNS Pods and Services
---
-1
View File
@@ -1,6 +1,5 @@
---
assignees:
- lavalamp
- thockin
title: Networking in Kubernetes
---
-1
View File
@@ -2,7 +2,6 @@
assignees:
- caesarxuchao
- dchen1107
- lavalamp
title: Nodes
---
-1
View File
@@ -1,6 +1,5 @@
---
assignees:
- lavalamp
- thockin
title: Kubernetes OpenVSwitch GRE/VxLAN networking
---
-1
View File
@@ -1,7 +1,6 @@
---
assignees:
- davidopp
- lavalamp
title: Configuring Kubernetes with Salt
---
-1
View File
@@ -1,7 +1,6 @@
---
assignees:
- justinsb
- lavalamp
- clove
title: Running Kubernetes on AWS EC2
---
@@ -1,6 +1,5 @@
---
assignees:
- lavalamp
- thockin
title: CentOS
---
@@ -131,15 +130,17 @@ $ etcdctl mk /kube-centos/network/config "{ \"Network\": \"172.30.0.0/16\", \"Su
* Configure flannel to overlay Docker network in /etc/sysconfig/flanneld on the master (also in the nodes as we'll see):
```shell
# Flanneld configuration options
# etcd url location. Point this to the server where etcd runs
FLANNEL_ETCD="http://centos-master:2379"
FLANNEL_ETCD_ENDPOINTS="http://centos-master:2379"
# etcd config key. This is the configuration key that flannel queries
# For address range assignment
FLANNEL_ETCD_KEY="/kube-centos/network"
FLANNEL_ETCD_PREFIX="/kube-centos/network"
# Any additional options that you want to pass
FLANNEL_OPTIONS=""
#FLANNEL_OPTIONS=""
```
* Start the appropriate services on master:
@@ -179,15 +180,17 @@ KUBELET_ARGS=""
* Configure flannel to overlay Docker network in /etc/sysconfig/flanneld (in all the nodes)
```shell
# Flanneld configuration options
# etcd url location. Point this to the server where etcd runs
FLANNEL_ETCD="http://centos-master:2379"
FLANNEL_ETCD_ENDPOINTS="http://centos-master:2379"
# etcd config key. This is the configuration key that flannel queries
# For address range assignment
FLANNEL_ETCD_KEY="/kube-centos/network"
FLANNEL_ETCD_PREFIX="/kube-centos/network"
# Any additional options that you want to pass
FLANNEL_OPTIONS=""
#FLANNEL_OPTIONS=""
```
* Start the appropriate services on node (centos-minion-n).
@@ -1,6 +1,5 @@
---
assignees:
- lavalamp
- thockin
title: Cloudstack
---
-1
View File
@@ -1,6 +1,5 @@
---
assignees:
- lavalamp
- yifan-gu
title: Running Kubernetes with rkt
---
+1
View File
@@ -16,6 +16,7 @@ single thing, typically by giving a short sequence of steps.
* [Pulling an Image from a Private Registry](/docs/tasks/configure-pod-container/pull-image-private-registry/)
* [Configuring Liveness and Readiness Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/)
* [Communicating Between Pods Running in the Same Container](/docs/tasks/configure-pod-container/communicate-containers-same-pod/)
* [Configuring Pod Initialization](/docs/tasks/configure-pod-container/configure-pod-initialization/)
#### Accessing Applications in a Cluster
-1
View File
@@ -1,6 +1,5 @@
---
assignees:
- lavalamp
- mikedanese
title: Rolling Update Demo
---