Julian Tölle

Results 125 comments of Julian Tölle

Hey @anjmao, the branch that you modified is used for uploaded certificates. The branch below is used for managed certificates (Lines 1044-1062 right now). Can you open an issue to...

Just to clarify, you mentioned "HelmChart version 3.3.0" in the original issue. We do not have a helm chart with that version, the current version is `1.19.0`.

I am unable to reproduce this with hccm `1.19.0` and the values file you provided. While trying to reproduce I noticed that you also need to provide the k3s flag...

Thanks for the detailed responses :) I can reproduce the issue with these values from your comment yesterday: ```yaml env: HCLOUD_TOKEN: valueFrom: secretKeyRef: name: hcloud key: token HCLOUD_NETWORK: valueFrom: secretKeyRef:...

Yes, should work :+1: You will have to do some magic to get the private IPs for the Robot Servers in, as that is not automatically supported in HCCM right...

Hey @pmdroid, thank you for your proposal! You are right that with the labels you provided, the Node can be succesfully initialized without talking the the Robot API. There are...

While talking to someone from the Robot Team I learned that you can also configure a special "Webservice User" which only has access to the Robot Webservice, not your full...

Hey @Blitss, thanks for the PR! I am currently on vacation, and will take a look at this in January.

When you create a Service with `type: LoadBalancer` this happens: 1. Kubernetes assigns a NodePort for every port in the service 2. HCCM creates a new Load Balancer 3. For...