Restructured infra
Some checks failed
kustomization/topolvm/3a682516 dependency not ready
kustomization/traefik/3a682516 dependency not ready
kustomization/cnpg/3a682516 dependency not ready
kustomization/letsencrypt/3a682516 dependency not ready
kustomization/kyverno-policies/3a682516 dependency not ready
kustomization/lldap/3a682516 dependency not ready
kustomization/authelia/3a682516 dependency not ready
kustomization/rook-ceph-cluster/3a682516 dependency not ready
kustomization/apps/3a682516 dependency not ready
kustomization/kube-vip/3a682516 dependency not ready
kustomization/traefik-middleware/3a682516 dependency not ready
kustomization/node-feature-discovery/3a682516 health check failed
kustomization/node-feature-discovery-rules/3a682516 reconciliation succeeded
kustomization/flux-system/3a682516 reconciliation succeeded
kustomization/kyverno/3a682516 artifact failed
kustomization/cert-manager/3a682516 reconciliation succeeded
kustomization/akri/3a682516 reconciliation succeeded
kustomization/velero/3a682516 reconciliation succeeded
kustomization/rook-ceph/3a682516 reconciliation failed

This commit is contained in:
Dreaded_X 2025-04-24 11:38:30 +02:00
parent 6cbd2fca75
commit c939bbea88
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA
118 changed files with 226 additions and 151 deletions

View File

@ -0,0 +1,20 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./../../../infra/akri
- ./../../../infra/authelia
- ./../../../infra/cert-manager
- ./../../../infra/cnpg
- ./../../../infra/descheduler.yaml
- ./../../../infra/dragonflydb.yaml
- ./../../../infra/external-snapshotter.yaml
- ./../../../infra/intel-device-plugins.yaml
- ./../../../infra/kube-vip
- ./../../../infra/kyverno
- ./../../../infra/lldap
- ./../../../infra/node-feature-discovery
- ./../../../infra/rook-ceph
- ./../../../infra/topolvm/
- ./../../../infra/traefik/
- ./../../../infra/velero/

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/akri
path: ./infra/akri/akri
prune: true
timeout: 2m
sourceRef:

View File

@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: akri
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: akri-values
files:
- ./values.yaml

View File

@ -1,15 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: akri
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: akri-values
files:
- ./values.yaml
- ./akri.yaml

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/authelia
path: ./infra/authelia/authelia
dependsOn:
- name: traefik
- name: cnpg

View File

@ -0,0 +1,18 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: authelia
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./service-user.yaml
- ../../../common/postgres
- ../../../common/dragonflydb
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: authelia-values
files:
- ./values.yaml

View File

@ -1,18 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: authelia
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./service-user.yaml
- ../../common/postgres
- ../../common/dragonflydb
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: authelia-values
files:
- ./values.yaml
- ./authelia-controller.yaml
- ./authelia.yaml

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/cert-manager
path: ./infra/cert-manager/cert-manager
prune: true
timeout: 2m
sourceRef:

View File

@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: cert-manager-values
files:
- ./values.yaml

View File

@ -1,15 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: cert-manager-values
files:
- ./values.yaml
- ./cert-manager.yaml
- ./letsencrypt.yaml

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/letsencrypt
path: ./infra/cert-manager/letsencrypt
dependsOn:
- name: cert-manager
prune: true

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/cnpg
path: ./infra/cnpg/cnpg
dependsOn:
- name: topolvm
prune: true

View File

@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cnpg-system
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: cnpg-values
files:
- ./values.yaml

View File

@ -1,14 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cnpg-system
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: cnpg-values
files:
- ./values.yaml
- ./cnpg.yaml

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/kube-vip
path: ./infra/kube-vip/kube-vip
dependsOn:
- name: kyverno-policies
prune: true

View File

@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
resources:
- ./service-account.yaml
- ./cluster-role.yaml
- ./cluster-role-binding.yaml
- ./daemon-set.yaml
- https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/refs/tags/v0.0.11/manifest/kube-vip-cloud-controller.yaml
- ./config-map-kubevip.yaml

View File

@ -1,11 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
resources:
- ./service-account.yaml
- ./cluster-role.yaml
- ./cluster-role-binding.yaml
- ./daemon-set.yaml
- https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/refs/tags/v0.0.11/manifest/kube-vip-cloud-controller.yaml
- ./config-map-kubevip.yaml
- ./kube-vip.yaml

View File

@ -1,15 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kyverno
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: kyverno-values
files:
- ./values.yaml
- ./kyverno-policies.yaml
- ./kyverno.yaml

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/kyverno-policies
path: ./infra/kyverno/kyverno-policies
dependsOn:
- name: kyverno
prune: true

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/kyverno
path: ./infra/kyverno/kyerno
prune: true
timeout: 2m
sourceRef:

View File

@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kyverno
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: kyverno-values
files:
- ./values.yaml

View File

@ -1,10 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: lldap
resources:
- ./namespace.yaml
- ./secret-lldap-credentials.yaml
- ./deployment.yaml
- ./service.yaml
- ./ingress-route.yaml
- ../../common/postgres
- ./lldap-controller.yaml
- ./lldap.yaml

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/lldap
path: ./infra/lldap/lldap
dependsOn:
- name: traefik
- name: cnpg

View File

@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: lldap
resources:
- ./namespace.yaml
- ./secret-lldap-credentials.yaml
- ./deployment.yaml
- ./service.yaml
- ./ingress-route.yaml
- ../../../common/postgres

View File

@ -1,15 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: node-feature-discovery
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: nfd-values
files:
- ./values.yaml
- ./node-feature-discovery-rules.yaml
- ./node-feature-discovery.yaml

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/node-feature-discovery-rules
path: ./infra/node-feature-discovery/node-feature-discovery-rules
prune: true
timeout: 2m
sourceRef:

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/node-feature-discovery
path: ./infra/node-feature-discovery/node-feature-discovery
prune: true
timeout: 2m
sourceRef:

View File

@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: node-feature-discovery
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: nfd-values
files:
- ./values.yaml

View File

@ -1,7 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rook-ceph
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./rook-ceph-cluster.yaml
- ./rook-ceph.yaml

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/rook-ceph-cluster
path: ./infra/rook-ceph/rook-ceph-cluster
dependsOn:
- name: rook-ceph
prune: true

View File

@ -6,7 +6,7 @@ resources:
- ./access-control-rule.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: rook-cepth-cluster-values

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/rook-ceph
path: ./infra/rook-ceph/rook-ceph
prune: true
timeout: 2m
sourceRef:

View File

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rook-ceph
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml

View File

@ -1,16 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: topolvm-system
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./volume-snapshot-class.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: topolvm-values
files:
- ./values.yaml
- ./topolvm.yaml

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/topolvm
path: ./infra/topolvm/topolvm
dependsOn:
- name: cert-manager
prune: true

View File

@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: topolvm-system
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./volume-snapshot-class.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: topolvm-values
files:
- ./values.yaml

View File

@ -1,16 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: traefik
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./access-control-rule.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: traefik-values
files:
- ./values.yaml
- ./traefik-middleware.yaml
- ./traefik.yaml

View File

@ -7,7 +7,7 @@ metadata:
alert: flux-infra
spec:
interval: 15m
path: ./infra/traefik-middleware
path: ./infra/traefik/traefik-middleware
dependsOn:
- name: traefik
prune: true

Some files were not shown because too many files have changed in this diff Show More