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

Azure images are out-of-date - kinvolk:flatcar-container-linux-free:stable-gen2:3602.2.0 not found #1218

Closed
bignay2000 opened this issue Oct 23, 2023 · 7 comments
Labels
kind/bug Something isn't working platform/Azure

Comments

@bignay2000
Copy link

bignay2000 commented Oct 23, 2023

Description

Microsoft Azure Market place has out of date versions of Flatcar from Jun 21, 2023 releases.

Impact

Running into an ignition boot error with 3510.2.3 when trying to deploy an Azure Gen2 VM with multiple disks. Thinking this might be fixed in the latest stable version as my butane configuration works on Proxmox with EFI BIOS & VMWare ESXi platforms.

Environment and steps to reproduce

Log into Azure
List available images from Kinvolk:
az vm image list --all -p kinvolk -f flatcar -s stable

Latest image for stable is out of date - 3510.2.3 from Jun 21, 2023

{
"architecture": "x64",
"offer": "flatcar_pro",
"publisher": "kinvolk",
"sku": "stable-gen2",
"urn": "kinvolk:flatcar_pro:stable-gen2:3510.2.3",
"version": "3510.2.3"
}

Expected behavior

Latest stable 3602.2.0 should be available.

Additional information

Querying the image of 'kinvolk:flatcar-container-linux-free:stable-gen2:3602.2.0' failed for an error '(NotFound) Artifact: VMImage was not found.
Code: NotFound
Message: Artifact: VMImage was not found.'. Configuring plan settings will be skipped
Querying the image of 'kinvolk:flatcar-container-linux-free:stable-gen2:3602.2.0' failed for an error '(NotFound) Artifact: VMImage was not found.
Code: NotFound
Message: Artifact: VMImage was not found.'. Configuring plan settings will be skipped
(NotFound) Artifact: VMImage was not found.
Code: NotFound
Message: Artifact: VMImage was not found.

@bignay2000
Copy link
Author

#1196

@bignay2000 bignay2000 changed the title Azure images are out-of-date Azure images are out-of-date - kinvolk:flatcar-container-linux-free:stable-gen2:3602.2.0 not found Oct 23, 2023
@tormath1
Copy link
Contributor

Hello @bignay2000, I'm quoting @t-lo from a message posted on #flatcar Slack channel:

We are aware of this issue and are in constant conversation with the Azure Marketplace team. Newer releases cause issues with the Marketplace validation process by triggering a problem on the Marketplace side. We're working with the team to resolve these problems and we're making progress.

Let's keep the issue open for referencing purpose.

@dongsupark
Copy link
Member

After conversation with Azure Marketplace team for multiple weeks, we finally published marketplace images of Alpha 3732.0.0, Beta 3602.1.6, Stable 3510.2.8. (#1181)
We are now able to start publishing next versions, including Stable 3602.2.0.

@dongsupark dongsupark moved this from 📝 Needs Triage to ⚒️ In Progress in Flatcar tactical, release planning, and roadmap Oct 24, 2023
@sayanchowdhury
Copy link
Member

@bignay2000 Just a question, are you still using Flatcar Pro. All the features of Flatcar Pro has been moved to the base image Flatcar, and we do intend to deprecate the offer over the next few days. Will it be possible for you to move your deployments to one of the other offers? If you need help, do let us know.

@bignay2000
Copy link
Author

Just checked and very happy to see the lastest stable.

az vm image list --all -p kinvolk -f flatcar -s stable

{
"architecture": "x64",
"offer": "flatcar-container-linux-free",
"publisher": "kinvolk",
"sku": "stable-gen2",
"urn": "kinvolk:flatcar-container-linux-free:stable-gen2:3602.2.1",
"version": "3602.2.1"
},

@bignay2000
Copy link
Author

@bignay2000 Just a question, are you still using Flatcar Pro. All the features of Flatcar Pro has been moved to the base image Flatcar, and we do intend to deprecate the offer over the next few days. Will it be possible for you to move your deployments to one of the other offers? If you need help, do let us know.

I am using "flatcar-container-linux-free" so I think this is not "Flatcar Pro"

@github-project-automation github-project-automation bot moved this from ⚒️ In Progress to Implemented in Flatcar tactical, release planning, and roadmap Nov 10, 2023
@bignay2000
Copy link
Author

@bignay2000 Just a question, are you still using Flatcar Pro. All the features of Flatcar Pro has been moved to the base image Flatcar, and we do intend to deprecate the offer over the next few days. Will it be possible for you to move your deployments to one of the other offers? If you need help, do let us know.

I am using "flatcar-container-linux-free" so I think this is not "Flatcar Pro"

I am a bit confused @sayanchowdhury , should be using this URN instead?:

{
"architecture": "x64",
"offer": "flatcar-container-linux",
"publisher": "kinvolk",
"sku": "stable-gen2",
"urn": "kinvolk:flatcar-container-linux:stable-gen2:3602.2.1",
"version": "3602.2.1"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working platform/Azure
Projects
None yet
Development

No branches or pull requests

4 participants