David Rivera

Results 16 comments of David Rivera

I would also like to put in my vote for this to be merged. Currently I cannot use rctime as some of the directories have rctimes ~70 years in the...

Hi could it be due to this nginx proxy setting? https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_convert_head Try setting proxy_cache_convert_head to off.

I will test with a fresh install of v1.10.3 this weekend.

I was not able to test on the same hardware but was able to test the upgrade in a VM and it completed successfully.

@aeleks I did use the `--stage` option before when using standalone Talos clusters; however, I am now testing clusters with Omni and have not found a way to use the...

> I was not able to test on the same hardware but was able to test the upgrade in a VM and it completed successfully. Now this test VM is...

I set multus config immutable using a prestop action and remove the immutable flag using an init container.

This is already partially possible using `omnictl apply -f path/to/patch-file.yaml`. Example machine patch (replace `` and ``: ``` metadata: namespace: default type: ConfigPatches.omni.sidero.dev id: 500- labels: omni.sidero.dev/machine: annotations: name: 500--machine-patch...

Here is the documentation I'm aware of: https://omni.siderolabs.com/reference/cli Currently, in my testing, I apply machine patches as above not tied to the talos clusters (no cluster label), then use `omnictl...

I was able to put together a very rough POC using argocd to self manage omni and the k8s cluster config updates. omni: [https://github.com/dajrivera/omni-infra](https://github.com/dajrivera/omni-infra) talos-k8s-cluster: [https://github.com/dajrivera/k8s-cluster](https://github.com/dajrivera/k8s-cluster) With the above, in...