chore: checkin diffs to sync desktop
This commit is contained in:
parent
f0ed7d5ecb
commit
fb95ba9024
2
.versionrc
Normal file
2
.versionrc
Normal file
@ -0,0 +1,2 @@
|
||||
# template: "/tmp/doesntexist"
|
||||
linkReferences: true
|
@ -29,6 +29,7 @@ Installs the Istio control plane
|
||||
|
||||
- https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/
|
||||
- https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta2
|
||||
- https://pkg.go.dev/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3
|
||||
- https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kubelet/config/v1beta1/types.go
|
||||
- https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/
|
||||
- https://godoc.org/k8s.io/kube-proxy/config/v1alpha1#KubeProxyConfiguration
|
||||
|
@ -5,6 +5,7 @@ Common set of labels
|
||||
helm.sh/chart: {{ include "kubezero-lib.chart" . }}
|
||||
app.kubernetes.io/name: {{ include "kubezero-lib.name" . }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/part-of: kubezero
|
||||
{{- end -}}
|
||||
|
||||
|
@ -72,7 +72,7 @@ spec:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: failure-domain.beta.kubernetes.io/zone
|
||||
- key: topology.kubernetes.io/zone
|
||||
operator: In
|
||||
values:
|
||||
- {{ .zone }}
|
||||
|
@ -21,6 +21,7 @@ https://grafana.com/grafana/dashboards/11835
|
||||
## Redis
|
||||
|
||||
# Resources
|
||||
- https://ot-container-kit.github.io/redis-operator/
|
||||
- https://github.com/helm/charts/tree/master/stable/redis
|
||||
- https://github.com/rustudorcalin/deploying-redis-cluster
|
||||
-
|
||||
|
@ -6,8 +6,8 @@ gemini:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: 64Mi
|
||||
cpu: 50m
|
||||
memory: 32Mi
|
||||
cpu: 20m
|
||||
limits:
|
||||
memory: 256Mi
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
cpu: 400m
|
||||
|
5
charts/kubezero/Makefile
Normal file
5
charts/kubezero/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
.PHONY: sync
|
||||
|
||||
sync:
|
||||
rm -rf scripts templates
|
||||
cp -r ../../kubezero/charts/kubezero/* .
|
@ -42,11 +42,12 @@ Providing backup solutions for KubeZero clusters:
|
||||
## Metrics
|
||||
- Added various dashboards for KubeZero modules
|
||||
- Updated / improved dashboard organization incl. folders and tags
|
||||
- Grafana Dashboards are now all provided via configmaps, no more storing of state required
|
||||
- Grafana Dashboards are now all provided via configmaps, no more state required, no manual changes persisted
|
||||
- Grafana allows anonymous read-only access
|
||||
- all dashboards ndefault to now-1h and prohibit less than 30s refresh
|
||||
- Custom dashboards can easily be provided by simple installing a ConfigMap along with workloads in any namespace
|
||||
|
||||
|
||||
|
||||
## Upgrade - Without ArgoCD
|
||||
1. Update CRDs of all enabled components:
|
||||
`./bootstrap.sh crds all clusters/$CLUSTER`
|
||||
|
12
docs/_release_hugo.md
Normal file
12
docs/_release_hugo.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "KubeZero release"
|
||||
date: __now__
|
||||
author: Stefan Reimer
|
||||
description : "KubeZero release"
|
||||
summary: "Released KubeZero __tag__"
|
||||
categories:
|
||||
- News
|
||||
- KubeZero
|
||||
- Releases
|
||||
---
|
||||
# Changelog
|
Loading…
Reference in New Issue
Block a user