Helm Chart
Last updated
Last updated
If you'd like to verify your environment's compatibility, use the :
Kubernetes cluster on a Linux Host with supported Kernel (5.10+)
Helm
Kubectl
A valid registration token from (Settings -> Installation)
First, add the Qpoint Helm Repo:
To verify that Qtap is running:
You should see a pod named qtap-xxxx
in the Running state.
To uninstall Qtap:
The Qtap pod requires privileged access for eBPF operations. Ensure your cluster's security policies allow this.
To set a specific version, use --set image.tag="v0.9.7"
For cloud-connected mode, keep your registration token secure and do not share it in public repositories.
For local mode, ensure your configuration is correctly formatted and contains all necessary settings.
The default configuration mounts the host's /sys
directory. Ensure this is allowed in your cluster.
You may need to adjust resource requests and limits based on your cluster's capacity and Qtap's requirements.
When using secret management, ensure proper RBAC permissions are in place for accessing the secret.