Release v2.19.0 #38

Merged
stefan merged 65 commits from master into stable 2021-03-25 15:34:44 +00:00
2 changed files with 8 additions and 6 deletions
Showing only changes of commit 257d6f5e9c - Show all commits

View File

@ -7,7 +7,7 @@ FILES ?= distfiles.txt
all: update
update:
./script/update_helm.sh
./scripts/update_helm.sh
docs:
for c in charts/*; do \
@ -15,3 +15,6 @@ docs:
[[ $$c =~ "kubeadm" ]] && continue ; \
helm-docs -c $$c ; \
done
publish:
./scripts/publish.sh

View File

@ -1,13 +1,12 @@
KubeZero - Zero Down Time Kubernetes platform
========================
KubeZero is a Kubernetes distribution providing an opinionated, pre-configured container platform
incl. various addons and services.
KubeZero is a Kubernetes distribution providing an integrated container platform so you can focus on your applications.
# Design goals
# Design philosophy
- Cloud provider agnostic, bare-metal / self-hosted possible
- Cloud provider agnostic, bare-metal/self-hosted
- No vendor lock in, most components are optional and could be exchanged
- Organic OpenSource / open and permissive licenses over closed-source solutions
- Organic Open Source / open and permissive licenses over closed-source solutions
- No premium services / subscriptions required
- Staying and contributing back to upstream projects as much as possible