truecharts / clustertool-public

20 stars 2 forks source link

Beta 4 (windows) - Flux Deployment Paths in ks.yaml #4

Open Boemeltrein opened 3 weeks ago

Boemeltrein commented 3 weeks ago

chart Name

Clustertool Windows - Beta4

Operating System

Talos-OS 1.7

Deployment Method

Helm

Chart Version

-

Kubernetes Events

get kustomizations -A
NAMESPACE     NAME                     AGE    READY   STATUS
flux-system   cert-manager             32m    False   kustomization path not found: stat /tmp/kustomization-1401711403/clusters\main\kubernetes\system\cert-manager/app: no such file or directory
flux-system   cilium                   32m    False   kustomization path not found: stat /tmp/kustomization-1922145658/clusters\main\kubernetes\kube-system\cilium/app: no such file or directory
flux-system   cloudnative-pg           32m    False   kustomization path not found: stat /tmp/kustomization-933651733/clusters\main\kubernetes\system\cloudnative-pg/app: no such file or directory
flux-system   csi-driver-nfs           32m    False   kustomization path not found: stat /tmp/kustomization-252950159/clusters\main\kubernetes\system\csi-driver-nfs/app: no such file or directory
flux-system   csi-driver-smb           32m    False   kustomization path not found: stat /tmp/kustomization-2409645680/clusters\main\kubernetes\system\csi-driver-smb/app: no such file or directory
flux-system   descheduler              32m    False   kustomization path not found: stat /tmp/kustomization-1715738646/clusters\main\kubernetes\kube-system\descheduler/app: no such file or directory
flux-system   flux                     32m    True    Applied revision: v2.3.0@sha256:5870003e3c4fe4b946759f3fbf5a4a684b1bcc44ee8872f6764745cdde838e69
flux-system   flux-entry               2d1h   True    Applied revision: main@sha1:0fcbf22e92c3a30be4cf93dbbf72d2fa7d054668
flux-system   intel-device-plugins     32m    False   kustomization path not found: stat /tmp/kustomization-3708536070/clusters\main\kubernetes\kube-system\intel-device-plugins/app: no such file or directory
flux-system   kubeapps                 32m    False   kustomization path not found: stat /tmp/kustomization-3157772211/clusters\main\kubernetes\apps\kubeapps/app: no such file or directory
flux-system   kubelet-csr-approver     32m    False   kustomization path not found: stat /tmp/kustomization-596777166/clusters\main\kubernetes\kube-system\kubelet-csr-approver/app: no such file or directory
flux-system   kubernetes-dashboard     32m    False   kustomization path not found: stat /tmp/kustomization-3187411098/clusters\main\kubernetes\apps\kubernetes-dashboard/app: no such file or directory
flux-system   kubernetes-reflector     32m    False   kustomization path not found: stat /tmp/kustomization-3566214633/clusters\main\kubernetes\system\kubernetes-reflector/app: no such file or directory
flux-system   lvm-disk-watcher         32m    False   kustomization path not found: stat /tmp/kustomization-4140001341/clusters\main\kubernetes\system\lvm-disk-watcher/app: no such file or directory
flux-system   metallb                  32m    False   kustomization path not found: stat /tmp/kustomization-2881036084/clusters\main\kubernetes\system\metallb/app: no such file or directory
flux-system   metallb-config           32m    False   kustomization path not found: stat /tmp/kustomization-406018668/clusters\main\kubernetes\core\metallb-config/app: no such file or directory
flux-system   metrics-server           32m    False   kustomization path not found: stat /tmp/kustomization-244595510/clusters\main\kubernetes\kube-system\metrics-server/app: no such file or directory
flux-system   node-feature-discovery   32m    False   kustomization path not found: stat /tmp/kustomization-1271785932/clusters\main\kubernetes\kube-system\node-feature-discovery/app: no such file or directory
flux-system   nvidia-gpu-operator      32m    False   kustomization path not found: stat /tmp/kustomization-1010834912/clusters\main\kubernetes\kube-system\nvidia-gpu-operator/app: no such file or directory
flux-system   openebs                  32m    False   kustomization path not found: stat /tmp/kustomization-3072388497/clusters\main\kubernetes\system\openebs/app: no such file or directory
flux-system   openspeedtest            32m    False   kustomization path not found: stat /tmp/kustomization-4027706844/clusters\main\kubernetes\apps\openspeedtest/app: no such file or directory
flux-system   prometheus-operator      32m    False   kustomization path not found: stat /tmp/kustomization-1701535829/clusters\main\kubernetes\system\prometheus-operator/app: no such file or directory
flux-system   snapshot-controller      32m    False   kustomization path not found: stat /tmp/kustomization-4058031048/clusters\main\kubernetes\system\snapshot-controller/app: no such file or directory
flux-system   spegel                   32m    False   kustomization path not found: stat /tmp/kustomization-1089261323/clusters\main\kubernetes\kube-system\spegel/app: no such file or directory
flux-system   topolvm                  32m    False   kustomization path not found: stat /tmp/kustomization-2886438825/clusters\main\kubernetes\system\topolvm/app: no such file or directory
flux-system   traefik-crds             32m    False   kustomization path not found: stat /tmp/kustomization-1362400244/clusters\main\kubernetes\system\traefik-crds/app: no such file or directory
flux-system   volsync                  32m    False   kustomization path not found: stat /tmp/kustomization-2547925511/clusters\main\kubernetes\system\volsync/app: no such file or directory

chartlication Logs

-

Chart Configuration

-

Describe the bug

after bootstrap flux correctly and making the namespace 'system-upgrade'. A lot of no such file or directory is given with `kubectl get kustomizations -A'

Seems Clustertool for Windows makes all path in the ks.yaml with \ instead of /.

To Reproduce

-

Expected Behavior

use / in the paths.

Screenshots

image

Additional Context

-

I've read and agree with the following

Boemeltrein commented 3 weeks ago

N.b. This is when using the cmd, I'm not using PS.