Skip to content

Commit 29e7d0c

Browse files
authored
Add updating interfaces warning to docs (#48)
Add updating interfaces warning to docs
1 parent d2177d9 commit 29e7d0c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/server.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,22 @@ cloudscale server create \
5353

5454
## Usage of the `--interface` option in `server create` and `server update`
5555
If the `--interface` option is used, `--use-{public,private}-network` options are disabled.
56+
57+
To specify more than one interface, use the `--interface` option repeatedly.
58+
59+
!!! warning
60+
When making changes to a server's interfaces, you must (re-)specify **all** interfaces that should be attached to
61+
the server (including all interfaces that should not be changed), e.g.:
62+
~~~
63+
cloudscale server update \
64+
--interface network=UUID1 \
65+
--interface subnet=UUID5,address=A.B.C.D
66+
~~~
67+
68+
!!! tip
69+
We recommend to not update interfaces while a server is under production workload as short losses of connectivity
70+
might occur.
71+
5672
This are the examples from the api documentation:
5773

5874
* Create a public network interface with an automatically assigned IPv4 address and an IPv6 address if `use_ipv6` is set

0 commit comments

Comments
 (0)