Florian Bobin
Florian Bobin
Same issue, but on Fedora 31 Workstation with Podman 1.8.0 now. ``` $ podman run --name test --log-driver=journald httpd [conmon:e] Include journald in compilation path to log to systemd journal...
Can confirm it works on my side (Packer 1.8.0). Great !  ``` root@baikonour:~# qemu-img info /mnt/pve/vmfs/images/1000/vm-1000-disk-0.qcow2 image: /mnt/pve/vmfs/images/1000/vm-1000-disk-0.qcow2 file format: qcow2 virtual size: 32 GiB (34359738368 bytes) disk size:...
Interested in this too, since I would like to use the healthcheck feature on CRD with FluxCD. Thanks :)
Hello @hawksight, here is the link to the documentation about this feature : https://fluxcd.io/flux/components/kustomize/kustomization/#health-checks For now, I use something like this in my CRDs kustomization in FluxCD, this works fine...
> @f-bn, thank you for the example. I am completely new to flux so that's helpful. > > For cert-manager, we do publish the YAML CRDs in git [here](https://github.com/cert-manager/cert-manager/tree/master/deploy/crds): `https://github.com/cert-manager/cert-manager/tree/master/deploy/crds`....
@hawksight Yep, that's why I use the complete YAML file you linked with all CRDs bundled as a workaround. But as I mentioned at first when writing into this issue,...
I did some tests with the FluxCD Kustomization controller and find somehow a """solution""" to use the healthcheck feature. I simply patch the templatized manifests by replacing the labels with...