Open AverageMarcus opened 3 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
Currently it's not possible to use an existing namespace for hydrophone as it prompts you to run a cleanup if the provided namespace already exists.
It would be nice to have a flag similar to Sonobuoys
--skip-preflight=existingnamespace
that can instruct Hydrophone to use an existing namespace.The reason for this is we generally run clusters with strict network policies enforced by default that prevents cross-namespace communication. To still allow the conformance tests to run and be triggered we need to create a
CiliumNetworkPolicy
within theconformance
namespace but cannot do that before running hydrophone currently.