-
Notifications
You must be signed in to change notification settings - Fork 106
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
Fix Kind extension to generate manifests #1072
Conversation
Plus, add the Kind page into the dekorate site. This pull request is related to quarkusio/quarkus#28078
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request looks good.
But I think that besides the imagePullPolicy
we should also provide a default value to serviceType
. More specifically we need to set it by default to NodePort
for kind yml/json.
This is something that we already do for minikube/kind in Quarkus and it would be good to keep things aligned.
PR updated including the suggested change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@aureamunoz PR updated |
Kudos, SonarCloud Quality Gate passed!
|
Plus, add the Kind page into the dekorate site.
This pull request is related to quarkusio/quarkus#28078