Question

IFS Cloud Management server installation error

  • 21 November 2022
  • 1 reply
  • 300 views

 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:15 GST 2022] - INFO: Remote solution configuration file found and is added (E:\ifsremote\ifsroot\config\ifscloud-values.yaml)
[Mon Nov 21 14:47:15 GST 2022] - INFO: 
[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
[Mon 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
[Mon 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
[Mon Nov 21 14:47:23 GST 2022] - INFO: apiVersion: v1
[Mon 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
[Mon Nov 21 14:47:23 GST 2022] - INFO:     server: https://10.34.3.54:16443
[Mon Nov 21 14:47:23 GST 2022] - INFO:   name: microk8s-cluster
[Mon Nov 21 14:47:23 GST 2022] - INFO: contexts:
[Mon Nov 21 14:47:23 GST 2022] - INFO: - context:
[Mon Nov 21 14:47:23 GST 2022] - INFO:     cluster: microk8s-cluster
[Mon Nov 21 14:47:23 GST 2022] - INFO:     user: admin
[Mon Nov 21 14:47:23 GST 2022] - INFO:   name: microk8s
[Mon Nov 21 14:47:23 GST 2022] - INFO: current-context: microk8s
[Mon Nov 21 14:47:23 GST 2022] - INFO: kind: Config
[Mon Nov 21 14:47:23 GST 2022] - INFO: preferences: {}
[Mon Nov 21 14:47:23 GST 2022] - INFO: users:
[Mon Nov 21 14:47:23 GST 2022] - INFO: - name: admin
[Mon Nov 21 14:47:23 GST 2022] - INFO:   user:
[Mon Nov 21 14:47:23 GST 2022] - INFO:     token: REDACTED
[Mon 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
[Mon 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.
[Mon Nov 21 14:47:39 GST 2022] - INFO: Creating namespace
[Mon Nov 21 14:47:43 GST 2022] - INFO: Installing ifs-cloud
[Mon Nov 21 14:47:43 GST 2022] - INFO: Using chart ifscloud/ifs-cloud --version 212.1.0
[Mon Nov 21 14:47:43 GST 2022] - INFO: Doing a dry-run ..
[Mon Nov 21 14:47:43 GST 2022] - INFO: Running helm upgrade
[Mon 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"
[Mon Nov 21 14:47:46 GST 2022] - SEVERE: Failed to install ifs-cloud
[Mon 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: [debug] getting history for release ifs-cloud
Release "ifs-cloud" does not exist. Installing it now.
install.go:172: [debug] 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: [debug] 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
 
[Mon Nov 21 14:47:47 GST 2022] - SEVERE: Validation failed.
 


1 reply

Userlevel 5
Badge +10

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