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] Scaleway support #1368

Closed
tormath1 opened this issue Feb 19, 2024 · 1 comment
Closed

[RFE] Scaleway support #1368

tormath1 opened this issue Feb 19, 2024 · 1 comment
Labels
area/tests kind/docs kind/feature A feature request platform/new-platform linked to new platform addition (cloud provider, image type, architecture, etc.)

Comments

@tormath1
Copy link
Contributor

tormath1 commented Feb 19, 2024

Current situation

There is no Flatcar images for Scaleway.

Impact

Folks can't simply use Flatcar on Scaleway.

Ideal future situation

Folks can deploy Flatcar on Scaleway.

Implementation options

Additional information

Current workaround to use Flatcar on Scaleway:

  1. Start an Ubuntu image with attached disk of 25GB
wget https://raw.githubusercontent.com/flatcar/init/flatcar-master/bin/flatcar-install
apt install bzip2
bash ./flatcar-install -d /dev/sdb -i ./config.json
lsblk -f
...
sdb
├─sdb1  vfat     FAT32 EFI-SYSTEM      F210-83DF
├─sdb2
├─sdb3  ext4     1.0                   5367c56e-0d10-4ac7-945b-5ff1d67614d8
├─sdb4
├─sdb6  btrfs          OEM             c793802a-e7bd-4b51-a62b-a50074669e96
├─sdb7
└─sdb9  ext4     1.0   ROOT            7e861648-1aa4-4887-a59e-04b3c65109c6
  1. Create a snapshot of the 25GB volume
  2. Start an instance with the volume
core@scw-priceless-galileo-flatcar ~ $ cat /etc/os-release
NAME="Flatcar Container Linux by Kinvolk"
ID=flatcar
ID_LIKE=coreos
VERSION=3760.2.0
VERSION_ID=3760.2.0
BUILD_ID=2024-01-16-1847
SYSEXT_LEVEL=1.0
PRETTY_NAME="Flatcar Container Linux by Kinvolk 3760.2.0 (Oklo)"
ANSI_COLOR="38;5;75"
HOME_URL="https://flatcar.org/"
BUG_REPORT_URL="https://issues.flatcar.org"
FLATCAR_BOARD="amd64-usr"
CPE_NAME="cpe:2.3:o:flatcar-linux:flatcar_linux:3760.2.0:*:*:*:*:*:*:*"
@tormath1
Copy link
Contributor Author

I think we can close this issue now. Everything has been done on the Flatcar side to support this provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests kind/docs kind/feature A feature request platform/new-platform linked to new platform addition (cloud provider, image type, architecture, etc.)
Projects
None yet
Development

No branches or pull requests

1 participant