From 4aff4a5006d88956575d561293d3fb331dcbb000 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Thu, 5 Sep 2024 13:15:33 +0200 Subject: [PATCH] [lala] --- README.md | 7 ++++++- hardening.yml | 3 +-- update.yml | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d8be7b4..76625bd 100644 --- a/README.md +++ b/README.md @@ -89,4 +89,9 @@ GITEA_TOKEN=fdsfsd ✔ notification-controller: deployment ready ✔ source-controller: deployment ready ✔ all components are healthy -✗ bootstrap failed with 2 health check failure(s): [error while waiting for GitRepository to be ready: 'gitrepository 'flux-system/flux-system' not ready: 'failed to checkout and determine revision: unable to clone 'https://gitea.jingoh.fr/staffadmin/cluster.git': Get "https://gitea.jingoh.fr/staffadmin/cluster.git/info/refs?service=git-upload-pack": dial tcp: lookup gitea.jingoh.fr on 10.43.0.10:53: server misbehaving'', error while waiting for Kustomization to be ready: 'client rate limiter Wait returned an error: context deadline exceeded'] \ No newline at end of file +✗ bootstrap failed with 2 health check failure(s): [error while waiting for GitRepository to be ready: 'gitrepository 'flux-system/flux-system' not ready: 'failed to checkout and determine revision: unable to clone 'https://gitea.jingoh.fr/staffadmin/cluster.git': Get "https://gitea.jingoh.fr/staffadmin/cluster.git/info/refs?service=git-upload-pack": dial tcp: lookup gitea.jingoh.fr on 10.43.0.10:53: server misbehaving'', error while waiting for Kustomization to be ready: 'client rate limiter Wait returned an error: context deadline exceeded'] + + + + +docker run -d -p 127.0.0.1:80:80 -e REF_DOMAIN=bastion.jingoh.private -e DATA_ROOT=/DATA -v /data:/DATA -v /var/run/docker.sock:/var/run/docker.sock --name casaos casaos \ No newline at end of file diff --git a/hardening.yml b/hardening.yml index 0c6d972..365f78a 100644 --- a/hardening.yml +++ b/hardening.yml @@ -4,8 +4,7 @@ gather_facts: true pre_tasks: - - name: Install bottle python package - ansible.builtin.pip: + - ansible.builtin.pip: name: netaddr delegate_to: localhost diff --git a/update.yml b/update.yml index f20d53f..d1fdd6b 100644 --- a/update.yml +++ b/update.yml @@ -64,7 +64,7 @@ - flux create source git podinfo --url=https://gitea.jingoh.fr/staffadmin/cluster --branch=master --interval=1m --export > /kubernetes/podinfo-source.yaml -zsh: no such file or directory: /kubernetes/podinfo-source.yaml +# flux create source git podinfo --url=https://gitea.jingoh.fr/staffadmin/cluster --branch=master --interval=1m --export > /kubernetes/podinfo-source.yaml +# zsh: no such file or directory: /kubernetes/podinfo-source.yaml -flux create kustomization podinfo --target-namespace=default --source=podinfo --path="./kustomize" --prune=true --wait=true --interval=30m --retry-interval=2m --health-check-timeout=3m --export > ./kubernetes/podinfo-kustomization.yaml +# flux create kustomization podinfo --target-namespace=default --source=podinfo --path="./kustomize" --prune=true --wait=true --interval=30m --retry-interval=2m --health-check-timeout=3m --export > ./kubernetes/podinfo-kustomization.yaml