Open upodroid opened 2 years ago
@upodroid sounds like the right thing to do. Hoping these are minimal changes since we have a bunch of things we'll need to fix and this is already "production" code for us.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs 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
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/lifecycle frozen
Hello
I'm a contributor with Knative and we have implemented the GSuite Groups Reconciler at https://github.com/knative/community/pull/905. However, this package has hardcoded references to
kubernetes.io
, critical validation is donego test
instead of a cli sub command which forced us to clone the code and replace k8s specific references instead ofgo install k8s.io/k8s.io/groups@v0.0.0-20220124221514-b894a331a999
.I'm proposing:
groups validate
command - equivalent tomake test
groups plan
command - equivalent tomake run
groups apply
command - equivalent tomake run -- --confirm
Thank you
/cc @dims @dprotaso