From 257d6f5e9c08ab54411914994ce3de338ed382c3 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 b2f2e76..ceadf7e 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 26c2e08..1952453 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