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/pipeline/upstream/third-party/argo
sudouser 7b853ab70e 업데이트 'kubeflow/apps/pipeline/upstream/third-party/argo/base/workflow-controller-configmap-patch.yaml' 1 month ago
..
base 업데이트 'kubeflow/apps/pipeline/upstream/third-party/argo/base/workflow-controller-configmap-patch.yaml' 1 month ago
installs Update values 4 months ago
upstream/manifests Update values 4 months ago
.krmignore Update values 4 months ago
Kptfile Update values 4 months ago
Makefile Update values 4 months ago
README.md Update values 4 months ago

README.md

Manifests for Argo workflows

Kubeflow Pipelines uses Argo Workflows as the underlying workflow execution engine.

This folder contains:

  • upstream/manifests a mirror of argo workflows manifests upstream. It should never be edited here. Run make update to update it.

  • installs a folder with preconfigured argo workflows installations used in Kubeflow Pipelines distributions.

    Major differences from upstream argo manifests:

    • Argo server is not included.
    • Argo workflow controller configmap is preconfigured to integrate with KFP.
    • Images are configured to use KFP redistributed ones which comply with open source licenses.
    • A default artifact repository config is added for in-cluster minio service.

Upgrade argo

Refer to third_party/argo/README.md.

Upgrade argo manifests

Requirement:

Use kpt version above 1.0.0-beta.6, refer to kpt installation for downloading kpt.

As one step of above, we need to upgrade argo manifests in this folder.

  1. Run:

    make update
    

    Note, argo version is pulled from third_party/argo/VERSION. Edit the VERSION file first.