suse-edge / suse-edge.github.io

SUSE Edge collaborative space
https://suse-edge.github.io/
Apache License 2.0
6 stars 26 forks source link

[doc] Issue in "Management cluster definition file" #276

Open peteingithub opened 3 months ago

peteingithub commented 3 months ago

Management cluster definition file:

https://suse-edge.github.io/atip-management-cluster.html#mgmt-cluster-image-definition-file

Add longhorn.yaml values to set replica size to 1 like Rancher and NeuVector does.

persistence:
  defaultClassReplicaCount: 1

csi:
  attacherReplicaCount: 1
  provisionerReplicaCount: 1
  resizerReplicaCount: 1
  snapshotterReplicaCount: 1

defaultSettings:
  defaultReplicaCount: 1

longhornUI:
  replicas: 1

How about endpoint-copier-operator?

agracey commented 1 month ago

I think we actually want to keep the storage as HA so we don't get data loss. Unsure about endpoint copier... @alknopfler?

agracey commented 1 month ago

That said, the UI could be scaled down.