eks-hpa-profile icon indicating copy to clipboard operation
eks-hpa-profile copied to clipboard

fluxctl context deadline exceeded

Open saiteja313 opened this issue 5 years ago • 1 comments

  • https://github.com/stefanprodan/eks-hpa-profile
  • https://aws.amazon.com/blogs/containers/autoscaling-eks-on-fargate-with-custom-metrics/
$ 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 \
>        [email protected]:${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://[email protected]/<REMOVED>/flux-get-started is not ready to sync

Full error message: git clone --mirror: running git command: git [clone --mirror [email protected]:<REMOVED>/flux-get-started /tmp/flux-gitclone334963811]: context deadline exceeded
Run 'fluxctl sync --help' for usage.

saiteja313 avatar Jan 21 '21 15:01 saiteja313

git repository ssh://[email protected]/<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?

stefanprodan avatar Jan 21 '21 15:01 stefanprodan