From ec6e288673e305a0afe8e71d90cdb28f001e3055 Mon Sep 17 00:00:00 2001 From: Szymon Fugas Date: Fri, 11 Jun 2021 15:44:14 +0200 Subject: [PATCH] Regerate docs (#577) Co-authored-by: Sig00rd --- docs/docs/getting-started/index.html | 2 +- docs/docs/installation/index.html | 27 +++++++++++---------------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/docs/docs/getting-started/index.html b/docs/docs/getting-started/index.html index b5bfd051..daa689ba 100644 --- a/docs/docs/getting-started/index.html +++ b/docs/docs/getting-started/index.html @@ -802,7 +802,7 @@

Prepare your Kubernetes cluster and set up your kubectl access.

-

Once you have a running Kubernetes cluster you can focus on installing Jenkins Operator according to the Installation guide.

+

Once you have a running Kubernetes cluster you can focus on installing Jenkins Operator according to the Installation guide.

diff --git a/docs/docs/installation/index.html b/docs/docs/installation/index.html index bb6c083f..eb637236 100644 --- a/docs/docs/installation/index.html +++ b/docs/docs/installation/index.html @@ -761,11 +761,9 @@
  • @@ -821,25 +819,22 @@ All container images can be found at Configure Custom Resource Definition +

    Listed below are the two ways to deploy Jenkins Operator. For details on how to customize your Jenkins instance, refer to Getting Started

    -

    Install Jenkins Custom Resource Definition:

    +

    Deploy Jenkins Operator using YAML’s

    + +

    First, install Jenkins Custom Resource Definition:

    kubectl apply -f https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/config/crd/bases/jenkins.io_jenkins.yaml 
    -

    Deploy Jenkins Operator

    - -

    There are two ways to deploy the Jenkins Operator.

    - -

    Using YAML’s

    - -

    Apply Service Account and RBAC roles:

    +

    Then, apply the operator and other required resources:

    kubectl apply -f https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/deploy/all-in-one-v1alpha2.yaml

    Watch Jenkins Operator instance being created:

    kubectl get pods -w
    -

    Now Jenkins Operator should be up and running in the default namespace.

    +

    Now Jenkins Operator should be up and running in the default namespace. +For deploying Jenkins, refer to Deploy Jenkins section.

    -

    Using Helm Chart

    +

    Deploy Jenkins Operator using Helm Chart

    -

    There is an option to use Helm to install the operator. It requires the Helm 3+ for deployment.

    +

    Alternatively, you can also use Helm to install the Operator (and optionally, by default, Jenkins). It requires the Helm 3+ for deployment.

    Create a namespace for the operator:

    $ kubectl create namespace <your-namespace>