-
Go through swarm mode tutorial; it seems I need to wrap an instance of my container inside a node and then assign it to a swarm. The swarm will load balance the incoming requests between the nodes and…
-
Currently when the make system builds (both containerized and local), the dependencies pulled are "latest" releases.
This causes breakage when upstream versions undergo API breakage.
-
HI there, I'm considering using this library in an upcloud related provisioning tool, and wonder if you could clarify the following:
1. do you have any business connection with upcloud;
2. does up…
-
-
Can you tell me if your library has been tested/used with user credentials that have 2-factor authentication enabled?
-
Currently only soft shutdown and restart APIs are available.
I think this would be most fluently expressed by rephrasing
``` python
def shutdown(self):
def restart(self):
```
as
``` python
def shu…
-
This isn't exactly a bug in the Python API, but the REST API in general, but I suppose it'll end up in the right place...
Trying to create a server with the `.plan` attribute set to `None` (i.e. seri…
-
The only docs I can find for the format `user_data`, i.e. bootstrap scripts, is in a blog post https://www.upcloud.com/blog/new-features-initialization-scripts-ssh-keys-increased-resource-limits/ that…
-
I can create servers with `upcloud` directive correctly but creating tags fails for me.
I tried to create new servers with tags using server uuids like this in my playbook:
``` yml
tasks:
- name: …
-
It seems that Upcloud's API now has a new "comment" attribute for firewall rules:
``` shell
➜ ~ curl https://api.upcloud.com/1.2/server/uuid/firewall_rule --user user:pass
{
"firewall_rules" : {…