deckhouse
deckhouse copied to clipboard
Release v1.58.6
:robot: A dedicated issue to run tests and deploy release v1.58.6.
Release issue commands and options
You can trigger release related actions by commenting on this issue:
-
/deploy/<channel>[/<editions>]
will publish built images into the release channel.-
channel
is one ofalpha | beta | early-access | stable | rock-solid
-
editions
is a comma-separated list of editionsce | ee | fe | be
-
-
/suspend/<channel>
will suspend released version.-
channel
is one ofalpha | beta | early-access | stable | rock-solid
-
-
/e2e/run/<provider> git_ref
will run e2e using provider and aninstall
image built from git_ref.-
provider
is one ofaws | azure | eks | gcp | openstack | static | vsphere | yandex-cloud
-
git_ref
is a tagv1.58.6 | test-v1.58.6*
or a branchmain | release-1.58
-
-
/e2e/run/<provider> git_ref_1 git_ref_2
will run e2e using provider and git_ref_1 and then switch to git_ref_2.-
provider
is one ofaws | azure | eks | gcp | openstack | static | vsphere | yandex-cloud
-
git_ref_1
is a release-* or main branch -
git_ref_2
is a release-* or main branch
-
-
/e2e/use/cri/<cri_name>
specifies which CRI to use for e2e test.-
cri_name
is one ofdocker | containerd
-
-
/e2e/use/k8s/<version>
specifies which Kubernetes version to use for e2e test.-
version
is one of1.25 | 1.26 | 1.27 | 1.28 | 1.29
-
-
/build git_ref
will run build for release related refs.-
git_ref
is a tagv1.58.6 | test-v1.58.6*
or a branchmain | release-1.58
-
Note 1:
A single command /e2e/run/<provider>
will run e2e with default CRI 'containerd' and Kubernetes version '1.25'.
Put /e2e/use
options below /e2e/run
command to set specific CRI and Kubernetes version. E.g.:
/e2e/run/aws main
/e2e/use/cri/docker
/e2e/use/cri/containerd
/e2e/use/k8s/1.20
/e2e/use/k8s/1.23
This comment will run 4 e2e jobs on AWS with Docker and containerd
and with Kubernetes version 1.20 and 1.23 using image built from main branch.
/e2e/run/aws release-1.35 release-1.36
/e2e/use/cri/containerd
/e2e/use/k8s/1.23
This comment will create cluster in AWS using Deckhouse built from release-1.35 branch
and then switch to images built from release-1.36 branch.
'use' options are supported, cluster will use containerd and Kubernetes version 1.23.
Note 2: 'deploy', 'suspend' and 'e2e' commands should run after 'build FE' job is finished.
Note 3: No autobuild for release branch. Run this command after cherry-picking into release branch:
/build release-1.58