feat(clustertool): remove the use of talos manifests in favor of kubectl
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
talconfig.json
|
||||
clusterconfig
|
||||
patches/sopssecret.yaml
|
||||
patches/all.yaml
|
||||
patches/controlplane.yaml
|
||||
patches/manifests.yaml
|
||||
patches/worker.yaml
|
||||
*patches/all.yaml
|
||||
*patches/controlplane.yaml
|
||||
*patches/worker.yaml
|
||||
all.yaml
|
||||
controlplane.yaml
|
||||
worker.yaml
|
||||
*sopssecret.secret.yaml
|
||||
sopssecret.secret.yaml
|
||||
cluster/main/kubernetes/**/bootstrap-values.yaml.ct
|
||||
*kubeconfig
|
||||
|
||||
@@ -41,9 +41,6 @@ nodes:
|
||||
controlPlane:
|
||||
patches:
|
||||
- '@./patches/controlplane.yaml'
|
||||
- '@./patches/sopssecret.yaml'
|
||||
- '@./patches/manifests.yaml'
|
||||
# - '@./patches/nvidia.yaml'
|
||||
schematic:
|
||||
customization:
|
||||
extraKernelArgs:
|
||||
@@ -64,7 +61,6 @@ controlPlane:
|
||||
worker:
|
||||
patches:
|
||||
- '@./patches/worker.yaml'
|
||||
# - '@./patches/nvidia.yaml'
|
||||
schematic:
|
||||
customization:
|
||||
systemExtensions:
|
||||
|
||||
Reference in New Issue
Block a user