Installation phase of Hybrid Manager on Rancher RKE2 v1.3
Now that your Rancher RKE2 cluster has been mostly preconfigured to be ready for Hybrid Manager (HM) installation, you just need to confirm some essential values in the Helm chart values.yaml
, and then execute and monitor the installation process.
Final Helm chart preflight checks/final configurations
Before triggering the installation of HM, there are a few fields in the Helm chart values.yaml
you must confirm for a successful installation process.
containerRegistryURL
You should have already set your containerRegistryURL
in your values.yaml
during preconfiguration
If you did not, do so now.
bootstrapImageName and bootstrapImageTag
You should have already set your bootstrapImageName
and bootstrapImageTag
during preconfiguration.
If you did not, do so now.
portal_domain_name
You should have already set your parameters:global:portal_domain_name
during preconifiguration.
If you did not, do so now.
transporter-rw-service.domain_name
You should have already set your parameters.transporter-rw-service.domain_name
during preconfiguration.
If you did not, do so now.
transporter-dp-agent:rw_service_url
You should have already set your parameters.transporter-dp-agent:rw_service_url
during preconfiguration.
If you did not, do so now.
transporter-data-operator:fips_enabled
Leave this field set to false
for the Transporter Data Operator, as we do not yet support FIPS for all HM components.
upm-beacon:server_host
You should have already set your parameters:upm-beacon:server_host
during preconfiguration.
If you did not, do so now.
upm-istio-gateway:cooke_aeskey
You should have already set your parameters:upm-beacon:server_host
during preconfiguration.
If you did not, do so now.
upm-istio-gateway:cookie_aeskey
You should have already set your parameters:upm-istio-gateway:cookie_aeskey
during preconfiguration.
If you did not, do so now.
pgai:portal:authentication:staticPasswords
You must set your pgai:portal:authentication:staticPasswords:
email
, hash
, username
, and userID
before moving on to the installation process.
If using your own IDP, you should have already set your pgai:portal:authentication:staticPasswords
values during preconfiguration.
If you did not, do so now.
If using a native HM user approach (user0), you should have already set these values during preconfiguration If you did not, do so now.
beaconAgent:provisioning:nodePortDomain
You should have already set your beaconAgent:provisioning:nodePortDomain
during preconfiguration.
If you did not, do so now.
Helm chart install
With all preflights checked, use the following command to start the installation process
helm upgrade \ -n edbpgai-bootstrap \ --install \ -f ./values.yaml \ --version "${EDBPGAI_BOOTSTRAP_HELM_CHART_VERSION}" \ edbpgai-bootstrap enterprisedb-edbpgai/edbpgai-bootstrap
Monitoring the installation process
Use the following command to monitor the installation process:
kubectl get hybridcontrolplane edbpgai -o yaml
Once installation is complete, move on to updating your DNS zone record.
- On this page
- Final Helm chart preflight checks/final configurations
- containerRegistryURL
- bootstrapImageName and bootstrapImageTag
- portal_domain_name
- transporter-rw-service.domain_name
- transporter-dp-agent:rw_service_url
- transporter-data-operator:fips_enabled
- upm-beacon:server_host
- upm-istio-gateway:cooke_aeskey
- upm-istio-gateway:cookie_aeskey
- pgai:portal:authentication:staticPasswords
- beaconAgent:provisioning:nodePortDomain
- Helm chart install