Skip to content

Commit

Permalink
docs: Documentation multi-cluster kubernetes add configuration nodeSe… (
Browse files Browse the repository at this point in the history
#103)

docs: Documentation multi-cluster kubernetes add configuration nodeSelector

Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao authored Apr 26, 2024
1 parent f22155a commit 4e8e17b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/getting-started/quick-start/multi-cluster-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ scheduler:
image:
repository: dragonflyoss/scheduler
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand All @@ -116,6 +118,8 @@ seedPeer:
image:
repository: dragonflyoss/dfdaemon
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand All @@ -127,6 +131,8 @@ dfdaemon:
image:
repository: dragonflyoss/dfdaemon
tag: latest
nodeSelector:
cluster: a
metrics:
enable: true
config:
Expand All @@ -137,6 +143,8 @@ manager:
image:
repository: dragonflyoss/manager
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ scheduler:
image:
repository: dragonflyoss/scheduler
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand All @@ -115,6 +117,8 @@ seedPeer:
image:
repository: dragonflyoss/dfdaemon
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand All @@ -126,6 +130,8 @@ dfdaemon:
image:
repository: dragonflyoss/dfdaemon
tag: latest
nodeSelector:
cluster: a
metrics:
enable: true
config:
Expand All @@ -136,6 +142,8 @@ manager:
image:
repository: dragonflyoss/manager
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ scheduler:
image:
repository: dragonflyoss/scheduler
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand All @@ -116,6 +118,8 @@ seedPeer:
image:
repository: dragonflyoss/dfdaemon
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand All @@ -128,6 +132,8 @@ dfdaemon:
image:
repository: dragonflyoss/dfdaemon
tag: latest
nodeSelector:
cluster: a
metrics:
enable: true
config:
Expand All @@ -138,6 +144,8 @@ manager:
image:
repository: dragonflyoss/manager
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ scheduler:
image:
repository: dragonflyoss/scheduler
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand All @@ -117,6 +119,8 @@ seedPeer:
image:
repository: dragonflyoss/dfdaemon
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand All @@ -129,6 +133,8 @@ dfdaemon:
image:
repository: dragonflyoss/dfdaemon
tag: latest
nodeSelector:
cluster: a
metrics:
enable: true
config:
Expand All @@ -139,6 +145,8 @@ manager:
image:
repository: dragonflyoss/manager
tag: latest
nodeSelector:
cluster: a
replicas: 1
metrics:
enable: true
Expand Down

0 comments on commit 4e8e17b

Please sign in to comment.