vac

Results 78 comments of vac

Quote from README: > Depending on your environment, you may need to wait several minutes for all the services to start. This image is amd64 (x86_64) only, you may encounter...

> I have been waiting for one day, and it is still going like that. You can troubleshoot the internal status by running the following commands in the all-in-one container:...

I think remote builder is less accessible than cross compilation or qemu emulation, although qemu emulation is ridiculously slow.

Taken from my comment in https://github.com/kubernetes-sigs/gateway-api/pull/2951#issuecomment-2043491641 > I'm not sure using a job to bootstrap the gateway api crds is possible before the CNI get ready first. As that is...

@sayboras Hello! https://github.com/cilium/cilium/blob/d913b6298123064f51a8b97495f956b5ebbe62b7/install/kubernetes/cilium/templates/cilium-gateway-api-class.yaml#L1-L11 When users use helm chart to bootstrap cilium CNI with `gatewayAPI.enabled` in a new cluster, is the default GatewayClass `cilium` the only missing resource if the gateway...

> > Is it equivalent with the following approach? > > Not really equivalent, however, once [cilium/cilium#29207](https://github.com/cilium/cilium/issues/29207) is done, the installation process will be easier (though you might still need...

> > I see. If we use k8s job (as this issue discussed) to install the gateway api crds, given that [cilium/cilium#29207](https://github.com/cilium/cilium/issues/29207) is done, so basically this k8s job and...

> [these docs for jsoncpp](http://open-source-parsers.github.io/jsoncpp-docs/doxygen/class_json_1_1_stream_writer_builder.html#a79bdf2e639a52f4e758c0b95bd1d3423) are relevant. IIRC the flag was `enableYAMLCompatibility`. I could have swore we had this, even some time after #2515 @zadjii-msft Hello. Does it suggest that...