-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[bridge] Add /debug/version endpoint #10426
Conversation
which attribute to set for this, @geropl ? |
ddd06f0
to
40a3e5d
Compare
d9dea34
to
b0d8e55
Compare
@AlexTugarev There seems to be a deeper issue with the MetaInstanceController... I will debug and fix next week! 👍 |
/werft run 👍 started the job as gitpod-build-gpl-9395-stuck-prebuilds-3.3 |
@jldec This is in draft mode, so no build needed. |
1779d6e
to
c630512
Compare
1abd8b6
to
2c5c81e
Compare
2c5c81e
to
eda5e31
Compare
started the job as gitpod-build-gpl-9395-stuck-prebuilds-3.12 because the annotations in the pull request description changed |
started the job as gitpod-build-gpl-9395-stuck-prebuilds-3.13 because the annotations in the pull request description changed |
/werft run 👍 started the job as gitpod-build-gpl-9395-stuck-prebuilds-3.14 |
eda5e31
to
58bef6c
Compare
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.
/hold
@@ -64,7 +64,7 @@ export class BridgeController { | |||
protected async reconcile() { | |||
return this.reconcileQueue.enqueue(async () => { | |||
const allClusters = await this.getAllWorkspaceClusters(); | |||
log.info("reconciling clusters...", { allClusters: Array.from(allClusters.values()) }); | |||
log.info("reconciling clusters...", { allClusters: Array.from(allClusters.keys()) }); |
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.
[nit] Logs should start with first letter uppercase
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.
I'm happy to help setup a guideline for this. As long as we don't have that I think it's out of scope here. 🙂
Thx @easyCZ ! /unhold |
Description
This PR makes
ws-manager-bridge
more debuggable.Related Issue(s)
Context: #9395
How to test
./dev/preview/install-k3s-kubeconfig.sh
gpctl debug log ws-manager-bridge
to switch log level todebug
at runtime (already did this on this deployment)Release Notes
Documentation