For sidecar-based data plane mode deployments, install the CNI DaemonSet and required RBAC (Role Based Access Control) manifests using our Helm charts.
The default values have been tested in our installation environments. However, some values may need to be adapted to meet the requirements of your setup environment. Path information for the CNI config files and binaries can either be found in the documentation of your Kubernetes distribution or CNI provider or queried with the following commands.
The cniNetDir
, the directory of the CNI config files on the host, can be queried with:
The cniBinDir
, the directory of the CNI plugin binaries on the host, can be queried with:
- Installation procedure:
- Adapt and run the following command with the current CNI Helm chart version.
- Wait for the Airlock Microgateway CNI DaemonSet to be up and running.
- Verify the correctness of the installation with
helm test
. - Check the log messages.
- On successful installation, the logs should show the message
Success
. If the installation was not successful, go to Troubleshooting Microgateway CNI Helm test for troubleshooting.
- Disable the
helm test
deployment afterward.