This site can’t be reached #708
Unanswered
CROprogrammer
asked this question in
Q&A
Replies: 1 comment 5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After executing
helm install microcks ./microcks --namespace=microcks^ --set appName=microcks --set features.async.enabled=true^ --set microcks.url=microcks.192.168.49.2.nip.io^ --set keycloak.url=keycloak.192.168.49.2.nip.io^ --set features.async.kafka.url=192.168.49.2.nip.io
I get message:
NAME: microcks
LAST DEPLOYED: Mon Nov 28 14:19:31 2022
NAMESPACE: microcks
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Thank you for installing microcks.
Your release is named microcks.
To learn more about the release, try:
$ helm status microcks
$ helm get microcks
Microcks is available at https://microcks.192.168.49.2.nip.io.
GRPC mock service is available at "microcks-grpc.192.168.49.2.nip.io".
It has been exposed using TLS passthrough on the Ingress controller, you should extract the certificate for your client using:
$ kubectl get secret microcks-microcks-grpc-secret -n microcks -o jsonpath='{.data.tls.crt}' | base64 -d > tls.crt
Keycloak has been deployed on https://keycloak.192.168.49.2.nip.io/auth to protect user access.
You may want to configure an Identity Provider or add some users for your Microcks installation by login in using the
username and password found into 'microcks-keycloak-admin' secret.
Kafka broker has been deployed on microcks-kafka.192.168.49.2.nip.io.
It has been exposed using TLS passthrough on the Ingress controller, you should extract the certificate for your client using:
$ kubectl get secret microcks-kafka-cluster-ca-cert -n microcks -o jsonpath='{.data.ca.crt}' | base64 -d > ca.crt
And after that I'm trying to go to https://keycloak.192.168.49.2.nip.io/auth and I get error in browser "This site can’t be reached". This is the case with any other link i get in that message.
Everything is green in kubernetes.
Any ideas why this keeps happening?
Beta Was this translation helpful? Give feedback.
All reactions