-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local deployment not working #24
Comments
Hi, sorry for not seeing this earlier. export KUBECONFIG=$(pwd)/target/k3s.yaml
kubectl describe pod consumer-keycloak -n consumer
kubectl logs consumer-keycloak -n consumer why Keycloak does not come up? |
I don't have k3s.yaml in target folder. Something wrong with k3s?
|
Uninstalled k3s, tried running mvn again. Still error, but I have k3s.yaml now.
|
@hokonohara There was actually an issue with the configuration of Keycloak. The latest changes should have solved that, can you please retry? |
git pull, retry several times. unfortunately still error.
$ kubectl get all --all-namespaces
|
Further checking.
checking namespace one by one to see what pods are running.
keycloack failure here.
only one pod here, seems fine.
Lot of mess here.
tir is crashing here.
Nothing in wallet. Decided to look further into trust-anchor. deleting tir pod so it restart, and checking the log.
Seems, not able to connect to mysql. But, mysql seem to be running.
|
Sorry for the late response. I think this is an issue comes from the kube-dns inside k3s. In current ubuntu versions "br_netfilter" is not enabled. Try to enable it via |
This is the first time I try, and I don't have understanding about the background architecture et cetera. I just want first try the running the MVD to get grip.
Environment: Ubuntu 24.04 fresh install on Hyper-V. After sudo update, installed git, maven and docker 27.3.1
Just run the "mvn clean deploy -Plocal" I always get error:
Any hint what should I check?
The text was updated successfully, but these errors were encountered: