feat: migration to v5 accounts
This commit is contained in:
@@ -3,6 +3,7 @@ etcd-backup:
|
||||
local:
|
||||
type: cronjob
|
||||
pod:
|
||||
automountServiceAccountToken: true
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
tolerations:
|
||||
@@ -15,8 +16,6 @@ etcd-backup:
|
||||
schedule: 0 2 * * *
|
||||
backoffLimit: 3
|
||||
parallelism: 1
|
||||
serviceAccount:
|
||||
name: talos-backup
|
||||
containers:
|
||||
backup:
|
||||
image:
|
||||
@@ -91,6 +90,7 @@ etcd-backup:
|
||||
remote:
|
||||
type: cronjob
|
||||
pod:
|
||||
automountServiceAccountToken: true
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
tolerations:
|
||||
@@ -103,8 +103,6 @@ etcd-backup:
|
||||
schedule: 0 3 * * *
|
||||
backoffLimit: 3
|
||||
parallelism: 1
|
||||
serviceAccount:
|
||||
name: talos-backup
|
||||
containers:
|
||||
backup:
|
||||
image:
|
||||
@@ -179,6 +177,7 @@ etcd-backup:
|
||||
external:
|
||||
type: cronjob
|
||||
pod:
|
||||
automountServiceAccountToken: true
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
tolerations:
|
||||
@@ -191,8 +190,6 @@ etcd-backup:
|
||||
schedule: 0 4 * * *
|
||||
backoffLimit: 3
|
||||
parallelism: 1
|
||||
serviceAccount:
|
||||
name: talos-backup
|
||||
containers:
|
||||
backup:
|
||||
image:
|
||||
@@ -387,6 +384,7 @@ etcd-defrag:
|
||||
defrag-1:
|
||||
type: cronjob
|
||||
pod:
|
||||
automountServiceAccountToken: true
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
tolerations:
|
||||
@@ -399,8 +397,6 @@ etcd-defrag:
|
||||
schedule: 0 0 * * 0
|
||||
backoffLimit: 3
|
||||
parallelism: 1
|
||||
serviceAccount:
|
||||
name: talos-defrag
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
@@ -417,6 +413,7 @@ etcd-defrag:
|
||||
defrag-2:
|
||||
type: cronjob
|
||||
pod:
|
||||
automountServiceAccountToken: true
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
tolerations:
|
||||
@@ -429,8 +426,6 @@ etcd-defrag:
|
||||
schedule: 10 0 * * 0
|
||||
backoffLimit: 3
|
||||
parallelism: 1
|
||||
serviceAccount:
|
||||
name: talos-defrag
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
@@ -447,6 +442,7 @@ etcd-defrag:
|
||||
defrag-3:
|
||||
type: cronjob
|
||||
pod:
|
||||
automountServiceAccountToken: true
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
tolerations:
|
||||
@@ -459,8 +455,6 @@ etcd-defrag:
|
||||
schedule: 20 0 * * 0
|
||||
backoffLimit: 3
|
||||
parallelism: 1
|
||||
serviceAccount:
|
||||
name: talos-defrag
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
|
||||
Reference in New Issue
Block a user