Skip to content

Commit

Permalink
Merge pull request #355 from flatcar/tormath1/hetzner
Browse files Browse the repository at this point in the history
hetzner: remove Afterburn bug reference
  • Loading branch information
tormath1 authored Aug 8, 2024
2 parents ab7bf05 + 6bea463 commit c83ef7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/docs/latest/installing/cloud/hetzner.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ systemd:
EnvironmentFile=/run/metadata/flatcar
TimeoutStartSec=0
ExecStartPre=-/usr/bin/docker rm --force nginx1
ExecStartPre=-/usr/bin/bash -c "echo \"Hello from ${COREOS_HETZNER_HOSTNAME:-$COREOS_COREOS_HETZNER_HOSTNAME}\" > /var/www/index.html"
ExecStartPre=-/usr/bin/bash -c "echo \"Hello from ${COREOS_HETZNER_HOSTNAME}\" > /var/www/index.html"
ExecStart=/usr/bin/docker run --name nginx1 --volume "/var/www:/usr/share/nginx/html:ro" --pull always --log-driver=journald --net host docker.io/nginx:1
ExecStop=/usr/bin/docker stop nginx1
Restart=always
Expand All @@ -237,8 +237,6 @@ systemd:
WantedBy=multi-user.target
```

> There is [a bug](https://github.com/coreos/afterburn/pull/1083) in the currently used version of Afterburn that causes the double prefix in `$COREOS_COREOS_HETZNER_HOSTNAME`.
Before we can create the server, we need to transpile this Butane configuration to the Ignition format:

```shell
Expand Down

0 comments on commit c83ef7b

Please sign in to comment.