From 4ee62b4a8e79a1b5af3d970f18c6269c09494c1e Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 27 Jan 2021 12:20:11 +0000 Subject: [PATCH] Minor cleanup --- Makefile | 5 ++++- README.md | 9 ++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index b2f2e76d..ceadf7e0 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 26c2e08e..1952453c 100644 --- a/README.md +++ b/README.md @@ -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