You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've deployed an instance of Chainloop in dev mode called test and it seems to expect dex to be under chainloop-dex when in reality the service name is called test-dex
Get "http://chainloop-dex:5556/dex/.well-known/openid-configuration": dial tcp: lookup chainloop-dex on 10.100.0.10:53: no such host
goroutine 1 [running]:
main.main()
/home/runner/work/chainloop/chainloop/app/controlplane/cmd/main.go:150 +0x6a9
➜ load-testing k get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
test-chainloop-cas ClusterIP 10.100.227.213 <none> 80/TCP 5h43m
test-chainloop-cas-api ClusterIP 10.100.72.59 <none> 80/TCP 5h43m
test-chainloop-controlplane ClusterIP 10.100.10.89 <none> 80/TCP 5h43m
test-chainloop-controlplane-api ClusterIP 10.100.195.202 <none> 80/TCP 5h43m
test-dex ClusterIP 10.100.197.156 <none> 5556/TCP,5557/TCP 5h43m
The text was updated successfully, but these errors were encountered:
I've deployed an instance of Chainloop in dev mode called
test
and it seems to expect dex to be underchainloop-dex
when in reality the service name is calledtest-dex
The text was updated successfully, but these errors were encountered: