poseidon / typhoon

Minimal and free Kubernetes distribution with Terraform
https://typhoon.psdn.io/
MIT License
1.94k stars 322 forks source link

Invalid quay.io/poseidon/flannel-cni tag #1496

Closed jackhenry closed 1 month ago

jackhenry commented 1 month ago

Description

The variables.tf in terraform-render-bootstrap uses quay.io/poseidon/flannel-cni:v0.4.4 for the container image. However, an image with that tag does not appear to exist in the quay.io repository.

Steps to Reproduce

Provide clear steps to reproduce the bug.

Expected behavior

terraform-render-bootstrap attempts to pull a flannel-cni image with an existing tag.

Environment

Possible Solution

Update the variables.tf within terraform-render-bootstrap

dghubble commented 1 month ago

Thanks for the report, it'll get fixed soon

I'm curious, I've been considering dropping flannel support and rarely validate it anymore, do you use it actively or just happened to notice this?