Stefan Riembauer
Stefan Riembauer
To emphasize the validity of this bug here is a reference to the [official kubernetes docs ](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#reserving-a-persistentvolume), where you can see the comment > Empty string must be explicitly set...
Hey i did that directly with individual files and without for_each like: ``` resource "kubectl_manifest" "crd_podmonitors" { yaml_body = file("${local.crd_path}/podmonitors.yaml") } ``` i use the crds from the prometheus-operator (https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.52.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml)...
I am not from the project, but this is a quote from [https://aws.amazon.com/blogs/containers/introducing-efs-csi-dynamic-provisioning/](https://aws.amazon.com/blogs/containers/introducing-efs-csi-dynamic-provisioning/) _Note that the actual storage capacity value in the persistent volume claim is not used, given the...
@abeer91 i did that and it works, but i find it a little weird and hacky for such a professional product like the official eks workers to have a process...
It seems that the bug was introduced in v0.22.0 of the sourcecontroller. Should i open the bug there?
> @steveizzle thank you for reporting this. Do you mind sharing what `gitImplementation` are you using? I used go-git and tried now libgit2. With libgit2 it is working. > Can...
> Can you also confirm whether this is consistent and every single reconcile yields the error mentioned, or is intermittent and happens every so often? > > Would you mind...
I currently pinned an old version, but will spent some time on getting more debug Infos the next days
@pjbgf Regarding the rc, Unfortunately the rc didnt fix the problem: This is a example of a git repository in my test cluster: ``` k get deploy -n flux-system -o...
I also checked out the algorithms for the known_hosts and got the following: Working: - gitrepo1: - known_hosts: 2 entries; keyA with ssh-rsa and keyB with ecdsa-sha2-nistp256; - key: ssh-ed25519...