Mark Janssen
c15ec0a4ed
Remove step numbers in kubeadm create cluster docs ( #8573 )
2018-05-16 14:26:50 -07:00
nhanpc
6b1ac1285b
Update missing kubever on weave network ( #8560 )
...
```
$ export kubever=$(kubectl version | base64 | tr -d '
> ')
$ kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version= "
error: unable to read URL "https://cloud.weave.works/k8s/net?k8s-version= ", server reported 400 Bad Request, status code=400
```
```
$ kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$kubever "
serviceaccount "weave-net" created
clusterrole.rbac.authorization.k8s.io "weave-net" created
clusterrolebinding.rbac.authorization.k8s.io "weave-net" created
role.rbac.authorization.k8s.io "weave-net" created
rolebinding.rbac.authorization.k8s.io "weave-net" created
daemonset.extensions "weave-net" created
```
2018-05-15 22:32:28 -07:00
Chris Hiestand
374ed9a90f
update link to kube-router documentation ( #8406 )
...
documentation changed from `Documentation/` to `docs/`
2018-05-15 14:42:28 -07:00
Nate Bhurinat Wangsutthitham
23b4aba07c
Update create-cluster-kubeadm.md ( #8391 )
...
Update flannel from v0.9.1 to v0.10.0
2018-05-11 13:30:27 -07:00
Anubhav
3b2781a70c
Users should choose network plugin before initializing cluster ( #8373 )
...
Before running `kubeadm init` users should be informed that the command might change depending on the network plugins they choose. It is better to provide it before presenting with `kubeadm init` so that they don't have to tear the cluster apart once they figure out they needed some extra parameters while running the command
2018-05-11 13:07:26 -07:00
Bjørn Erik Pedersen
7f3b633aa0
Convert site to Hugo ( #8316 )
...
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00