-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Quarkus Kubernetes Dekorate kubernetes.group partially applied #5135
Labels
Milestone
Comments
I'll check this out in an hour or so. @iocanel if you beat me to it, feel free to address |
geoand
changed the title
Quarkus Kubernetes Dokorate kubernetes.group partially applied
Quarkus Kubernetes Dekorate kubernetes.group partially applied
Nov 3, 2019
I can reproduce the problem |
So @iocanel there seem to be 2 problems:
|
For the time being I'll see if I can work around these issues on the Quarkus side of things until they are properly addressed in Dekorate. |
I think I have some hacks to get things working correctly. I'll add some tests and open a PR soon |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Nov 3, 2019
…ccount This is just a quick fix around some dekorate issues. Once dekorate itself properly handles these cases, the workaround (but not the test) should be removed Fix: quarkusio#5135
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Nov 3, 2019
…ccount This is just a quick fix around some dekorate issues. Once dekorate itself properly handles these cases, the workaround (but not the test) should be removed Fix: quarkusio#5135
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Nov 3, 2019
…ccount This is just a quick fix around some dekorate issues. Once dekorate itself properly handles these cases, the workaround (but not the test) should be removed Fix: quarkusio#5135
geoand
added a commit
that referenced
this issue
Nov 3, 2019
Ensure kubernetes.group and kubernetes.registry are used
aureamunoz
pushed a commit
to aureamunoz/quarkus
that referenced
this issue
Nov 5, 2019
…ccount This is just a quick fix around some dekorate issues. Once dekorate itself properly handles these cases, the workaround (but not the test) should be removed Fix: quarkusio#5135
mmusgrov
pushed a commit
to mmusgrov/quarkus
that referenced
this issue
Dec 13, 2019
…ccount This is just a quick fix around some dekorate issues. Once dekorate itself properly handles these cases, the workaround (but not the test) should be removed Fix: quarkusio#5135
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a new project
Add quarkus-kubernetes as dependency
Add the following to the
application.properties
fileIn
target/kubernetes/kubernetes.yml
, you will seeWhere ${username} is your environment username and where it should be
example
.@iocanel @geoand
To decide if that's fixable by 0.28
The text was updated successfully, but these errors were encountered: