File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ crash.log
6
6
* .tfvars
7
7
rke2.yaml
8
8
.terraform.lock.hcl
9
- * .rke2.yaml
9
+ * .rke2.yaml
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ defaults for running production workload.
33
33
| RKE2 | [ v1.29.0+rke2r1] ( https://github.com/rancher/rke2/releases/tag/v1.29.0+rke2r1 ) |
34
34
| OpenStack Cloud Controller | [ v1.28.1] ( https://github.com/kubernetes/cloud-provider-openstack/tree/v1.28.1/charts/openstack-cloud-controller-manager ) |
35
35
| OpenStack Cinder | [ v1.28.1] ( https://github.com/kubernetes/cloud-provider-openstack/tree/v1.28.1/charts/cinder-csi-plugin ) |
36
- | Velero | [ v2.32.6 ] ( https://github.com/vmware-tanzu/helm-charts/tree/velero-2.32.6 /charts/velero ) |
36
+ | Velero | [ v6.0.0 ] ( https://github.com/vmware-tanzu/helm-charts/tree/velero-6.0.0 /charts/velero ) |
37
37
| Kube-vip | [ v0.7.2] ( https://github.com/kube-vip/kube-vip/releases/tag/v0.7.2 ) |
38
38
## Getting started
39
39
Original file line number Diff line number Diff line change 67
67
OS_APPLICATION_CREDENTIAL_SECRET: ${ app_secret}
68
68
# for community.openstack.org/openstack (env vars do not work and take precedence over clouds.yaml unless cloud set)
69
69
OS_CLOUD: self
70
+
71
+ # uploaderType: restic
72
+
70
73
credentials:
71
74
# for community.openstack.org/openstack
72
75
secretContents:
@@ -95,12 +98,11 @@ spec:
95
98
backupsEnabled: true
96
99
snapshotsEnabled: true
97
100
98
- # deployRestic: true
99
- # will be replace by
100
101
deployNodeAgent: true
101
102
nodeAgent:
102
103
podVolumePath: /var/lib/kubelet/pods
103
- privileged: true
104
+ containerSecurityContext:
105
+ privileged: false
104
106
resources:
105
107
requests:
106
108
cpu: 100m
You can’t perform that action at this time.
0 commit comments