ChristianCiach

Results 129 comments of ChristianCiach

According to https://github.com/vmware-tanzu/carvel-kapp/issues/410#issuecomment-1015259613 , adding `kapp.k14s.io/disable-original` may also trigger the issue I am currently seeing: > Redeploying with the unchanged configuration file will show operation as an update due to...

Thanks so far! I can confirm that adding the annotation removes the bogus `update` operation in this case. Of course it would be nice to see this fixed properly some...

This is a Kubernetes-question, not a K3s-question, so this is probably the wrong issue tracker. Anyway, you may want to take a look at this: https://kubernetes.io/docs/concepts/services-networking/service/ > If you want...

Reference to the line that I am talking about: https://github.com/ansible/vscode-ansible/blob/e469afd0474b778bb0c2e5cdff1329f1717654e4/src/features/runner.ts#L81

Duplicate of https://github.com/kubernetes-sigs/kustomize/issues/3848 Just another example for why autoclosing stale issues sucks.

Will this fix https://github.com/kubernetes-sigs/kustomize/issues/3848 and https://github.com/kubernetes-sigs/kustomize/issues/4676 ? In other words: When I update the tgz file, will kustomize pick up the update or will it still use the extracted chart...

I second this request, because I have the same use case. An operator that comes with my cluster (k3s) requires me to create a configmap with a specific name. The...

What @olfway just said is also true for https://github.com/vmware-tanzu/carvel-kapp. Kapp would normally show an "update" operation and shows the diff. Because of hash suffixes, it will just show "delete" and...

Slight off-topic: I think there should be a way to avoid the warnings when using `cosign download sbom` and `cosign attach sbom`. Maybe like this: We could add a `--key`...

> do you think that a flag such as `--view-predicate` Yes, that would surely suffice. > in order to sign the SBOMs, have you up until now been using `cosign...