Skip to content

Commit 879334d

Browse files
authored
[SeaweedFS] Disable ClusterRole for SeaweedFS installation (#280)
1 parent 3d69d03 commit 879334d

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

charts/mlrun-ce/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: mlrun-ce
3-
version: 0.11.0-rc.26
3+
version: 0.11.0-rc.27
44
description: MLRun Open Source Stack
55
home: https://iguazio.com
66
icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png

charts/mlrun-ce/non_admin_cluster_ip_installation_values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ mpi-operator:
3737

3838
seaweedfs:
3939
enabled: true
40+
adminService:
41+
type: ClusterIP
42+
port: 23646
43+
nodePort: ""
4044
s3Service:
4145
type: ClusterIP
4246
port: 8333

charts/mlrun-ce/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ seaweedfs:
301301
registry: ""
302302
# Override default "001" to "000" for single-node setup (no replication)
303303
replicationPlacement: "000"
304+
# Disabled by default. Only needed if SeaweedFS master/volume pods need to
305+
# delete other pods during data migration (e.g., multi-node rebalancing).
306+
# Enabling this creates a ClusterRole, which conflicts in multi-NS deployments.
307+
createClusterRole: false
304308

305309
# Master server - metadata management
306310
master:

0 commit comments

Comments
 (0)