Skip to content

Commit 5ef18b9

Browse files
chore: Remove minio (#12613)
* remove minio and default to seaweedfs Signed-off-by: Harshvir Potpose <[email protected]> * fix indentation Signed-off-by: Harshvir Potpose <[email protected]> * update readme Signed-off-by: Harshvir Potpose <[email protected]> * remove minio-service and replace its references with seaweedfs Signed-off-by: Harshvir Potpose <[email protected]> * Format frontend Signed-off-by: Harshvir Potpose <[email protected]> * revert pinned version Signed-off-by: Harshvir Potpose <[email protected]> * npm run format Signed-off-by: Harshvir Potpose <[email protected]> * Keep the port-forward in the foreground Signed-off-by: Harshvir Potpose <[email protected]> --------- Signed-off-by: Harshvir Potpose <[email protected]>
1 parent f6f5451 commit 5ef18b9

File tree

54 files changed

+71
-1095
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+71
-1095
lines changed

.github/actions/deploy/action.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ inputs:
3131
description: "Enables artifact proxy"
3232
required: false
3333
default: 'false'
34-
storage_backend:
35-
description: "Storage backend to use (minio or seaweedfs)"
36-
required: false
37-
default: 'seaweedfs'
3834
argo_version:
3935
required: false
4036
description: "Argo version to use for the cluster"
@@ -103,15 +99,11 @@ runs:
10399
ARGS="${ARGS} --artifact-proxy"
104100
fi
105101
106-
if [ "${{ inputs.storage_backend }}" != "seaweedfs" ] && [ -n "${{ inputs.storage_backend }}" ]; then
107-
echo "Deploying with artifact storage ${{ inputs.storage_backend }}"
108-
ARGS="${ARGS} --storage ${{ inputs.storage_backend }}"
109-
fi
110-
111102
if [ -n "${{ inputs.argo_version }}" ]; then
112103
echo "Deploying with argo version ${{ inputs.argo_version }}"
113104
ARGS="${ARGS} --argo-version ${{ inputs.argo_version }}"
114105
fi
106+
115107
if [ "${{inputs.pod_to_pod_tls_enabled }}" = "true" ]; then
116108
ARGS="${ARGS} --tls-enabled"
117109
fi

.github/resources/manifests/multiuser/cache-disabled-minio/kustomization.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/resources/manifests/multiuser/minio/kustomization.yaml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/resources/manifests/standalone/cache-disabled-minio/cache-env.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/resources/manifests/standalone/cache-disabled-minio/kustomization.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/resources/manifests/standalone/cache-disabled-proxy-minio/apiserver-env.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/resources/manifests/standalone/cache-disabled-proxy-minio/kustomization.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/resources/manifests/standalone/cache-disabled-proxy/apiserver-env.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ spec:
1515
- name: HTTPS_PROXY
1616
value: "http://squid.squid.svc.cluster.local:3128"
1717
- name: NO_PROXY
18-
value: "localhost,127.0.0.1,.svc.cluster.local,kubernetes.default.svc,minio-service.kubeflow,metadata-grpc-service,metadata-grpc-service.kubeflow,ml-pipeline.kubeflow"
18+
value: "localhost,127.0.0.1,.svc.cluster.local,kubernetes.default.svc,seaweedfs.kubeflow,metadata-grpc-service,metadata-grpc-service.kubeflow,ml-pipeline.kubeflow"
1919
- name: OBJECTSTORECONFIG_HOST
20-
value: "minio-service.kubeflow.svc.cluster.local"
20+
value: "seaweedfs.kubeflow.svc.cluster.local"

.github/resources/manifests/standalone/minio/apiserver-env.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/resources/manifests/standalone/minio/kustomization.yaml

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)