James Sturtevant
James Sturtevant
@dkoshkin Makes sense. That in combination with using capi's kubeadmconfig as mentioned in https://github.com/kubernetes-sigs/image-builder/issues/709#issuecomment-948373697 make it easy to customize. If you can update the windows part to `/containerd` to `\\\\containerd`...
Received an error during building the an image. The `ensure-ansible` checks for Ansible to be installed but doesn't check the minimum version like the [ensure-goss.sh script does](https://github.com/kubernetes-sigs/image-builder/blob/62a757e8a547b976e97f5491140a4e48e461f42a/images/capi/hack/ensure-goss.sh#L45-L50). The output had...
Signed-off-by: James Sturtevant **Description**: This builds on #5131 which added the SPIFFE ID into the certificates. Now that the SPIFFE ID is present we can use it to make routing...
**Bug description**: I noticed some flakes where random things failing. I am not sure if these are all related and after looking at logs and commits in the last few...
**Bug description**: When looking into CI flake in #5137 and #5131 found: ``` looks like we aren't getting logs: Running locally '../../bin/osm support bug-report --all -o=/tmp/test-2306165705/osm_bug_report.tar.gz' [399](https://github.com/openservicemesh/osm/actions/runs/3069634707/jobs/4958564544#step:5:400)stdout: [400](https://github.com/openservicemesh/osm/actions/runs/3069634707/jobs/4958564544#step:5:401) [401](https://github.com/openservicemesh/osm/actions/runs/3069634707/jobs/4958564544#step:5:402)error running...
Root issue for SPIFFE Support (created from research in #4750 #### spiffe integration in OSM > Pros and cons comparing SPIFFE to the current service identity mechanism in OSM. The...