I'm trying to install Kubeflow with S3.
The artifact repository has been set up.
I would like to know how to specify the s3 prefix of the storage where the pipeline is stored.
Is this possible?
how can i set configmap?
please help me
I'm trying to install Kubeflow with S3.
The artifact repository has been set up.
I would like to know how to specify the s3 prefix of the storage where the pipeline is stored.
Is this possible?
how can i set configmap?
please help me
You can create a ConfigMap in Kubernetes with the S3 storage configuration. The ConfigMap should include the S3 bucket name and the desired prefix. You can create a YAML file like this:
Apply the ConfigMap to your Kubernetes cluster to make it available to Kubeflow Pipelines.
You need to configure your Kubeflow Pipelines installation to use the ConfigMap you created
Once you have set up the S3 storage backend with the prefix in the ConfigMap, when you create and run a pipeline, it should automatically use the S3 prefix you specified in the ConfigMap.