Skip to main content Skip to complementary content

Enabling the Qlik NFS Connector

By default, a pre-configured NFS connector is added during the installation of Qlik Sense Enterprise on Kubernetes. The chart deploys an NFS service data connector on a Kubernetes cluster using the Helm package manager.

System requirements

The Qlik NFS Connector runs on a Kubernetes See System requirements for the Kubernetes installation requirements.

Enabling the connector

A pre-configured NFS connector is added during the installation of Qlik Sense Enterprise on Kubernetes. By default the configuration has the connector disabled. You can enable it using the values.yml file.

Do the following:

  1. Use Helm to apply the configuration in your values.yml file to your Kubernetes cluster.

  2. Change the following parameter from enabled: false to enabled: true.

    
    data-connector-nfs:
    	enabled: true
  3. Install the chart using a different release name, for example my-release:

    helm install --name my-release qlik/data-connector-nfs
  4. The command will deploy the declared NFS connections on the Kubernetes cluster with the upgraded configuration.

For more information on the configuration procedure, a complete list of the parameters that can be configured and their default values see Configuring NFS in Qlik Sense Enterprise on Kubernetes.

Locating the connector

When you open the Data load editor in Qlik Sense Enterprise on Kubernetes the Qlik NFS Connector data will be available under Data connections.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!