Go to file
github-actions[bot] 8ef2513b2e
fix: fix --cluster when addon enable (#5343)
Signed-off-by: zhaowei.wang <zhaowei.wang@metabit-trading.com>
(cherry picked from commit 021ca69cfd)

Co-authored-by: zhaowei.wang <zhaowei.wang@metabit-trading.com>
2023-01-13 17:09:26 +08:00
.github [Backport release-1.7] Fix: conflict while using gc policy and shared-resource policy concurrently (#5333) 2023-01-13 15:55:05 +08:00
.license
CHANGELOG
apis Fix: Delete appplication fails if status.workflow.endTime not specified. (#5297) 2023-01-10 15:16:26 +08:00
charts [Backport release-1.7] Fix: conflict while using gc policy and shared-resource policy concurrently (#5333) 2023-01-13 15:55:05 +08:00
cmd Fix: make the impersonation feature work (#5261) 2023-01-04 16:58:03 +08:00
config/crd
contribute
design Docs: add KEPs introduction to the main repo (#5099) 2022-11-21 15:19:31 +08:00
docs Feat: add the API that rollbacks the application (#5273) 2023-01-05 17:45:42 +08:00
e2e Feat: support interactive mode to manually skip encountered errors (#5266) 2023-01-06 15:03:47 +08:00
hack cleanup ioutil for newer go version (#5238) 2022-12-29 19:34:45 +08:00
legacy Fix: Delete appplication fails if status.workflow.endTime not specified. (#5297) 2023-01-10 15:16:26 +08:00
makefiles Fix: dependency makefile variable error (#5234) 2022-12-27 15:45:45 +08:00
pkg Fix: optimize skip reconcile and expose error if the traits patch an invalid workload like terraform (#5342) 2023-01-13 17:08:52 +08:00
references fix: fix --cluster when addon enable (#5343) 2023-01-13 17:09:26 +08:00
runtime/rollout Feat: upgrade dependency (#5217) 2022-12-27 16:28:13 +08:00
test [Backport release-1.7] Fix: conflict while using gc policy and shared-resource policy concurrently (#5333) 2023-01-13 15:55:05 +08:00
vela-templates Feat: need one Trait to set Rollout strategy of Workload (#5327) 2023-01-12 17:19:17 +08:00
version Chore: update test coverage (#4730) 2022-09-15 13:55:16 +08:00
.gitignore Chore: refactor workflow from workflow engine (#4631) 2022-09-02 12:55:03 +08:00
.golangci.yml Feat: upgrade go1.19 (#4790) 2022-09-28 10:19:28 +08:00
.krew.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Fix: pin dependencies to hash (#5223) 2022-12-26 17:36:14 +08:00
Dockerfile.apiserver Fix: pin dependencies to hash (#5223) 2022-12-26 17:36:14 +08:00
Dockerfile.cli Fix: pin dependencies to hash (#5223) 2022-12-26 17:36:14 +08:00
Dockerfile.e2e Fix: pin dependencies to hash (#5223) 2022-12-26 17:36:14 +08:00
GOVERNANCE.md Chore: merge goverance doc to community repo (#5103) 2022-11-22 10:19:30 +08:00
ISSUE_TRIAGE.md
LICENSE
Makefile
OWNERS_ALIASES
README.md Chore: add ossf/scorecard-action to secure workflows (#5209) 2022-12-19 19:18:30 +08:00
SECURITY.md
codecov.yml Chore: update test coverage (#4730) 2022-09-15 13:55:16 +08:00
community.md
entrypoint.sh
go.mod Feat: upgrade the workflow version to v0.4.0 (#5337) 2023-01-13 16:57:03 +08:00
go.sum Feat: upgrade the workflow version to v0.4.0 (#5337) 2023-01-13 16:57:03 +08:00
staticcheck.conf

README.md



Make shipping applications more enjoyable.

Build status Go Report Card Docker Pulls codecov LICENSE Releases TODOs Twitter Artifact HUB CII Best Practices E2E status OpenSSF Scorecard

Introduction

KubeVela is a modern application delivery platform that makes deploying and operating applications across today's hybrid, multi-cloud environments easier, faster and more reliable.

kubevela

Highlights

KubeVela practices the "render, orchestrate, deploy" workflow with below highlighted values added to existing ecosystem:

  • Deployment as Code

Declare your deployment plan as workflow, run it automatically with any CI/CD or GitOps system, extend or re-program the workflow steps with CUE. No add-hoc scripts, no dirty glue code, just deploy. The deployment workflow in KubeVela is powered by Open Application Model.

  • Built-in security and compliance building blocks

Choose from the wide range of LDAP integrations we provided out-of-box, enjoy multi-cluster authorization that is fully automated, pick and apply fine-grained RBAC modules and customize them per your own supply chain requirements.

  • Multi-cloud/hybrid-environments app delivery as first-class citizen

Progressive rollout across test/staging/production environments, automatic canary, blue-green and continuous verification, rich placement strategy across clusters and clouds, fully managed cloud environments provision.

Getting Started

Documentation

Full documentation is available on the KubeVela website.

Blog

Official blog is available on KubeVela blog.

Community

We want your contributions and suggestions! One of the easiest ways to contribute is to participate in discussions on the Github Issues/Discussion, chat on IM or the bi-weekly community calls. For more information on the community engagement, developer and contributing guidelines and more, head over to the KubeVela community repo.

Contact Us

Reach out with any questions you may have and we'll make sure to answer them as soon as possible!

Community Call

Every two weeks we host a community call to showcase new features, review upcoming milestones, and engage in a Q&A. All are welcome!

Talks and Conferences

Check out KubeVela videos for these talks and conferences.

Contributing

Check out CONTRIBUTING to see how to develop with KubeVela.

Report Vulnerability

Security is a first priority thing for us at KubeVela. If you come across a related issue, please send email to security@mail.kubevela.io .

Code of Conduct

KubeVela adopts CNCF Code of Conduct.