Dennis Schridde
Dennis Schridde
> Does not seem to allow authentication with empty username (only password). Line 71 " if self.__url.username is not None: " should check that both username and password is None....
Debian appears to have similar issues: https://github.com/alvr-org/ALVR/issues/2124#issuecomment-2111771384
I actually see a warning in my logs: ``` 2024-05-02T15:49:54.336Z 4cc66bdf97da WARN [com.clickhouse.client.http.ClickHouseHttpConnectionFactory:164] - Error when creating APACHE_HTTP_CLIENT, fall back to HTTP_URL_CONNECTION java.lang.Thread.run Thread.java: 829 java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 628 java.util.concurrent.ThreadPoolExecutor.runWorker ThreadPoolExecutor.java:...
I redid the commits to make the review easier. Please use `git reset --hard` in case you already checked out the branch! I also undid the configurable k8s version. Splitting...
Regarding the oneshot appreach to binary downloads: I was trying to use unit templating to deal with versioning in an easy and obvious way that also properly deals with dependencies...
Current status: - [ ] Figure out how serviceaccount keys work and how they interact with multi-master setups. - [ ] Think about replacing `curl-update-binary`. - [x] Update README.md with...
I believe the previously mentioned issues with instanced units might be caused by the problem that coreos/fleet#1273 fixed. After removing the broken units and restarting fleetd, some machines still refuse...
I wanted to keep the binaries out of /opt/bin to prevent version conflicts, and intended to modify the other `kube-*.service`s to run the binaries from the versioned path. However, systemd...
Please have a look at both variants in devurandom/kubernetes-coreos-units@a76815422f36458e859741e73738ab3008a5f3ad (`[email protected]`) and devurandom/kubernetes-coreos-units@d55a3c0347d1b13512abf5327cf5083119cd58eb (`kube-*@.service`).
As the `MachineMetadata` key is the same for all unit files, it does not make much sense to run multiple versions from this template on the same cluster. Buuuut: The...