Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The preparations described below are required to install  using Helm charts and Docker images. Read through the steps below and follow each step before installing. This pre-installation is normally needed to be done one time only.

...

  1. You are required to configure the kubeconfig context for your local kubectl client to connect to your config context.  You should be able to use your kubernetes cluster as an administrator or gain all the necessary roles, that can deploy the resources
    [hide] Line Brake [/hide]

  2. Verify that your are in right cluster and can list the nodes and other resources

    Code Block
    $kubectl get node
    $kubectl get all
    [hide] Line Brake [/hide]


  3. To verify that the Helm CLI is initialized, run the following command:

    Code Block
    $ helm version -c

    Output example:

    Code Block
    $ helm version -c
    version.BuildInfo{Version:“v3.2.1”, 
    GitCommit:“fe51cd1e31e6a202cba7dead9552a6d418ded79a”, 
    GitTreeState:“clean”, 
    GoVersion:“go1.13.10"}
    [hide] Line Brake [/hide]



This section contains:

Child pages (Children Display)