Skip to Content
1
May 13, 2020 at 04:20 AM

About Installing SAP DI 3 on GKE(Google Cloud)

264 Views

Hello, everyone

I am trying to install DI 3 on GKE (Google Cloud)

and followed the same steps in the post (about installing Data Hub on GKE)

https://blogs.sap.com/2019/04/24/sap-data-hub-2.5-fresh-installation-on-google-cloud/

and

https://blogs.sap.com/2020/04/13/how-to-install-sap-data-intelligence-3.0-on-premise-edition

but when I executed

slcb init

it failed and stopped

saying

**************************************************

Executing Step WaitForK8s SLCBridgePod Failed

**************************************************

Execution of step WaitForK8s SLCBridgePod failed

Synchronizing Deployment slcbridgebase failed [9.262593017s].

-

I checked that

kubectl -n sap-slcbridge get all

NAME READY STATUS RESTARTS AGE

pod/slcbridgebase-d6b49d8d8-7ffb7 0/2 CrashLoopBackOff 11 5m20s

NAME READY UP-TO-DATE AVAILABLE AGE

deployment.apps/slcbridgebase 0/1 1 0 5m20s

-

So, may I ask:

What causes this error?

-

-Thank you and have a nice day