Sebastian Ziemann
Sebastian Ziemann
We experienced the same issue until we upgraded Kubernetes to 1.15.10 in AKS. In addition I changed the version of Kopf from 0.25 to 0.26. To the situation before: I...
With Kopf we implemented an operator. It helps us to control the number of rising systems. This includes tasks like informing people, keeping things update-to-date, keep the system calm. I...
@devenyiat , so the port forward works when the env vars are not set? Could you provide the structure of the kubeconfig? Only as much as you like. You you...
@devenyiat could it be that in your kubeconfig a `auth_provider` or `exec` is defined for your cluster? First, I admit I have zero experience with EKS. But from AKS (Azure)...
@devenyiat another question came to my mind. Does it work to downgrade to portforwarding 0.5.0?
Hi @Valian I checkout jsondiffpatch. It sounds like a neat feature. I will plan it for version 2.3.
My time is a heavily limited but the feature is not forgotten. :laughing:
In my head it would require to create a full hash-to-index map for source and then use it while checking the target only for moves. All detected moves will be...
Oh, yes. The expected new index needs to be calculated for all subsequent items.
Still not forgotten. 😄 I am thinking back and forth about this. It seems not to be a standard feature for a library that create diffs (inspiration of this lib...