Skip to content
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

Additional fixes for #192 #194

Merged
merged 1 commit into from
Dec 14, 2021
Merged

Conversation

andreaTP
Copy link
Contributor

Those are additional fixes found testing out the fix for #192

@andreaTP andreaTP requested review from stianst and vmuzikar December 10, 2021 17:29
@@ -7,7 +7,7 @@

## Before you start

Make sure you have Minikube installed, ideally with the Ingress addon enabled.
Make sure you have Minikube installed, it is running with Hyperkit or Virtualbox as driver and, possilby, the Ingress addon is enabled.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason to list the drivers? Docker also works fine e.g.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ingress works for me with minikube 1.24 and Docker driver as instructed by the CLI:

💡  After the addon is enabled, please run "minikube tunnel" and your ingress resources would be available at "127.0.0.1"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case I would say that those instructions should be updated:
https://github.com/keycloak/keycloak-web/blob/aed1c13c1d451fb6033d96c13b3b5936263d4587/guides/getting-started/getting-started-kube.adoc#access-keycloak-with-ingress-addon-enabled

Since the ingress is not going to be exposed through minikube ip

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rather keep the documentation more simple and straight-forward, and let ppl running minikube on docker to follow the alternative path of not using an Ingress at all.
That said, if you really want me to revert this indication I can do it either @vmuzikar , not terribly fussy on this. 🙂

Copy link
Contributor

@vmuzikar vmuzikar Dec 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would really not list the drivers at all. We're making implications (that only VBox nad Hyperkit work) which are simply not true. Docker works (even though that it requires a little bit different workflow only on Mac) but mainly there are other drivers which for what we know might work OOTB.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would really not list the drivers at all

Done.

@andreaTP andreaTP force-pushed the additional-fixes-192 branch from aed1c13 to 093dafd Compare December 13, 2021 17:10
Copy link
Contributor

@vmuzikar vmuzikar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @andreaTP!

@stianst stianst merged commit 1ce2932 into keycloak:main Dec 14, 2021
@stianst
Copy link
Contributor

stianst commented Dec 14, 2021

Thanks @andreaTP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants