From ca611ff176a4afd8587362d6ce4598a9e8d06d7e Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 24 Oct 2023 00:10:51 +0100 Subject: [PATCH] Try moving everything around --- {podinfo => apps/podinfo}/podinfo-kustomization.yaml | 0 {podinfo => apps/podinfo}/podinfo-source.yaml | 0 {flux-system => cluster/flux-system}/gotk-components.yaml | 0 {flux-system => cluster/flux-system}/gotk-sync.yaml | 0 {flux-system => cluster/flux-system}/kustomization.yaml | 0 steps.md | 5 +++++ 6 files changed, 5 insertions(+) rename {podinfo => apps/podinfo}/podinfo-kustomization.yaml (100%) rename {podinfo => apps/podinfo}/podinfo-source.yaml (100%) rename {flux-system => cluster/flux-system}/gotk-components.yaml (100%) rename {flux-system => cluster/flux-system}/gotk-sync.yaml (100%) rename {flux-system => cluster/flux-system}/kustomization.yaml (100%) create mode 100644 steps.md diff --git a/podinfo/podinfo-kustomization.yaml b/apps/podinfo/podinfo-kustomization.yaml similarity index 100% rename from podinfo/podinfo-kustomization.yaml rename to apps/podinfo/podinfo-kustomization.yaml diff --git a/podinfo/podinfo-source.yaml b/apps/podinfo/podinfo-source.yaml similarity index 100% rename from podinfo/podinfo-source.yaml rename to apps/podinfo/podinfo-source.yaml diff --git a/flux-system/gotk-components.yaml b/cluster/flux-system/gotk-components.yaml similarity index 100% rename from flux-system/gotk-components.yaml rename to cluster/flux-system/gotk-components.yaml diff --git a/flux-system/gotk-sync.yaml b/cluster/flux-system/gotk-sync.yaml similarity index 100% rename from flux-system/gotk-sync.yaml rename to cluster/flux-system/gotk-sync.yaml diff --git a/flux-system/kustomization.yaml b/cluster/flux-system/kustomization.yaml similarity index 100% rename from flux-system/kustomization.yaml rename to cluster/flux-system/kustomization.yaml diff --git a/steps.md b/steps.md new file mode 100644 index 0000000..1d31dea --- /dev/null +++ b/steps.md @@ -0,0 +1,5 @@ +choco install kind +choco install flux + +kind create cluster +flux bootstrap git --private-key-file=~/.ssh/gitea --url ssh://git@gitea.home.joemonk.co.uk:2222/joe/gitops.git --branch main --path=cluster \ No newline at end of file