From fa60d0e67bc76cd26b1affec80bea28527123633 Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Tue, 6 Oct 2015 10:43:35 +0200 Subject: [PATCH] Fix errors on README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a628bfc5..eba5087f0 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,10 @@ iptables -nLv -t nat #### Available addons -By default 2 addons are enabled +By default 3 addons are enabled +* A dns server in order to resolve kubernetes services names * [Kube-ui](https://github.com/kubernetes/kube-ui) which is a simple dashboard which shows kubernete's components, url : ``` http://[master_ip]:8080/ui``` -* [Fabric8](http://fabric8.io/), console management for kubernetes : ```http://[master_ip]:8080/api/v1/proxy/namespaces/kube-system/services/fabric8``` +* [Fabric8](http://fabric8.io/), console management for kubernetes : ```http://[master_ip]:8080/api/v1/proxy/namespaces/default/services/fabric8``` Other addons : logging, monitoring @@ -176,7 +177,7 @@ Congrats ! now you can walk through [kubernetes basics](http://kubernetes.io/v1. Known issues ------------- ### Node reboot and Calico -There is a major issur with calico-kubernetes version 0.5.1 and kubernetes prior to 1.1 : +There is a major issue with calico-kubernetes version 0.5.1 and kubernetes prior to 1.1 : After host reboot, the pods networking are not configured again, they are started without any network configuration. This issue will be fixed when kubernetes 1.1 will be released as described in this [issue](https://github.com/projectcalico/calico-kubernetes/issues/34)