Dom Delnano
Dom Delnano
I'm able to reproduce the issue with the following Dockerfile and pod manifest: Dockerfile and manifest ``` # Dockerfile FROM debian:bookworm-slim AS build # Install dependencies RUN apt-get update &&...
@4censord please review this to verify it will work for your use cause. The only functional difference should be that this functionality must be opted into with a new `xenorchestra_vm`...
> Most other providers seem to work this way. It seems vsphere does this, but uses a 3 min timeout by default. What other providers have you seen? > When...
#223 will address the regression with requiring the management agent and will properly detect PV drivers
I think I'd like to take another pass at this and implement things closer to how hyperv works: - Has the ability to configure a shutdown timeout - Has a...
I agree that discussing this with the Xen Orchestra team would be best as it may result in changes to XO. Please link the forum or other discussion if you...
Here's a workaround that doesn't require recreating the cloud from scratch: 1. Delete existing identity from kratos ``` # Find existing identity ID $ IDENTITY_ID=$(kubectl -n plc exec -it ${KRATOS_POD}...
@cartermp I know it's been a while since you opened this issue, but I'm actively working on log support. I have it fully working end to end and I'm starting...
This is now confirmed to happen in environments outside of our qemu builds and means that we have issues on kernels 6.10 and later. I've uploaded the logs for the...
With the introduction of #2047 (available in Vizier v0.14.13), users using impacted kernels can get Pixie running with the following PEM cli flags: * --stirling_bpf_loop_limit=41 * --stirling_enable_mux_tracing=0 * --stirling_enable_mongodb_tracing=0 Note:...