Robert Lachner

Results 11 comments of Robert Lachner

Hi, i`m trying to accomplish this using terraform and "rancher2_cluster_v2" ressource - do you have any ideas or documentation (aside from hashicorp) where to set this kubelet args with this...

ok, now if i set: `machine_selector_config { config = { profile = local.cisprofile protect-kernel-defaults = true system-default-registry = var.private_registry != null ? var.private_registry : null cloud-provider-name = "external" } }'...

mine is also empty, added Namespaceselectors, added annotations, enabled "defaultEnable" but nothing shows up

hi, i think i have a related or similar problem. Im using hetzner DNS for DNS challenge with traefik with a CNAME Entry to a dyndns provider so i could...

same beahaviour here on a helm deployment can't upload anything. And setting project background with uploaded image is also not working logs say ``` 2023-12-23 21:11:28 [E] Sending 500 ("Server...

I know that and i am able to create a volume. server_id is no problem but i must name an image, but why ? Doesn't make any sense to add...

ok i tested adding a volume with ``` resource "ionoscloud_volume" "example" { datacenter_id = var.datacenter_id server_id = ionoscloud_server.host.id name = "Volume Example" availability_zone = var.availability_zone size = "100" disk_type =...

`│ Error: an error occured while creating a volume: 422 Unprocessable Entity { │ "httpStatus" : 422, │ "messages" : [ { │ "errorCode" : "100", │ "message" : "[(root).properties.imagePassword]...

> hello, this is the error for the plan that I provided above? yap, correct

negative, no "user_data" field set ```resource "ionoscloud_volume" "example" { datacenter_id = var.datacenter_id server_id = ionoscloud_server.host.id name = "Volume Example" availability_zone = var.availability_zone size = "33" disk_type = var.disk_type licence_type =...