Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
peteingithub opened this issue May 24, 2024 · 2 comments
Open

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

peteingithub opened this issue May 24, 2024 · 2 comments

Comments

@peteingithub
Copy link

peteingithub commented May 24, 2024

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
Copy link
Contributor

agracey commented Jul 23, 2024

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

@agracey
Copy link
Contributor

agracey commented Jul 23, 2024

That said, the UI could be scaled down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants