-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.sh
30 lines (24 loc) · 935 Bytes
/
config.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Common configuration for epoxy image builds. All builds source this file for
# relevant settings.
#
# NOTE: these values should be kept in sync with the corresponding variables in
# k8s-support. TODO(kinkade): we need a better way to manage these values.
#
# https://github.com/m-lab/k8s-support/blob/main/manage-cluster/k8s_deploy.conf#L31
export SITES="https://siteinfo.${PROJECT}.measurementlab.net/v2/sites/sites.json"
# K8S component versions
export K8S_VERSION=v1.28.14
export K8S_CNI_VERSION=v1.5.1
export K8S_CRICTL_VERSION=v1.28.0
# v0.9.1 of the official CNI plugins release stopped including flannel, so we
# must now install it manually.
export K8S_FLANNELCNI_VERSION=v1.5.1-flannel3
export K8S_TOOLING_VERSION=v0.17.7
# stage3 mlxupdate
export MFT_VERSION=4.22.0-96
# stage1 mlxrom
export MLXROM_VERSION=3.4.818
# multus-cni version
export MULTUS_CNI_VERSION=4.1.0
# etcdctl version
export ETCDCTL_VERSION=v3.5.15