Funzi

Results 10 comments of Funzi

For me it worked to remove ```yaml curvePreferences: - CurveP521 - CurveP384 ``` That aligned it with intermediate from https://ssl-config.mozilla.org/#server=traefik

Before I used uadetector, I've used http://browscap.org/. I switched for performance reasons and the lack of a Java library. But this could be a usable data source as a replacement...

What is the User-Agent string you are sending from your PHP instance? You should consider adding a reasonable value like "My Browser Capabilities Scraper v1.0" in case you didn't set...

That's not what I meant. In the source of your original question, you state that you use `file_get_contents(...)`. I meant the User-Agent PHP sends to the web server at browscap.org....

You have to admit that I can't know that if I read your initial issue description... Anyway, seems you are banned because `stream?q=Full_PHP_BrowsCapINI` has been downloaded too frequently. Any luck...

OK, I have seen #418 and then realized that deleting `.kubeconfig` solves the issue. Next time I encounter this issue, I will provide a copy of the file for further...

Alright, it happened again (it's related to private-network only setups, I am pretty sure...) ``` _ _ _ _____ | |__ ___| |_ _____ __ ___ _ __ | |...

Is there a special way to indicate a NAT setup in the cluster config? I have NAT setup properly. The node I execute `hetzner-k3s` is also the NAT gateway. If...

Can't wait ... (to spend my evening with my new shiny cluster)

Thank you so much! I finally got it working properly. For autoscaling to work, I had to `kubectl edit deployment -n kube-system cluster-autoscaler` and move the `post_create_commands` that are base64...