Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use 'current' ubuntu image url in template ProxmoxMachine #54

Closed
sp-yduck opened this issue Jul 31, 2023 · 0 comments · Fixed by #64
Closed

Do not use 'current' ubuntu image url in template ProxmoxMachine #54

sp-yduck opened this issue Jul 31, 2023 · 0 comments · Fixed by #64
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@sp-yduck
Copy link
Collaborator

/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 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):
@sp-yduck sp-yduck added bug Something isn't working good first issue Good for newcomers labels Jul 31, 2023
@sp-yduck sp-yduck self-assigned this Aug 1, 2023
@sp-yduck sp-yduck mentioned this issue Aug 1, 2023
@sp-yduck sp-yduck mentioned this issue Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant