-
Notifications
You must be signed in to change notification settings - Fork 2
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.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: