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
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:
parent
6cbd2fca75
commit
c939bbea88
20
clusters/titan.lan.huizinga.dev/infra/kustomization.yaml
Normal file
20
clusters/titan.lan.huizinga.dev/infra/kustomization.yaml
Normal 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/
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/akri
|
||||
path: ./infra/akri/akri
|
||||
prune: true
|
||||
timeout: 2m
|
||||
sourceRef:
|
15
infra/akri/akri/kustomization.yaml
Normal file
15
infra/akri/akri/kustomization.yaml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/authelia
|
||||
path: ./infra/authelia/authelia
|
||||
dependsOn:
|
||||
- name: traefik
|
||||
- name: cnpg
|
18
infra/authelia/authelia/kustomization.yaml
Normal file
18
infra/authelia/authelia/kustomization.yaml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -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:
|
15
infra/cert-manager/cert-manager/kustomization.yaml
Normal file
15
infra/cert-manager/cert-manager/kustomization.yaml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/cnpg
|
||||
path: ./infra/cnpg/cnpg
|
||||
dependsOn:
|
||||
- name: topolvm
|
||||
prune: true
|
14
infra/cnpg/cnpg/kustomization.yaml
Normal file
14
infra/cnpg/cnpg/kustomization.yaml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -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
|
11
infra/kube-vip/kube-vip/kustomization.yaml
Normal file
11
infra/kube-vip/kube-vip/kustomization.yaml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/kyverno
|
||||
path: ./infra/kyverno/kyerno
|
||||
prune: true
|
||||
timeout: 2m
|
||||
sourceRef:
|
15
infra/kyverno/kyverno/kustomization.yaml
Normal file
15
infra/kyverno/kyverno/kustomization.yaml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/lldap
|
||||
path: ./infra/lldap/lldap
|
||||
dependsOn:
|
||||
- name: traefik
|
||||
- name: cnpg
|
10
infra/lldap/lldap/kustomization.yaml
Normal file
10
infra/lldap/lldap/kustomization.yaml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -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:
|
|
@ -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:
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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:
|
7
infra/rook-ceph/rook-ceph/kustomization.yaml
Normal file
7
infra/rook-ceph/rook-ceph/kustomization.yaml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/topolvm
|
||||
path: ./infra/topolvm/topolvm
|
||||
dependsOn:
|
||||
- name: cert-manager
|
||||
prune: true
|
16
infra/topolvm/topolvm/kustomization.yaml
Normal file
16
infra/topolvm/topolvm/kustomization.yaml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue
Block a user