This commit is contained in:
2024-09-05 13:15:33 +02:00
parent 4bdc5333e3
commit 4aff4a5006
3 changed files with 10 additions and 6 deletions

View File

@@ -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']
✗ 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

View File

@@ -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

View File

@@ -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