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

feat: add k8e install pipeline #1452

Merged
merged 1 commit into from Aug 19, 2022
Merged

feat: add k8e install pipeline #1452

merged 1 commit into from Aug 19, 2022

Conversation

xiaods
Copy link
Contributor

@xiaods xiaods commented Aug 17, 2022

Support for deploying k8e #1359

Signed-off-by: Xiao Deshi xiaods@gmail.com

What type of PR is this?

/kind feature

What this PR does / why we need it:

k8e - Simple Enterprise Kubernetes. I would like to adopt more enterprise features in a lightweight distribution, a binary component, k8e to provide all the k8s components.

it solid on enterprise LTS version

create cluster:

./bin/linux/amd64/kk create cluster --with-kubernetes v1.21.14-k8e

delete cluster:

./bin/linux/amd64/kk delete cluster --with-kubernetes v1.21.14-k8e

cc @24sama

Which issue(s) this PR fixes:

Feat Request #1359

Fixes #

Special notes for reviewers:

Does this PR introduced a user-facing change?


Additional documentation, usage docs, etc.:


@ks-ci-bot ks-ci-bot added kind/feature Categorizes issue or PR as related to a new feature. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Aug 17, 2022
@xiaods
Copy link
Contributor Author

xiaods commented Aug 18, 2022

@24sama origin pr have missing by my fault ops. so i send another pr to fix it.

pkg/binaries/k8e.go Outdated Show resolved Hide resolved
Support for deploying k8e kubesphere#1359

create and delete, also artifact export

Signed-off-by: Xiao Deshi <xiaods@gmail.com>
@24sama
Copy link
Collaborator

24sama commented Aug 19, 2022

Thanks for your contributions! @xiaods

/lgtm
/approve

@ks-ci-bot ks-ci-bot added the lgtm Indicates that a PR is ready to be merged. label Aug 19, 2022
@ks-ci-bot
Copy link
Collaborator

LGTM label has been added.

Git tree hash: 482e131c68121bf68b780a592e9dfd0056d320bf

@ks-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 24sama, xiaods

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ks-ci-bot ks-ci-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 19, 2022
@ks-ci-bot ks-ci-bot merged commit 094afa8 into kubesphere:master Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants