-
Notifications
You must be signed in to change notification settings - Fork 528
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
openshift-maven-plugin does not update Routes #267
Comments
mtrejo-zz
pushed a commit
to mtrejo-zz/jkube
that referenced
this issue
Jul 5, 2020
Signed-off-by: Marcos Trejo <[email protected]>
12 tasks
mtrejo-zz
pushed a commit
to mtrejo-zz/jkube
that referenced
this issue
Jul 10, 2020
Signed-off-by: Marcos Trejo <[email protected]>
manusa
pushed a commit
that referenced
this issue
Jul 16, 2020
Signed-off-by: Marcos Trejo <[email protected]>
manusa
pushed a commit
that referenced
this issue
Jul 16, 2020
Signed-off-by: Marcos Trejo <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Marcos Trejo <[email protected]> Signed-off-by: Tue Dissing <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Marcos Trejo <[email protected]> Signed-off-by: Tue Dissing <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Marcos Trejo <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Marcos Trejo <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Marcos Trejo <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Marcos Trejo <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Marcos Trejo <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Marcos Trejo <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Marcos Trejo <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Marcos Trejo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I originally found this issue in FMP fabric8:apply goal, I have yet to use the new plugin but just by looking at the code I can see the issue still exists in JKube.
The plugin will only create a Route if it doesn't exist and do nothing otherwise, here is the corresponding code in FMP:
https://github.com/fabric8io/fabric8-maven-plugin/blob/master/core/src/main/java/io/fabric8/maven/core/service/ApplyService.java#L668-L690
And the same code in JKube:
https://github.com/eclipse/jkube/blob/master/jkube-kit/config/service/src/main/java/org/eclipse/jkube/kit/config/service/ApplyService.java#L646-L668
Info
mvn -v
) :Kubernetes / Red Hat OpenShift setup and version :
OpenShift 4.3
If it's a bug, how to reproduce :
mvn oc:deploy
.oc describe route <route>
, not updated.The text was updated successfully, but these errors were encountered: