Compare commits
4 Commits
5e6c350070
...
f94807ebe0
| Author | SHA1 | Date | |
|---|---|---|---|
| f94807ebe0 | |||
|
0cea6adb97
|
|||
| 76404daad6 | |||
| 02723c5edd |
@@ -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
|
||||||
|
|||||||
10626
clusters/testing/flux-system/gotk-components.yaml
Normal file
10626
clusters/testing/flux-system/gotk-components.yaml
Normal file
File diff suppressed because it is too large
Load Diff
27
clusters/testing/flux-system/gotk-sync.yaml
Normal file
27
clusters/testing/flux-system/gotk-sync.yaml
Normal 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
|
||||||
5
clusters/testing/flux-system/kustomization.yaml
Normal file
5
clusters/testing/flux-system/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- gotk-components.yaml
|
||||||
|
- gotk-sync.yaml
|
||||||
Reference in New Issue
Block a user