Compare commits
5 Commits
b92f36dfa3
...
f061fd0c81
| Author | SHA1 | Date | |
|---|---|---|---|
| f061fd0c81 | |||
| 68c54e44fa | |||
| 3120e9ba60 | |||
| 31d0559c57 | |||
| 4b2d3faf2e |
3
Makefile
3
Makefile
@@ -20,3 +20,6 @@ gen-talos-config:
|
|||||||
|
|
||||||
apply-talos-config:
|
apply-talos-config:
|
||||||
talosctl -n anapistula-delrosalae apply-config -f talos/generated/anapistula-delrosalae.yaml
|
talosctl -n anapistula-delrosalae apply-config -f talos/generated/anapistula-delrosalae.yaml
|
||||||
|
|
||||||
|
get-kubeconfig:
|
||||||
|
talosctl -n anapistula-delrosalae kubeconfig talos/generated/kubeconfig
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
persistentVolumeReclaimPolicy: Retain
|
persistentVolumeReclaimPolicy: Retain
|
||||||
storageClassName: openebs-lvmpv
|
storageClassName: hdd-lvmpv
|
||||||
volumeMode: Filesystem
|
volumeMode: Filesystem
|
||||||
csi:
|
csi:
|
||||||
driver: local.csi.openebs.io
|
driver: local.csi.openebs.io
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ in
|
|||||||
VAULT_ADDR = "https://openbao.lumpiasty.xyz:8200";
|
VAULT_ADDR = "https://openbao.lumpiasty.xyz:8200";
|
||||||
PATH = "${config.devenv.root}/utils:${pkgs.coreutils}/bin";
|
PATH = "${config.devenv.root}/utils:${pkgs.coreutils}/bin";
|
||||||
PYTHON_BIN = "${python}/bin/python";
|
PYTHON_BIN = "${python}/bin/python";
|
||||||
|
KUBECONFIG = "${config.devenv.root}/talos/generated/kubeconfig";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
@@ -32,6 +33,7 @@ in
|
|||||||
(kubectl.withKrewPlugins (plugins: with plugins; [
|
(kubectl.withKrewPlugins (plugins: with plugins; [
|
||||||
mayastor
|
mayastor
|
||||||
openebs
|
openebs
|
||||||
|
browse-pvc
|
||||||
]))
|
]))
|
||||||
ansible
|
ansible
|
||||||
fluxcd
|
fluxcd
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: openbao
|
chart: openbao
|
||||||
version: 0.25.4
|
version: 0.25.5
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: openbao
|
name: openbao
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ machine:
|
|||||||
diskSelector:
|
diskSelector:
|
||||||
wwid: t10.ATA SSDPR-CX400-256 GUH039914
|
wwid: t10.ATA SSDPR-CX400-256 GUH039914
|
||||||
# Generated on https://factory.talos.dev/
|
# Generated on https://factory.talos.dev/
|
||||||
# amd-ucode and amdgpu
|
# amd-ucode, amdgpu and btrfs
|
||||||
image: factory.talos.dev/metal-installer/9c1d1b442d73f96dcd04e81463eb20000ab014062d22e1b083e1773336bc1dd5:v1.10.6
|
image: factory.talos.dev/metal-installer/80c3a00af9a5930d1788532c6cc9e8a9b23f8e553d1bb2933b2221f92703d655:v1.12.1
|
||||||
extraKernelArgs:
|
extraKernelArgs:
|
||||||
- cpufreq.default_governor=performance
|
- cpufreq.default_governor=performance
|
||||||
sysfs:
|
sysfs:
|
||||||
|
|||||||
Reference in New Issue
Block a user