Compare commits

...

4 Commits

Author SHA1 Message Date
f94807ebe0 Add Flux v2.7.3 component manifests 2025-11-30 06:15:34 +01:00
0cea6adb97 Added flux bootstrap 2025-11-30 06:15:08 +01:00
76404daad6 Add Flux sync manifests 2025-11-30 05:18:18 +01:00
02723c5edd Add Flux v2.7.3 component manifests 2025-11-30 05:16:49 +01:00
4 changed files with 10663 additions and 0 deletions

View File

@@ -117,3 +117,8 @@ cilium-cli status --wait
# echo "Running connectivity test..." # echo "Running connectivity test..."
# cilium-cli connectivity test --namespace-labels pod-security.kubernetes.io/enforce=privileged # cilium-cli connectivity test --namespace-labels pod-security.kubernetes.io/enforce=privileged
echo "Bootstrapping flux..."
flux bootstrap git --url ssh://git@huizinga.dev/infra/foundation --branch=main --path=clusters/${cluster_name} \
--components-extra=source-watcher
flux check

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,27 @@
# This manifest was generated by flux. DO NOT EDIT.
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 1m0s
ref:
branch: main
secretRef:
name: flux-system
url: ssh://git@huizinga.dev/infra/foundation
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 10m0s
path: ./clusters/testing
prune: true
sourceRef:
kind: GitRepository
name: flux-system

View File

@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml