Skip to content
Discussion options

You must be logged in to vote

Thanks @iocanel. Actually, the default k8s manifests Quarkus creates have imagePullPolicy: Always, so that wasn't the problem.

I did some extra testing and realised where the problem was: When I build my image I'm passing -Dquarkus.live-reload.password=nassos and I was under the impression that this is somehow "baked" into the image; obviously, it's not, you still need to include it in application.yaml.

In my many attempts to make this work I made this change and forgot about it, so I thought there was a problem with k8s not pulling the updated image instead 😊

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@iocanel
Comment options

iocanel Jun 1, 2022
Collaborator

Comment options

You must be logged in to vote
0 replies
Answer selected by NMichas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants