Setting up custom namespaces
Specify your own namespace names for both the Dynamic Engine and
its environment.
Before you begin
- The dynamic-engine-crd custom resource definitions must have been installed using the oci://ghcr.io/talend/helm/dynamic-engine-crd helm chart. If not, run the following commands for the installation:
- Find the chart version to be used:
- Run the following Helm command:
helm show chart oci://ghcr.io/talend/helm/dynamic-engine-crd --version <engine_version> - See the version directly from Talend Management Console or check the Dynamic Engine changelog for the chart version included in your Dynamic Engine version.
- Use an API call to the Dynamic Engine version endpoint.
- Run the following Helm command:
- Run the following command to install the Helm
chart of a given version:Replace <helm_chart_version> with the chart version supported by your Dynamic Engine version.
helm install dynamic-engine-crd oci://ghcr.io/talend/helm/dynamic-engine-crd --version <helm_chart_version>Without specifying the version, you install the latest available dynamic-engine-crd chart version.
- Find the chart version to be used:
About this task
By default, the following namespaces are created:
- qlik-dynamic-engine: for Dynamic Engine's infrastructure services.
- qlik-processing-env-<env-id>: for each Dynamic Engine environment, where <env-id> is the environment identifier.
With Helm deployment, you can define custom names for these namespaces to facilitate your namespace management.
Information noteNote: Changing the namespace name is only allowed during engine
deployment.
Procedure
Results
Once done successfully, the Dynamic Engine environment services are installed in your cluster and connect to the Dynamic Engine.
In Talend Management Console, the status of this environment becomes Ready, confirming that it is ready to run tasks or plans.