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

feature(+script #100): k3s can be installed locally #101

Closed
wants to merge 1 commit into from

Conversation

cubxxw
Copy link
Contributor

@cubxxw cubxxw commented Mar 23, 2023

Problem solved: #100

Design and discussion: #81

Please give suggestions ~

installingress
fi

install
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this is removed????

@@ -454,6 +438,25 @@ EOF
kubectl wait --for=condition=complete --timeout=60s -nhorizoncd job/horizon-init
}

function checkk3s(){
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this into checkprerequesites

k3s server &
}

function checkandinstallk3s(){
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checkandrunk3s

install

if ! $CLOUD
if ! $CLOUD && ! $K3S
Copy link
Collaborator

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>
@cubxxw
Copy link
Contributor Author

cubxxw commented Apr 20, 2023

@kilosonc Help me test this PR

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the no-pr-activity This pr is outdated label May 20, 2023
@github-actions
Copy link

This PR was closed because it has been stalled for 5 days with no activity. You can reopen it if you want.

@github-actions github-actions bot closed this May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-pr-activity This pr is outdated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants