Skip to content

Commit

Permalink
Main chnages for kube/cluster-init.sh for multi-node cluster handling
Browse files Browse the repository at this point in the history
- create the cluster-utils.sh in pkg/kube for a number of functions
- get EdgeNodeClusterStatus from 'zedkube' for cluster status, cluster
  nodeip, cluster prefix, etc
- a background process to monitor the cluster mode changes
- implement cluster mode change logic and operations for change from
  single-node to cluster, or from cluster back to single-node
- save kube /var/lib at single-node first time setup for later use when
  the mode changes back from cluster mode to single node
- display eve-release string for get node OS-IMAGE field

Signed-off-by: Naiming Shen <[email protected]>
  • Loading branch information
naiming-zededa committed Oct 24, 2024
1 parent cc44ccf commit 8b3271c
Show file tree
Hide file tree
Showing 3 changed files with 815 additions and 200 deletions.
1 change: 1 addition & 0 deletions pkg/kube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN GO111MODULE=on CGO_ENABLED=0 go build -v -ldflags "-s -w" -o /out/usr/bin/ce
FROM scratch
COPY --from=build /out/ /
COPY cluster-init.sh /usr/bin/
COPY cluster-utils.sh /usr/bin/
COPY cgconfig.conf /etc

# k3s
Expand Down
Loading

0 comments on commit 8b3271c

Please sign in to comment.