-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Repo: kn-plugin-operator #791
Comments
+1 |
+1 from my side, let's move it forward. |
Not done yet. |
Do we need to do something to move this along? |
It looks like this is done now. I see 84 PRs committed, including those from /close |
@evankanderson: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Use this issue type to request a new repo in
knative-sandbox
(orknative
, which may require additional discussion).Repo information
Org: knative-sandbox
Repo: kn-plugin-operator
Purpose (Description):
Knative Operator, as the management tool for Knative components, has given us the capability to manage the lifecycle of Knative. Knative Operator CRs are used to configure everything. The users need to know the definition of each field of the Knative Operator CRDs to leverage configuration options.
This CLI plugin aims to lower the barrier for users to use the Knative Operator, and provides a command interface to access the Kubernetes cluster for Knative management. As well as directly accessing the Knative Operator CRs, the Knative Cluster Admins can use the CLI plugin as well to manage Knative with the Knative Operator.
Sponsoring WG: Client, Operation and user Experience work groups
Actions to fulfill
This area is used to track the repo creation process.
The requestor and sponsoring WG lead should perform the steps listed below and cross out the checkmarks when done.
The TOC is involved only in the TOC Gate steps.
You may not be able to use the Projects quick menu on this page. In that case, go to the project board and use the Add cards interface.
/peribolos/knative-sandbox.yaml
. Please mind the alphabetical order when adding to a list.Knative Admin
theadmin
privilege.write
privilege.TOC Gate: Once the TOC has approved the above, it will merge and Peribolos will create an empty repository.
(golang) Send a PR to add aliases for
knative.dev/$REPONAME
import paths (sample).Have a lead from the sponsoring WG bootstrap the Git repository by pushing an
appropriate "template" repository (basic,
sample-controller,
sample-source) to the new repository as
a git remote. For example:
Add your GitHub ID to the
OWNERS
file for your repo.Set up prow for a new repo
Bootstrap your CI jobs using hack project (look at other sandbox repos for reference)
Create a sample PR to verify Prow (e.g., edit the boilerplate README)
Verify that within 24 hours the appropriate branch protections have been applied
requiring
tide
to pass before PRs are merged.(optional) Send a PR adding the repo to knobots.
The text was updated successfully, but these errors were encountered: