2020-01-08 13:20:51 -05:00
2019-12-20 11:01:01 -05:00
2019-12-19 13:41:43 -05:00
2020-01-08 13:20:51 -05:00
2020-01-03 10:44:25 -05:00
2019-12-15 09:54:53 -05:00
2019-12-13 15:27:12 -05:00
2019-12-17 19:27:21 -05:00
2019-12-17 19:27:21 -05:00
2019-12-20 11:58:28 -05:00
2020-01-03 10:45:33 -05:00

Qlik Sense installation and operations CLI

The Qlik Sense installations and operations CLI provides capabilities for installing the Qlik Sense on Kubernetes packaging and performing operations on qliksense.

Getting started

Download the appropriate executable for your platform from the releases page. When used, the CLI will check to see if porter is installed, if not, will download and install it. Once done, you can find porter through echo $HOME/.porter on Linux and MacOS and in $Env:USERPROFILE\.porter on Windows. You can also install it in advance, release > 0.22.1-beta.1 is required.

To make sure everything is order, you can fetch the Qlik Sense bundle version and corresponding image list from:

  • qliksense about --tag qlik/qliksense-cnab-bundle:latest

Running Preflight checks

You can run preflight checks to ensure that the cluster is in a healthy state before installing Qliksense.

  • qliksense preflight -c <credential_name>

The above command runs the checks in the default namespace. If you want to specify the namespace to run preflight checks on:

  • qliksense preflight --param namespace=<value> -c <credential_name>

Qliksense Packaging

Packaging of Qlik Sense on Kubernetes is done through a Porter definition in the Qlik Sense on Kubernetes configuration repository, the resulting bundle published on DockerHub as a Cloud Natvie Application Bundle called qliksense-cnab-bundle.

Versioning

A version of qliksense-cnab-bundle is published corresponding to an edge release. To get the latest edge release simply specify qliksense-cnab-bundle:latest

Description
No description provided
Readme Pixar 3.8 MiB
Languages
Go 98.8%
Makefile 1.2%