Minor cleanup
This commit is contained in:
parent
6919ae29de
commit
4ee62b4a8e
5
Makefile
5
Makefile
@ -7,7 +7,7 @@ FILES ?= distfiles.txt
|
|||||||
all: update
|
all: update
|
||||||
|
|
||||||
update:
|
update:
|
||||||
./script/update_helm.sh
|
./scripts/update_helm.sh
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
for c in charts/*; do \
|
for c in charts/*; do \
|
||||||
@ -15,3 +15,6 @@ docs:
|
|||||||
[[ $$c =~ "kubeadm" ]] && continue ; \
|
[[ $$c =~ "kubeadm" ]] && continue ; \
|
||||||
helm-docs -c $$c ; \
|
helm-docs -c $$c ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
publish:
|
||||||
|
./scripts/publish.sh
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
KubeZero - Zero Down Time Kubernetes platform
|
KubeZero - Zero Down Time Kubernetes platform
|
||||||
========================
|
========================
|
||||||
KubeZero is a Kubernetes distribution providing an opinionated, pre-configured container platform
|
KubeZero is a Kubernetes distribution providing an integrated container platform so you can focus on your applications.
|
||||||
incl. various addons and services.
|
|
||||||
|
|
||||||
# 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
|
- 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
|
- No premium services / subscriptions required
|
||||||
- Staying and contributing back to upstream projects as much as possible
|
- Staying and contributing back to upstream projects as much as possible
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user