From 3fadf8bdbd8a7b855da82747e5f7f5fd34913e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pra=C5=BCak?= Date: Fri, 25 Oct 2019 14:05:40 +0200 Subject: [PATCH] Update _index.md --- website/content/en/docs/Installation/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/en/docs/Installation/_index.md b/website/content/en/docs/Installation/_index.md index 1a60ca32..23350172 100644 --- a/website/content/en/docs/Installation/_index.md +++ b/website/content/en/docs/Installation/_index.md @@ -16,9 +16,9 @@ All container images can be found at [virtuslab/jenkins-operator](https://hub.do To run **Jenkins Operator**, you will need: -- running Kubernetes cluster version 1.11+ +- access to a Kubernetes cluster version `1.11+` -- kubectl version 1.11+ +- `kubectl` version `1.11+` ## Configure Custom Resource Definition @@ -42,4 +42,4 @@ Watch **Jenkins Operator** instance being created: kubectl get pods -w ``` -Now **Jenkins Operator** should be up and running in `default` namespace. +Now **Jenkins Operator** should be up and running in the `default` namespace.