related: #325 This new GitHub Actions workflow listens for issue comments and processes commands to add or remove sub-issues using the Javascript client. It includes error handling and posts feedback to the issue for auditability as well as if any errors occur during execution. Acceptable input formats (and multiple space-delimited arguments can be provided): ``` /add-sub-issue #1 /add-sub-issue 1 /add-sub-issue https://github.com/kubeflow/notebooks/issues/1 ``` ℹ️ Be mindful of underlying constraints enforced in GH regarding sub-issues: - An issue can only be a sub-issue to 0 or 1 issues - Trying to add an issue as a sub-issue when it is already assigned as a sub-issue results in error Also, in this commit, the ability to assign sub-issues is open to a set of users defined in the workflow yaml as a JSON string array within the job-level `if` conditional. The current collection identifies all epic owners and technical leaders for Notebooks 2.0. Please note the workflow YAML file has been named generically to potentially house other "slash commands" in the future although the current implementation is only focused on `/add-sub-issue` and `/remove-sub-issue`. Signed-off-by: Andy Stoneberg <astonebe@redhat.com> |
||
---|---|---|
.github | ||
.gitattributes | ||
.gitignore | ||
ADOPTERS.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
OWNERS | ||
README.md | ||
SECURITY.md |
README.md
Kubeflow Notebooks
Kubeflow Notebooks lets you run web-based development environments on your Kubernetes cluster by running them inside Pods.
⚠️ Note ⚠️
We are currently moving the Kubeflow Notebooks 1.0 codebase from
kubeflow/kubeflow
to this repository (kubeflow/notebooks
). Please seekubeflow/kubeflow#7549
for more information.We are currently developing Kubeflow Notebooks 2.0 in this repository under the
notebooks-v2
branch. Please seekubeflow/notebooks#85
for more information.
What is Kubeflow Notebooks?
Key features of Kubeflow Notebooks:
- Native support for JupyterLab, RStudio, and Visual Studio Code (code-server).
- Users can create notebook containers directly in the cluster, rather than locally on their workstations.
- Admins can provide standard notebook images for their organization with required packages pre-installed.
- Access control is managed by Kubeflow’s RBAC, enabling easier notebook sharing across the organization.
Installation
Kubeflow Notebooks is designed to be deployed as part of a Kubeflow Platform (not as a standalone component).
Please refer to the Installing Kubeflow page for more information.
Documentation
The official documentation for Kubeflow Notebooks can be found here.
Community
Kubeflow Notebooks is part of the Kubeflow project, refer to the Kubeflow Community page for more information.
Connect with other users and the Notebooks Working Group (maintainers of Kubeflow Notebooks) in the following places:
- Kubeflow Slack - Join the
#kubeflow-notebooks
channel. - Kubeflow Mailing List
Contributing
Please see the CONTRIBUTING.md
file for more information.