Skip to content

WorkspaceKinds

Mathew Wicks edited this page Mar 10, 2026 · 1 revision

What is a WorkspaceKind?

TBA

Sample WorkspaceKinds

We provide a few sample WorkspaceKind's to get you familar with how they work.

Please see the following links to download the current examples:

Managing WorkspaceKinds - kubectl

Warning

We strongly recommend against using GitOps to manage your WorkspaceKinds. This is because which updates are allowed depend on the current state of the cluster, which means your GitOps pipelines will often fail. We will provide API's and UI's to manage WorkspaceKinds in the full release of Notebooks v2.

For now, the easiset way to apply/update WorkspaceKinds is by using kubectl.

#
# TBA EXAMPLE
#

Managing WorkspaceKinds - UI

To be able to use the WorkspaceKind UI to upload a WorkspaceKind, you need to have the appropriate RBAC bindings against your Kubeflow User (usually your email) in the cluster:

#
# TBA EXAMPLE
#

Clone this wiki locally