Utku Özdemir
Utku Özdemir
Depends on https://github.com/siderolabs/discovery-service/pull/56 Run a discovery service instance inside Omni, which can be disabled but is enabled by default. When enabled, it will listen only on the SideroLink interface on...
Multiple small issues regarding `RegisterPublicKey`: - Set your time to be ~10 minutes in the future - Try to login to Omni. You'll receive a `500` error (which should actually...
Currently, if the user is logged in to multiple Google accounts in their browser, they cannot log out from Omni and switch to using the other Google account. At re-login,...
Unlike most other omnictl commands, download command makes an HTTP request to the backend, not a GRPC call. Our GRPC interceptor has the logic of authentication (with a service account,...
Also install helm using its own action.
From an Omni instance, the files in `/secondary-storage`. look like this: ``` 13814000-1dd2-11b2-9a3e-4d24555244b3.log.0 13814000-1dd2-11b2-9a3e-4d24555244b3.log.1 ... 13814000-1dd2-11b2-9a3e-4d24555244b3.log.1234 ``` There seems to be a bug in the cleanup logic.
There is no easy way to know if an exposed service is properly exposed and if it is working. We can do some health checks on them to display their...
When run with `-race`: ``` #68 50.28 === NAME TestLoadBalancerSuite/TestUpdateUpstreams #68 50.28 logger.go:146: 2024-06-06T15:32:21.496Z DEBUG controller starting {"controller": "LoadBalancerController"} #68 50.28 logger.go:146: 2024-06-06T15:32:21.496Z DEBUG starting loadbalancer {"controller": "LoadBalancerController", "id": "",...
Shutdown was not working in single port mode. Close the connection unconditionally when Shutdown is called.
Introduce a new operating mode called the metal agent mode. The mode is activated by the presence of a `/usr/etc/is-metal-agent` file under the root FS. In this mode, Talos will:...