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

[RFE] Provide a mantle / kola flag to prefix azure resource groups with a custom string #1677

Open
t-lo opened this issue Mar 7, 2025 · 0 comments
Labels
area/tests component/mantle good first issue Get started with Flatcar contribution with this issue. kind/feature A feature request

Comments

@t-lo
Copy link
Member

t-lo commented Mar 7, 2025

Current situation

kola creates Azure resource groups with the static prefix kola-cluster.

Impact

All kola created resource groups have the same prefix. This makes CI resources indistinguishable from nightlies and release builds, and from manual test runs.

Ideal future situation

Users can provide a custom prefix via a new --azure-resource-group-basename command line flag.

Implementation options

It seems advisable to not re-use the existing --basename flag for resource groups because this would impact existing use / automation of kola (e.g. cleanup jobs).

@t-lo t-lo added the kind/feature A feature request label Mar 7, 2025
@t-lo t-lo moved this from 📝 Needs Triage to 🪵Backlog in Flatcar tactical, release planning, and roadmap Mar 7, 2025
@t-lo t-lo added the good first issue Get started with Flatcar contribution with this issue. label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests component/mantle good first issue Get started with Flatcar contribution with this issue. kind/feature A feature request
Projects
Development

No branches or pull requests

2 participants