Skip to main content

 I am Installing the IFS cloud 21r using artifact version (21.2.14). I was successfully installed the middle tier kubenetes cluster and database creation part . when I was installing the management server, it is failing the mtinstallation step.  Is anyone faced the below error please let me know how to rectify?

 

 

PS E:\ifsremote\ifsroot\deliveries\build-home\ifsinstaller> .\installer.cmd --values ..\..\..\config\ifscloud-values.yaml --values ..\solutionset.yaml --set dbInstaller.sysPassword=*****

 

/Mon Nov 21 14:47:14 GST 2022] - INFO: Remote solution logFileLocation added (E:\ifsremote\ifsroot\logs\ifscloudinstaller)
 Mon Nov 21 14:47:22 GST 2022] - INFO: No base line delivery defined for delivery ifs-cloud-21.2.1-pyqog2y-3.0.0-20220809T120209Z
ZMon Nov 21 14:47:22 GST 2022] - INFO: Delivery Id ifs-cloud-21.2.1-pyqog2y-3.0.0-20220809T120209Z will be reinstalled.
.Mon Nov 21 14:47:22 GST 2022] - INFO: Checking if helm is installed..
.Mon Nov 21 14:47:22 GST 2022] - INFO: Helm installed
dMon Nov 21 14:47:22 GST 2022] - INFO: Checking if kubectl is installed..
.Mon Nov 21 14:47:23 GST 2022] - INFO: kubectl installed..
.Mon Nov 21 14:47:23 GST 2022] - INFO: ======================
=Mon Nov 21 14:47:23 GST 2022] - INFO: ACTIVE KUBECTL CONFIG
GMon Nov 21 14:47:23 GST 2022] - INFO: apiVersion: v1
1Mon Nov 21 14:47:23 GST 2022] - INFO: clusters:
:Mon Nov 21 14:47:23 GST 2022] - INFO: - cluster:
:Mon Nov 21 14:47:23 GST 2022] - INFO:     certificate-authority-data: DATA+OMITTED
TMon Nov 21 14:47:23 GST 2022] - INFO:     server: https://10.34.3.54:16443
1Mon Nov 21 14:47:23 GST 2022] - INFO:   name: microk8s-cluster
lMon Nov 21 14:47:23 GST 2022] - INFO: contexts:
tMon Nov 21 14:47:23 GST 2022] - INFO: - context:
nMon Nov 21 14:47:23 GST 2022] - INFO:     cluster: microk8s-cluster
-Mon Nov 21 14:47:23 GST 2022] - INFO:     user: admin
sMon Nov 21 14:47:23 GST 2022] - INFO:   name: microk8s
eMon Nov 21 14:47:23 GST 2022] - INFO: current-context: microk8s
tMon Nov 21 14:47:23 GST 2022] - INFO: kind: Config
iMon Nov 21 14:47:23 GST 2022] - INFO: preferences: {}
eMon Nov 21 14:47:23 GST 2022] - INFO: users:
NMon Nov 21 14:47:23 GST 2022] - INFO: - name: admin
nMon Nov 21 14:47:23 GST 2022] - INFO:   user:
FMon Nov 21 14:47:23 GST 2022] - INFO:     token: REDACTED
oMon Nov 21 14:47:23 GST 2022] - INFO: ======================
=Mon Nov 21 14:47:23 GST 2022] - INFO: chartVersion not found in properties, using helmChartVersion: 212.1.0
rMon Nov 21 14:47:23 GST 2022] - WARNING: Generating self-signed certificate. This will not be persisted.
Mon Nov 21 14:47:39 GST 2022] - INFO: Generating symmetric-key. This will only be persisted if the secret, 'symmetric-key' does not exist.
oMon Nov 21 14:47:39 GST 2022] - INFO: Creating namespace
tMon Nov 21 14:47:43 GST 2022] - INFO: Installing ifs-cloud
lMon Nov 21 14:47:43 GST 2022] - INFO: Using chart ifscloud/ifs-cloud --version 212.1.0
eMon Nov 21 14:47:43 GST 2022] - INFO: Doing a dry-run ..
gMon Nov 21 14:47:43 GST 2022] - INFO: Running helm upgrade
gMon Nov 21 14:47:46 GST 2022] - SEVERE: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1"
8Mon Nov 21 14:47:46 GST 2022] - SEVERE: Failed to install ifs-cloud
tMon Nov 21 14:47:47 GST 2022] - SEVERE: Failed to install ifs-cloud. Collected logs from command: 
INFO: Creating namespace
namespace/mdnmig created
namespace/mdnmig labeled
namespace/mdnmig annotated
namespace/mdnmig annotated
"ifscloud" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "ifscloud" chart repository
Update Complete. ⎈Happy Helming!⎈
INFO: Installing ifs-cloud
INFO: Using chart ifscloud/ifs-cloud --version 212.1.0
INFO: Doing a dry-run ..
INFO: Running helm upgrade
history.go:53: rdebug] getting history for release ifs-cloud
Release "ifs-cloud" does not exist. Installing it now.
install.go:172: odebug] Original chart version: "212.1.0"
install.go:189: .debug] CHART PATH: C:\Users\SAHANP~1.000\AppData\Local\Temp\helm\repository\ifs-cloud-212.1.0.tgz

Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1"
helm.go:94: 1debug] unable to recognize "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1"

unable to build kubernetes objects from release manifest
helm.sh/helm/v3/pkg/action.(*Install).Run
    /home/circleci/helm.sh/helm/pkg/action/install.go:257
main.runInstall
    /home/circleci/helm.sh/helm/cmd/helm/install.go:242
main.newUpgradeCmd.func2
    /home/circleci/helm.sh/helm/cmd/helm/upgrade.go:114
github.com/spf13/cobra.(*Command).execute
    /go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:842
github.com/spf13/cobra.(*Command).ExecuteC
    /go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:950
github.com/spf13/cobra.(*Command).Execute
    /go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:887
main.main
    /home/circleci/helm.sh/helm/cmd/helm/helm.go:93
runtime.main
    /usr/local/go/src/runtime/proc.go:203
runtime.goexit
    /usr/local/go/src/runtime/asm_amd64.s:1373
SEVERE: Failed to install ifs-cloud
 
rMon Nov 21 14:47:47 GST 2022] - SEVERE: Validation failed.
 

You probably have a too new k8s cluster - You need to download a older Remote version and install it.
… but that is crazy… you should apply the latest SU in 21r2 SU13.
 


Reply