You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
In templates/cluster-template.yaml, image.url is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64-disk-kvm.img and image.checksum is 86e996f35732d26cd8b0888c46c4309d4d3b04eb6980378cf82b4d3eb2796549 .
this was working in the past but after image(and ofcourse checksum) updates, this old checksum does not work for this "current" type url. so templates should use imutable image url like https://cloud-images.ubuntu.com/jammy/20230729/*
What did you expect to happen: templates/cluster-template.yaml works regardless the dates
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
Cluster-api-provider-proxmox version:
Proxmox VE version:
Kubernetes version: (use kubectl version):
OS (e.g. from /etc/os-release):
The text was updated successfully, but these errors were encountered:
/kind bug
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
In
templates/cluster-template.yaml
,image.url
ishttps://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64-disk-kvm.img
andimage.checksum
is86e996f35732d26cd8b0888c46c4309d4d3b04eb6980378cf82b4d3eb2796549
.this was working in the past but after image(and ofcourse checksum) updates, this old checksum does not work for this "current" type url. so templates should use imutable image url like
https://cloud-images.ubuntu.com/jammy/20230729/*
What did you expect to happen:
templates/cluster-template.yaml
works regardless the datesAnything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: