Files
sense-installer/docs/getting_started.md
Ilir Bekteshi f3a3e97618 Init mkdocs and gh workflow for publishing docs
Initialize mkdocs for serving documentation on GitHub pages
On push to ms-3 branch a workflow publishes the documentation to gh-pages which gets served by GitHub
The content is based on README.md
2020-03-11 21:32:34 +01:00

989 B

Getting started

Requirements

  • kubectl need to be installed and configured properly so that kubectl can connect to the kubernetes cluser. The qliksense CLI uses kubectl under the hood to perform operations on cluster
    • (Docker Desktop setup tested for these instructions)

Download

  • Download the appropriate executable for your platform from the releases page and rename it to qliksense. All the examplease down below uses qliksense.

Quick start

  • To download the version v0.0.2 from qliksense-k8s releases.
$qliksense fetch v0.0.2
  • To install CRDs for QSEoK and qliksense operator into the kubernetes cluster.
$qliksense crds install --all
  • To install QSEoK into a namespace in the kubernetes cluster where kubectl is pointing to.
$qliksense install --acceptEULA="yes"