anders-elastisys

Results 16 comments of anders-elastisys

This still does not seem to work. Also, is there a way to set the fontsize for all `Cluster` labels?

**Follow up:** The `artifacts` part was enabled in ck8s-apps in [this PR](https://github.com/elastisys/compliantkubernetes-apps/pull/1843), however, the [`follow` sidecar container](https://github.com/elastisys/compliantkubernetes-apps/blob/v0.34.0/helmfile/upstream/falcosecurity/falco/values.yaml#L371-L377) for automatically checking for updates of `artifacts` should still be investigated.

> > Is it possible to create a new environment and let external-dns handle the creation of all the necessary DNS records during deployment? Im thinking that this might require...

Same issue here (on v1.23.7), I tried to install netchecker-server using Helm and had to change the apiVersions as they were deprecated and then I got the exact same logs.

[This PR](https://github.com/elastisys/compliantkubernetes-apps/pull/2121) will add templating for switching uploader type. Part of this issue should be to update the config and migrate from `restic` to `kopia`.

@Elias-elastisys as there was no chart released using Velero version v1.13.1, my PR currently use v1.13.0. So if this is still needed I suggest that we either add templating for...

A fix for #10914 would be nice. A potential fix could be to just add the necessary tolerations to coredns as seen [here](https://github.com/elastisys/compliantkubernetes-kubespray/pull/356/files).

I don't think this is a problem in most cases, Welkin apps only renew certificates every 60 days so you only end up with ~6 Certificaterequests per app that uses...

> I'd like to change the default mode to `--token-cache-storage=disk`. Any opinions? I had a use case where I was running oidc-login from a container which became problematic with the...

I tried implementing a fix for this myself which can be seen [here](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/compare/main...anders-elastisys:cluster-api-provider-openstack:anders-elastisys/keep-bastion-floating-ip-in-spec). The idea is that as long as a floatingIP is set in the bastion spec of the...