-
Notifications
You must be signed in to change notification settings - Fork 52
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
feature(+script #100): k3s can be installed locally #101
Conversation
scripts/install.sh
Outdated
installingress | ||
fi | ||
|
||
install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this is removed????
scripts/install.sh
Outdated
@@ -454,6 +438,25 @@ EOF | |||
kubectl wait --for=condition=complete --timeout=60s -nhorizoncd job/horizon-init | |||
} | |||
|
|||
function checkk3s(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this into checkprerequesites
scripts/install.sh
Outdated
k3s server & | ||
} | ||
|
||
function checkandinstallk3s(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checkandrunk3s
scripts/install.sh
Outdated
install | ||
|
||
if ! $CLOUD | ||
if ! $CLOUD && ! $K3S |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to justify K3S
feature(scripts): Add k3s to the production script feature(makefile): Supports local deployment of k3s Optimize the install script to add k3s Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
@kilosonc Help me test this PR |
This issue is stale because it has been open 30 days with no activity. |
This PR was closed because it has been stalled for 5 days with no activity. You can reopen it if you want. |
Problem solved: #100
Design and discussion: #81
Please give suggestions ~