From 8f1a1d9ddfadeaadf1dce5f1ceaedb1a924a8e8d Mon Sep 17 00:00:00 2001 From: Jason Gilfoil Date: Sun, 25 Feb 2024 04:34:10 +0000 Subject: [PATCH 1/2] disable k3s-ipv6 e2e workflow running duplicate isn't needed here i think. --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 5a6fddbb..56d7b85b 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -20,7 +20,7 @@ jobs: matrix: config-files: - k3s-ipv4 - - k3s-ipv6 + # - k3s-ipv6 steps: - name: Checkout uses: actions/checkout@v4 From b21ecd031ff573b910886ac8fd31fda98b92cdee Mon Sep 17 00:00:00 2001 From: Jason Gilfoil Date: Sun, 25 Feb 2024 07:57:57 +0000 Subject: [PATCH 2/2] re-deploy rook-ceph this time with lower resources limits and requests --- kubernetes/apps/rook-ceph/cluster/helmrelease.yaml | 2 ++ kubernetes/apps/rook-ceph/kustomization.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/kubernetes/apps/rook-ceph/cluster/helmrelease.yaml b/kubernetes/apps/rook-ceph/cluster/helmrelease.yaml index 3700812c..b651c928 100644 --- a/kubernetes/apps/rook-ceph/cluster/helmrelease.yaml +++ b/kubernetes/apps/rook-ceph/cluster/helmrelease.yaml @@ -168,3 +168,5 @@ spec: name: csi-ceph-blockpool isDefault: false deletionPolicy: Delete + cephFileSystems: [] + cephObjectStores: [] \ No newline at end of file diff --git a/kubernetes/apps/rook-ceph/kustomization.yaml b/kubernetes/apps/rook-ceph/kustomization.yaml index 78f33ce2..14fac376 100644 --- a/kubernetes/apps/rook-ceph/kustomization.yaml +++ b/kubernetes/apps/rook-ceph/kustomization.yaml @@ -6,4 +6,4 @@ resources: # Pre Flux-Kustomizations - ./namespace.yaml # Flux-Kustomizations - # - ./ks.yaml + - ./ks.yaml