Frederic M

Results 44 comments of Frederic M

> Maybe it's time to stop using ubuntu legacy live iso image for newest releases ? I observed that it's seems to be the main cause of all these problems....

Same issue here, we're deploying instances of image-updater per namespace, and we'd like to keep that level of isolation between namespaces. If this is related to #854, then we might...

On my side, I'm using Ubuntu cloud images and I've added `user_data` through vApps. The patch I'm using (on image-build v0.1.21): ``` 287a288,292 > "vapp": { > "properties": { >...

@ninlil I applied the above patch to `packer-node.json`. Then I redefined the ubuntu22 JSON as follows: ```json { "build_name": "ubuntu-2204", "build_version": "{{user `build_name`}}-kube-{{user `kubernetes_semver`}}", "distro_arch": "amd64", "distro_name": "ubuntu", "distro_version": "22.04",...

Hi, I understand this might be tricky to change, that's why I was suggesting to support both for some time — plus this would need to be carefully tested. I've...

Never mind, this was just a suggestion, it's OK if you don't feel like changing it. Thx for the feedback.

I'll try to prepare a PR for this, I see there's already something that pushes dev charts to quay.io.

I faced this issue earlier this week, where my control-plane got rolled out entirely although the CNI was not ready (image couldn't be pulled as quay.io was down). Luckily I...