cert-manager / trust-manager

trust-manager is an operator for distributing trust bundles across a Kubernetes cluster.
https://cert-manager.io/docs/projects/trust-manager/
Apache License 2.0
243 stars 65 forks source link

Running make test-smoke or make test-integration deletes ~/.kube/config #384

Open jabdoa2 opened 1 month ago

jabdoa2 commented 1 month ago

When you run make test-smoke or make test-integration it will purge all existing kubernetes configs. This is rather annoying if you work with multiple clusters. You always have to remember to backup your ~/.kube/config or you have to recreate it later on.

erikgb commented 1 month ago

/help

cert-manager-prow[bot] commented 1 month ago

@erikgb: This request has been marked as needing help from a contributor.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to [this](https://github.com/cert-manager/trust-manager/issues/384): >/help Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
inteon commented 1 month ago

See https://github.com/cert-manager/makefile-modules/issues/150. Since all makefile logic in the _shared folder originates from the https://github.com/cert-manager/makefile-modules, we have to update that repository instead of changing it here.