Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit f05f730

Browse files
committed
this will likely get lost in the shuffle, but this works
1 parent 331c329 commit f05f730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/files/cluster.yaml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ s3URI: {{.S3URI}}
1111
#releaseChannel: stable
1212

1313
# To update this to the latest AMI run the following command with the appropriate region and channel then place the resulting ID here
14-
# REGION=eu-west-1 CHANNEL=stable curl -s https://$CHANNEL.release.flatcar-linux.net/amd64-usr/current/flatcar_production_ami_all.json | jq -r ".amis[] | select(.name==\"$REGION\") .hvm
14+
# REGION=eu-west-1 CHANNEL=stable; curl -s https://$CHANNEL.release.flatcar-linux.net/amd64-usr/current/flatcar_production_ami_all.json | jq -r ".amis[] | select(.name==\"$REGION\") .hvm"
1515
amiId: "{{.AmiId}}"
1616

1717
# Flatcar has automatic updates https://docs.flatcar-linux.org/os/update-strategies/#disable-automatic-updates-daemon. This can be a risk in certain situations and this is why is disabled by default and you can enable it by setting this param to false.

0 commit comments

Comments
 (0)