Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tenant-catalog/kubeflow/apps/profiles/upstream
system d1c10ca6d7 Update values 4 months ago
..
base Update values 4 months ago
crd Update values 4 months ago
default Update values 4 months ago
manager Update values 4 months ago
overlays Update values 4 months ago
prometheus Update values 4 months ago
rbac Update values 4 months ago
samples Update values 4 months ago
README.md Update values 4 months ago

README.md

Manifests

This folder contains manifests for installing profile-controller. The structure is the following:

.
├── crd
├── default
├── manager
├── rbac
├── samples
├── base
├── overlays
│   ├── kubeflow
│   └── standalone

The breakdown is the following:

  • crd, default, manager, rbac, samples: Kubebuilder-generated structure. We keep this in order to be compatible with kubebuilder workflows. This is not meant for the consumer of the manifests.
  • base, overlays: Kustomizations meant for consumption by the user:
    • overlays/kubeflow: Installs profile-controller as part of Kubeflow. The resulting manifests should be the same as the result of the deprecated base_v3 from kubeflow/manifests. At a glance, it makes the following changes:
      • Use namespace kubeflow.
      • Remove namespace resource.
      • Add KFAM container.
      • Add KFAM Service and VirtualService.
    • overlays/standalone: Install profile-controller in its own namespace. Useful for testing or for users that prefer to install just the controller.

Settings

Namespace label injection

The Profile Controller applies several labels to every Profile namespace. These labels are configurable by editing the namespace-labels ConfigMap. Refer to the current value for usage instruction.