stefanprodan / eks-hpa-profile

An eksctl gitops profile for autoscaling with Prometheus metrics on Amazon EKS on AWS Fargate
https://aws.amazon.com/blogs/containers/autoscaling-eks-on-fargate-with-custom-metrics/
Apache License 2.0
35 stars 16 forks source link

fluxctl context deadline exceeded #3

Open saiteja313 opened 3 years ago

saiteja313 commented 3 years ago
$ fluxctl sync --k8s-fwd-ns flux
38f9d362cb41:Downloads <REMOVED>$ eksctl enable profile \
>        --profile-source=https://github.com/stefanprodan/eks-hpa-profile \
>        --cluster=scrumptious-monster-1609772025 \
>        --region=us-west-1 \
>        --git-url=git@github.com:${GH_USER}/${GH_REPO} \
>        --git-user=fluxcd \
>        --git-email=${GH_USER}@users.noreply.github.com
Cloning into '/var/folders/hg/ywjcdjd56ddf1pxmn4twnfn41zvk5j/T/prometheus-adapter-tes-517981395'...
remote: Enumerating objects: 35, done.
remote: Counting objects: 100% (35/35), done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 35 (delta 4), reused 35 (delta 4), pack-reused 0
Receiving objects: 100% (35/35), 20.78 KiB | 6.92 MiB/s, done.
Resolving deltas: 100% (4/4), done.
9da38b9a2da7e9af31f73d0a37ad6ff59b0b7b5b    refs/heads/master
Already on 'master'
Your branch is up to date with 'origin/master'.
[ℹ]  cloning repository "https://github.com/stefanprodan/eks-hpa-profile":master
Cloning into '/var/folders/hg/ywjcdjd56ddf1pxmn4twnfn41zvk5j/T/quickstart-785581078'...
remote: Enumerating objects: 79, done.
remote: Counting objects: 100% (79/79), done.
remote: Compressing objects: 100% (57/57), done.
remote: Total 79 (delta 34), reused 57 (delta 20), pack-reused 0
Receiving objects: 100% (79/79), 49.72 KiB | 1.34 MiB/s, done.
Resolving deltas: 100% (34/34), done.
Already on 'master'
Your branch is up to date with 'origin/master'.
[ℹ]  ignoring files declared in .eksctlignore
[ℹ]  ignored ".circleci/"
[ℹ]  ignored ".github/"
[ℹ]  ignored "docs/"
[ℹ]  processing template files in repository
[ℹ]  writing new manifests to "/var/folders/hg/ywjcdjd56ddf1pxmn4twnfn41zvk5j/T/prometheus-adapter-tes-517981395/base"
[ℹ]  Nothing to commit (the repository contained identical files), moving on
Everything up-to-date

38f9d362cb41:Downloads <REMOVED>$ fluxctl sync --k8s-fwd-ns flux --timeout 4m
Error: git repository ssh://git@github.com/<REMOVED>/flux-get-started is not ready to sync

Full error message: git clone --mirror: running git command: git [clone --mirror git@github.com:<REMOVED>/flux-get-started /tmp/flux-gitclone334963811]: context deadline exceeded
Run 'fluxctl sync --help' for usage.
stefanprodan commented 3 years ago
git repository ssh://git@github.com/<REMOVED>/flux-get-started is not ready to sync

How did you end up with flux-get-started when your initial repo was prometheus-adapter-tes?