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
989 B
989 B
Getting started
Requirements
kubectlneed to be installed and configured properly so thatkubectlcan connect to the kubernetes cluser. TheqliksenseCLI useskubectlunder 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 usesqliksense.
Quick start
- To download the version
v0.0.2from 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
kubectlis pointing to.
$qliksense install --acceptEULA="yes"