3.2.2. 提前置备项目

您可以预先置备工作区项目,而不是依赖于自动置备。为每个用户重复上述步骤。

流程

  • 为 & lt; username> 用户创建 <project_name > 项目,并具有以下标签和注解:

    kind: Namespace
    apiVersion: v1
    metadata:
      name: <project_name> 1
      labels:
        app.kubernetes.io/part-of: che.eclipse.org
        app.kubernetes.io/component: workspaces-namespace
      annotations:
        che.eclipse.org/username: <username>
    1
    使用您选择的项目名称。