-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat(k8s): local mode for kubernetes modules #3003
Conversation
bd136d0
to
ba38738
Compare
595bedf
to
fb6b9f5
Compare
ba38738
to
a84c236
Compare
fb6b9f5
to
6c495a0
Compare
0c441e2
to
0c01aa2
Compare
8a28d70
to
007b934
Compare
0c01aa2
to
49f61be
Compare
18e3e4f
to
ead89ba
Compare
49f61be
to
31bc03e
Compare
354ba38
to
98dbe28
Compare
ac2b10f
to
c234ee2
Compare
[Experimental] Create kubectl port-forward to a taregt Workload instead of a Service. This is more unified approach. This allows to re-use the same machinery for containers, helm and kubernetes modules.
8d5ec5e
to
3163961
Compare
@wojciechka the local mode for |
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.
Great work! I've only got text-related comments on this one.
Looks good to me—unless @Orzelius has any further comments, I think we're good to merge. |
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.
🚀
🚀 |
@vvagaytsev I apologize for the delay, I will check it later this week or early next week. I'm currently out of office and may not have a lot of time, but I'll do my best to check it as soon as I can, as I am very curious about this PR and how it works. |
Hi! I've tested the solution and it works as expected in my initial tests. I'll work on trying to integrate it in our tooling and see if I can get it working end to end in our tooling. I couldn't easily do that with One question, though - is there a way to have local command write to stdout or where would the logs from the command be? Seeing stdout/stderr in real time would be useful for our engineers. |
Thanks for the feedback @wojciechka! Now the local application's logs are only printed in the We'll include that PR in the next Core release which is planned to be done this week. The next release will also have local mode support in helm modules, that was done in #3033. |
What this PR does / why we need it:
Local mode for
kubernetes
modules. This is based on the changes made in #2949.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: