From cf222de07e7dc6689ba1952cabb7f88191566bd6 Mon Sep 17 00:00:00 2001 From: Michael Fornaro <20387402+xUnholy@users.noreply.github.com> Date: Wed, 14 Apr 2021 17:00:23 +1000 Subject: [PATCH 1/3] fix: add istio crds to kustomization Signed-off-by: Michael Fornaro <20387402+xUnholy@users.noreply.github.com> --- k8s/core/base/applications/istio-operator/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/core/base/applications/istio-operator/kustomization.yaml b/k8s/core/base/applications/istio-operator/kustomization.yaml index d513836b73..1de1e397fb 100644 --- a/k8s/core/base/applications/istio-operator/kustomization.yaml +++ b/k8s/core/base/applications/istio-operator/kustomization.yaml @@ -3,3 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - operator-1.9.2.yaml + - https://raw.githubusercontent.com/istio/istio/1.9.2/manifests/charts/istio-operator/crds/crd-operator.yaml From e7ed442e7d52d45cd2b9e395aad6427a60f1d8e3 Mon Sep 17 00:00:00 2001 From: Michael Fornaro <20387402+xUnholy@users.noreply.github.com> Date: Wed, 14 Apr 2021 17:07:28 +1000 Subject: [PATCH 2/3] fix: lowering timeout threshold Signed-off-by: Michael Fornaro <20387402+xUnholy@users.noreply.github.com> --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b4fbdefd79..00455bda35 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -34,8 +34,8 @@ jobs: --path=./k8s/clusters/production - name: Verify cluster reconciliation run: | - kubectl -n flux-system wait kustomization/core --for=condition=ready --timeout=3m - kubectl -n flux-system wait kustomization/namespaces --for=condition=ready --timeout=3m + kubectl -n flux-system wait kustomization/core --for=condition=ready --timeout=1m + kubectl -n flux-system wait kustomization/namespaces --for=condition=ready --timeout=1m # - name: Verify helm reconciliation # run: | # kubectl -n nginx wait helmrelease/nginx --for=condition=ready --timeout=1m From 24173f29ea955fb515f79145caa33c4fcb08ad6d Mon Sep 17 00:00:00 2001 From: Michael Fornaro <20387402+xUnholy@users.noreply.github.com> Date: Wed, 14 Apr 2021 17:21:15 +1000 Subject: [PATCH 3/3] fix: increase timeout threshold and remove some redundant badges Signed-off-by: Michael Fornaro <20387402+xUnholy@users.noreply.github.com> --- .github/workflows/e2e.yml | 4 ++-- docs/README.md | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 00455bda35..b4fbdefd79 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -34,8 +34,8 @@ jobs: --path=./k8s/clusters/production - name: Verify cluster reconciliation run: | - kubectl -n flux-system wait kustomization/core --for=condition=ready --timeout=1m - kubectl -n flux-system wait kustomization/namespaces --for=condition=ready --timeout=1m + kubectl -n flux-system wait kustomization/core --for=condition=ready --timeout=3m + kubectl -n flux-system wait kustomization/namespaces --for=condition=ready --timeout=3m # - name: Verify helm reconciliation # run: | # kubectl -n nginx wait helmrelease/nginx --for=condition=ready --timeout=1m diff --git a/docs/README.md b/docs/README.md index 8bc794e36b..8c2f5ad525 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,16 +6,15 @@
- - Contributors - Open Issues - Stars + + + + Discord
- # Overview This *repo* is a declarative implementation of a Kubernetes cluster. It's using the [GitOps Toolkit](https://toolkit.fluxcd.io/get-started/) known as Fluxv2.