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

capi: add Akamai / Linode #359

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ As it requires to have some tools already installed on the OS to work correcly w

While CAPI is an evolving project and Flatcar support is in-progress regarding the various providers, here's the current list of supported providers:
* [AWS][capi-aws]
* [Akamai / Linode][capi-linode]
* [Azure][capi-azure]
* [OpenStack][openstack]
* [vSphere][capi-vsphere]
Expand All @@ -374,6 +375,7 @@ Based on users feedback, Flatcar is known to work with Kubespray - you can read
[capi-documentation]: https://cluster-api.sigs.k8s.io/
[capi-aws]: https://cluster-api-aws.sigs.k8s.io/
[capi-azure]: https://capz.sigs.k8s.io/
[capi-linode]: https://linode.github.io/cluster-api-provider-linode/topics/flavors/flatcar.html
[capi-vsphere]: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/docs/ignition.md
[cilium]: https://github.com/flatcar/mantle/pull/292
[flatcar-779]: https://github.com/flatcar/Flatcar/issues/779
Expand Down
Loading