Skip to content

Commit fa4fed9

Browse files
committed
bump version; install awscli; run predelete
1 parent ddee9fb commit fa4fed9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

templates/training-backup.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
description: Deploys training clusters
22
scripts: ["training-cluster"]
3-
px_version: 3.4.0.1
3+
px_version: 3.5.1
44
k8s_version: 1.33.5
55
stop_after: 0
6+
run_predelete: true
67
scripts: ["install-px", "training-backup-cluster"]
78
cluster:
89
- id: 1
9-
scripts: ["wetty", "snoop", "helm-backup", "training-backup-bastion"]
10+
scripts: ["install-awscli", "wetty", "snoop", "helm-backup", "training-backup-bastion"]
1011
nodes: 4

templates/training.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
description: Deploys training clusters
22
scripts: ["training-cluster"]
3-
px_version: 3.4.0.1
3+
px_version: 3.5.1
44
k8s_version: 1.33.5
55
stop_after: 0
6+
run_predelete: true
67
cluster:
78
- id: 1
8-
scripts: ["etcd", "wetty", "snoop", "training-bastion"]
9+
scripts: ["install-awscli", "etcd", "wetty", "snoop", "training-bastion"]

0 commit comments

Comments
 (0)