1.6 KiB
1.6 KiB
Getting started
Requirements
- Kubernetes cluster (Docker Desktop with enabled Kubernetes)
kubectlinstalled, configured and able to communicate with kubernetes cluster.qliksenseCLI useskubectlunder the hood to perform operations on cluster
Installing Sense installer
Download the executable for your platform from releases page and rename it to qliksense
??? tldr "Linux"
``` bash
curl -Lo qliksense https://github.com/qlik-oss/sense-installer/releases/download/v0.7.0/qliksense-linux-amd64
chmod +x qliksense
sudo mv qliksense /usr/local/bin
```
??? tldr "MacOS"
``` bash
curl -Lo qliksense https://github.com/qlik-oss/sense-installer/releases/download/v0.7.0/qliksense-darwin-amd64
chmod +x qliksense
sudo mv qliksense /usr/local/bin
```
??? tldr "Windows"
Download Windows executable and add it in your PATH as qliksense.exe
[https://github.com/qlik-oss/sense-installer/releases/download/v0.7.0/qliksense-windows-amd64.exe](https://github.com/qlik-oss/sense-installer/releases/download/v0.7.0/qliksense-windows-amd64.exe)
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"