feat: tag kubezero image with major version, minor tweaks
This commit is contained in:
parent
08aafcdc4d
commit
5a0d3d687f
3
Makefile
3
Makefile
@ -2,6 +2,9 @@ REGISTRY := public.ecr.aws/zero-downtime
|
|||||||
IMAGE := kubezero-admin
|
IMAGE := kubezero-admin
|
||||||
REGION := us-east-1
|
REGION := us-east-1
|
||||||
|
|
||||||
|
# Also tag as Kubernetes major version
|
||||||
|
EXTRA_TAGS = $(shell echo $(TAG) | awk -F '.' '{ print $$1 "." $$2 }')
|
||||||
|
|
||||||
include .ci/podman.mk
|
include .ci/podman.mk
|
||||||
|
|
||||||
update-charts:
|
update-charts:
|
||||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-istio-gateway
|
name: kubezero-istio-gateway
|
||||||
description: KubeZero Umbrella Chart for Istio gateways
|
description: KubeZero Umbrella Chart for Istio gateways
|
||||||
type: application
|
type: application
|
||||||
version: 0.8.1
|
version: 0.8.0
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-istio
|
name: kubezero-istio
|
||||||
description: KubeZero Umbrella Chart for Istio
|
description: KubeZero Umbrella Chart for Istio
|
||||||
type: application
|
type: application
|
||||||
version: 0.8.1
|
version: 0.8.0
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -11,7 +11,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- "bash"
|
- "bash"
|
||||||
- "-c"
|
- "-c"
|
||||||
- "/opt/aws/neuron/bin/neuron-ls && sleep 3600"
|
- "sleep 3600"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: neuron-top
|
name: neuron-top
|
||||||
resources:
|
resources:
|
||||||
|
@ -75,7 +75,7 @@ Workers automatically load the custom kernel module on these instance types and
|
|||||||
`cat <cluster/env/kubezero/application.yaml> | ./releases/v1.22/migrate_agro.py` and adjust if needed and replace the original. Do NOT commit yet !
|
`cat <cluster/env/kubezero/application.yaml> | ./releases/v1.22/migrate_agro.py` and adjust if needed and replace the original. Do NOT commit yet !
|
||||||
|
|
||||||
2. Upgrade `logging` and `metrics` module
|
2. Upgrade `logging` and `metrics` module
|
||||||
- `./bootstrap.sh crds logging <env>` CRDs for logging
|
- `kubectl get crd elasticsearches.elasticsearch.k8s.elastic.co && kubectl replace -f https://download.elastic.co/downloads/eck/2.1.0/crds.yaml` CRDs for logging
|
||||||
- `./bootstrap.sh apply logging <env>` logging module to support new OS coming with 1.22
|
- `./bootstrap.sh apply logging <env>` logging module to support new OS coming with 1.22
|
||||||
- `./bootstrap.sh crds metrics <env>` CRDs for metrics
|
- `./bootstrap.sh crds metrics <env>` CRDs for metrics
|
||||||
- `./bootstrap.sh apply metrics <env>` to get new exporters in place to support 1.22
|
- `./bootstrap.sh apply metrics <env>` to get new exporters in place to support 1.22
|
||||||
|
Loading…
Reference in New Issue
Block a user