On running the installer.cmd script I receive the following error:
[Thu May 11 13:49:51 UTC 2023] - INFO: Installing ifs-cloud
[Thu May 11 13:49:51 UTC 2023] - INFO: Using chart ifscloud/ifs-cloud --version 222.6.0
[Thu May 11 13:49:51 UTC 2023] - INFO: Installing ifs-cloud
[Thu May 11 13:49:51 UTC 2023] - INFO: Running helm upgrade
[Thu May 11 13:52:13 UTC 2023] - SEVERE: UPGRADE FAILED: post-upgrade hooks failed: job failed: BackoffLimitExceeded
[Thu May 11 13:52:13 UTC 2023] - SEVERE: Failed to install ifs-cloud
[Thu May 11 13:52:13 UTC 2023] - INFO: ifs-db-init log:
Container initiated at Thu May 11 13:49:59 UTC 2023
SECRETIMAGE_VERSION=Wed Feb 15 07:36:21 UTC 2023 1.0.6
ALPINE_VERSION=Wed Feb 15 07:36:21 UTC 2023 3.16.3
BASEIMAGE_VERSION=Wed Feb 15 07:36:21 UTC 2023 1.0.43
CERTIFICATE_HANDLER_VERSION=Wed Feb 15 07:38:20 UTC 2023 1.0.8
JAVAIMAGE_VERSION=Wed Feb 15 07:38:20 UTC 2023 1.0.52
DRIVER_VERSION=Wed Feb 15 10:30:00 UTC 2023 22.2.6.0.0
DBINITIMAGE_VERSION=Wed Feb 15 10:30:00 UTC 2023 22.2.6.0.0
Using API to fetch certificates
/opt/ifs/get_certs.sh: line 50: $(sed -e 's/^"//' -e 's/"$//' <<< "$(echo -e "${split[0]}" | tr -d '[:space:]')"): ambiguous redirect
No certificates are loaded for database-certs ..
Using API to fetch certificates
No certificates are loaded for ifs-db-init-certs ..
/opt/ifs/get_certs.sh: line 50: $(sed -e 's/^"//' -e 's/"$//' <<< "$(echo -e "${split[0]}" | tr -d '[:space:]')"): ambiguous redirect
Failed updating database. IO Error: The Network Adapter could not establish the connection.
Failing updating, check credentials
All steps prior to this have worked correctly. It seems to happen during the MTInstaller portion of the script.
The VMs have fully open communications between themselves so that should not be causing any issues either
Does anyone have any ideas as to what might be causing this?