Products | Versions |
---|---|
TIBCO ModelOps | 1.2 |
After installing ModelOps on EKS, users are not able to reach the ModelOps server URL in their browsers. The modelops-server pod reports that it has started when the logs are inspected..
kubectl logs modelops-server-123abcxyz 2022-09-20 14:18:48.144 UTC [main] INFO com.tibco.ep.ams.ModelOpsServer: TIBCO ModelOps Server 1.2.0 2022-07-01 11:05:56 UTC started in 7.209 seconds
kubectl logs external-dns-123abcxyz time="2022-09-20T18:06:29Z" level=error msg="records retrieval failed: failed to list hosted zones: WebIdentityErr: failed to retrieve credentials\ncaused by: InvalidIdentityToken: No OpenIDConnect provider found in your account for https://oidc.eks.us-east-2.amazonaws.com/id/123456789ABCDEFGHIJK\n\tstatus code: 400, request id: *****-****-****-****-****"
aws eks describe-cluster --name ekscluster --query "cluster.identity.oidc.issuer" --output text https://oidc.eks.us-east-2.amazonaws.com/id/123456789ABCDEFGHIJK
aws iam list-open-id-connect-providers | grep 123456789ABCDEFGHIJK