Andreas Kupries
Andreas Kupries
Ok. Going through the code and reading https://docs.epinio.io/howtos/customization/create_custom_service I believe I understand what is missing, and what has to be done. The service spec has an additional secret ref (by...
Track https://github.com/mittwald/go-helm-client/pull/182 status
Testing: - The `helmrepo` field of service specs names a kube secret `A`. - The keys `username` and `password` of `A` are used to hold the credentials for accessing the...
See PR https://github.com/mittwald/go-helm-client/pull/182 for a possible fix in the mittwald client to expose the necessary information to change by the caller. The upstream PR is approved and waiting for merging...
Yes, there are no unit tests for this yet.
Working on the issues with the unit tests Also, relevant flaky test: https://github.com/rancher/rancher/issues/42248
Unit tests are now fixed. Thanks to @JonCrowther for helping. The flakiness of the integration test is still present and an issue.
> makes sense as Rancher Head has a new tokens CRD, which seems to have an invalid label? The invalid label is the `system:kube-controller-manager` username from a list request getting...
This is a tricky thing ... The silent hanging is a definitive issue, we should report better. Not sure however if we can. That needs research into K pods and...
Is it possible to bisect the place where the issue turns up ?