-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add storage, upgrade talos and kubernetes
Added storage with Mayastor Upgraded talos to 1.7.4 Upgraded kubernetes to 1.29.5 Refs: #3 Signed-off-by: Wim de Groot <[email protected]>
- Loading branch information
1 parent
4a412c3
commit d4fea19
Showing
8 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: v2 | ||
name: csi-driver-nfs | ||
version: v4.7.0 | ||
dependencies: | ||
- name: csi-driver-nfs | ||
version: v4.7.0 | ||
repository: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: csi-driver-nfs | ||
labels: | ||
kubernetes.io/metadata.name: csi-driver-nfs | ||
pod-security.kubernetes.io/enforce: privileged | ||
pod-security.kubernetes.io/enforce-version: latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: storage.k8s.io/v1 | ||
kind: StorageClass | ||
metadata: | ||
name: 4546b | ||
annotations: | ||
storageclass.kubernetes.io/is-default-class: "true" | ||
provisioner: nfs.csi.k8s.io | ||
parameters: | ||
server: 10.0.0.32 | ||
share: /mnt/forty-five-forty-six-b/cluster | ||
reclaimPolicy: Retain | ||
volumeBindingMode: Immediate | ||
mountOptions: | ||
- hard | ||
- nfsvers=4.1 | ||
allowVolumeExpansion: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: v2 | ||
name: cloudnative-pg | ||
version: 0.19.1 | ||
dependencies: | ||
- name: cloudnative-pg | ||
version: 0.19.1 | ||
repository: https://cloudnative-pg.github.io/charts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
config: | ||
create: true | ||
|
||
crds: | ||
create: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
machine: | ||
network: | ||
kubespan: | ||
enabled: true |