Skip to content

Commit a7690b5

Browse files
Updated documentation
- documentation changes to reflect new default values - disclaimer about non-existent locations - bumped licence year
1 parent f122522 commit a7690b5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 Jonas Stoehr
1+
Copyright 2017-2018 Jonas Stoehr
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ and pass that to `docker-machine create` with the `--hetzner-api-token` option.
2424
- `--hetzner-image`: The name of the Hetzner Cloud image to use, see [Images API](https://docs.hetzner.cloud/#resources-images-get) for how to get a list.
2525
- `--hetzner-server-type`: The type of the Hetzner Cloud server, see [Server Types API](https://docs.hetzner.cloud/#resources-server-types-get) for how to get a list.
2626
- `--hetzner-server-location`: The location to create the server in, see [Locations API](https://docs.hetzner.cloud/#resources-locations-get) for how to get a list.
27+
**NOTICE: Beware that Hetzner does not reject invalid location names at the time of writing this; instead, a seemingly random location is chosen. Double check both the option value's
28+
spelling and the newly created server to make sure the desired location was chosen indeed.**
2729
- `--hetzner-existing-key-path`: Use an existing (local) SSH key instead of generating a new keypair.
2830
- `--hetzner-existing-key-id`: **requires `--hetzner-existing-key-path`**. Use an existing (remote) SSH key instead of uploading the imported key pair,
2931
see [SSH Keys API](https://docs.hetzner.cloud/#resources-ssh-keys-get) for how to get a list
3032

31-
The Hetzner Cloud driver will use `debian-9` as the default image and `g2-local` as the default type.
33+
The Hetzner Cloud driver will use `debian-9` as the default image and `cx11` as the default type.
3234

3335
#### Existing SSH keys
3436

@@ -51,7 +53,7 @@ was used during creation.
5153
| ----------------------------------- | --------------------------------- | -------------------------- |
5254
| **`--hetzner-api-token`** | `HETZNER_API_TOKEN` | - |
5355
| `--hetzner-image ` | `HETZNER_IMAGE_IMAGE` | `debian-9` |
54-
| `--hetzner-server-type` | `HETZNER_TYPE` | `g2-local` |
56+
| `--hetzner-server-type` | `HETZNER_TYPE` | `cx11` |
5557
| `--hetzner-server-location` | `HETZNER_LOCATION` | - *(let Hetzner choose)* |
5658
| `--hetzner-existing-key-path` | `HETZNER_EXISTING_KEY_PATH` | - *(generate new keypair)* |
5759
| `--hetzner-existing-key-id` | `HETZNER_EXISTING_KEY_ID` | 0 *(upload new key)* |

0 commit comments

Comments
 (0)