Mendix for Private Cloud - Mendix Operator POD getting into CrashLoopBackOff Status

0
Hi All, I am trying to install the Mendix agent and operator into the private kubernetes cluster. Agent POD is running fine but the Operator POD is crashing continuously.  Below are the logs. Could you please advise how to resolve this issue?  Thanks   $ kubectl logs mendix-operator-74499c9d-8rd92 -n linux-sit-cluster-ns {"level":"info","ts":1624437987.2738574,"logger":"cmd","msg":"Build Info","BuildBranch":"HEAD","BuildDate":"2021-06-02_08:52:44","BuildHash":"3b1ebb929f0ee0f4285daa6dbb394a178e177019"} {"level":"info","ts":1624437987.273897,"logger":"cmd","msg":"Operator Internals","OperatorSDK":"v0.18.2","RuntimeGoVersion":"go1.16.4_linux/amd64"} {"level":"info","ts":1624437987.274104,"logger":"leader","msg":"Trying to become the leader."} {"level":"error","ts":1624438017.2754126,"logger":"cmd","msg":"","error":"Get \"https://10.96.0.1:443/api?timeout=32s\": dial tcp 10.96.0.1:443: i/o timeout","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/usr/src/gitlab.rnd.mendix.com/digital_ecosystems/mendix-operator/vendor/github.com/go-logr/zapr/zapr.go:128\nmain.main\n\t/usr/src/gitlab.rnd.mendix.com/digital_ecosystems/mendix-operator/cmd/manager/main.go:89\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225"}   ]$ kubectl get po -n linux-sit-cluster-ns NAME                             READY   STATUS             RESTARTS   AGE mendix-agent-78ff8d66df-9sf2x    1/1     Running            0          25h mendix-operator-74499c9d-8rd92   0/1     CrashLoopBackOff   32         155m    
asked
1 answers
1

Any update on this?

answered