1
0
Fork 0

crdb: replace bc01n03 with dcr01s22, upgrade to v20.2.4

This change reflects the current production state.

Upgrade was done by going through following versions:
19.1.0 -> 19.2.12 -> 20.1.10 -> 20.2.4

Change-Id: I8b33b8116363f1a918423fd18ba3d1b5c910851c
master
patryk 2021-01-23 23:00:29 +01:00
parent f3153888a8
commit edf14cc5f4
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ local rook = import "lib/rook.libsonnet";
topology: [
{ name: "bc01n01", node: "bc01n01.hswaw.net" },
{ name: "bc01n02", node: "bc01n02.hswaw.net" },
{ name: "bc01n03", node: "bc01n03.hswaw.net" },
{ name: "dcr01s22", node: "dcr01s22.hswaw.net" },
],
// Host path on SSD.
hostPath: "/var/db/crdb-waw1",

View File

@ -42,7 +42,7 @@ local policies = import "../../../kube/policies.libsonnet";
local cluster = self,
cfg:: {
image: "cockroachdb/cockroach:v19.1.0",
image: "cockroachdb/cockroach:v20.2.4",
# Must be unique per cluster.
portServe: 26257,