We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scw -D _userdata 5dbc6184-a646-4ec5-ab9e-ada170eeda73 cloud-init="`cat ~/Downloads/cloud-init.yml`" bastien@Bastien DEBU[0000] curl -X PATCH -d "#cloud-config\n\nhostname: \"coreos\"\n\ncoreos:\n units:\n - name: runcmd.service\n command: start\n content: |\n [Unit]\n Description" -H "Content-Type: text/plain" -H "User-Agent: scw/v1.7.1+dev" -H "X-Auth-Token: 00000000-0000-1000-0000-000000000000" https://api.scaleway.com/servers/5dbc6184-a646-4ec5-ab9e-ada170eeda73/user_data/cloud-init cloud-init DEBU[0000] Writing cache file to disk
cat ~/Downloads/cloud-init.yml #cloud-config hostname: "coreos" coreos: units: - name: runcmd.service command: start content: | [Unit] Description=Mark as booted [Service] Type=oneshot ExecStart=/bin/sh -c "curl http://169.254.42.42/state -X PATCH -d '{\"state_detail\": \"booted\"}' -H 'Content-Type: application/json'"
The text was updated successfully, but these errors were encountered:
Hi @bchatelard thank for your feedback ☺️
Fixed here
$> scw _userdata 8cc2d32c-5444-4998-81e9-964134700ba7 CLOUD-INIT="`cat cloud-init.yml`" CLOUD-INIT $> scw _userdata 8cc2d32c-5444-4998-81e9-964134700ba7 CLOUD-INIT #cloud-config hostname: "coreos" coreos: units: - name: runcmd.service command: start content: | [Unit] Description=Mark as booted [Service] Type=oneshot ExecStart=/bin/sh -c "curl http://169.254.42.42/state -X PATCH -d '{\"state_detail\": \"booted\"}' -H 'Content-Type: application/json'"
Sorry, something went wrong.
fix(k8s): handle regional IDs properly (scaleway#320)
ef26e25
Signed-off-by: Patrik Cyvoct <pcyvoct@scaleway.com>
QuentinPerez
No branches or pull requests
The text was updated successfully, but these errors were encountered: