diff --git a/cluster/addons/README.md b/cluster/addons/README.md index 0c74116f1dd..3361f4a6496 100644 --- a/cluster/addons/README.md +++ b/cluster/addons/README.md @@ -21,7 +21,7 @@ manifests on the master server. But still, users are discouraged to do it on their own - they should rather wait for a new release of Kubernetes that will also contain new versions of add-ons. -Each add-on must specify the following label: ````kubernetes.io/cluster-service: true````. +Each add-on must specify the following label: ```kubernetes.io/cluster-service: true```. Yaml files that do not define this label will be ignored. The naming convention for Replication Controllers is diff --git a/docs/getting-started-guides/rkt/README.md b/docs/getting-started-guides/rkt/README.md index 37fcf184d57..516377bcdc7 100644 --- a/docs/getting-started-guides/rkt/README.md +++ b/docs/getting-started-guides/rkt/README.md @@ -90,7 +90,7 @@ $ export KUBE_RKT_VERSION=0.5.6 Then you can launch the cluster by: -````shell +```shell $ kube-up.sh ``` @@ -120,7 +120,7 @@ $ export COREOS_CHANNEL=stable Then you can launch the cluster by: -````shell +```shell $ kube-up.sh ``` diff --git a/examples/aws_ebs/README.md b/examples/aws_ebs/README.md index d26a5dab2d7..32e79fe876f 100644 --- a/examples/aws_ebs/README.md +++ b/examples/aws_ebs/README.md @@ -52,7 +52,7 @@ You should now be able to query your web server: ```shell $ curl $ Hello World -```` +```