You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem running flux bootstrap on my cluster. I've tried connecting to both GitHub and CodeCommit, but I'm continually running into the same error. Can someone suggest what I might be doing wrong.
Here is the command I'm running along with the output:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm having a problem running
flux bootstrap
on my cluster. I've tried connecting to both GitHub and CodeCommit, but I'm continually running into the same error. Can someone suggest what I might be doing wrong.Here is the command I'm running along with the output:
flux bootstrap github --owner=$GITHUB_USER --repository=eks-example --branch=main --path=app-cluster --personal
► connecting to github.com
► cloning branch "main" from Git repository "https://github.com/username/eks-example.git"
✔ cloned repository
► generating component manifests
✔ generated component manifests
✔ component manifests are up to date
► installing components in "flux-system" namespace
✔ installed components
✔ reconciled components
► determining if source secret "flux-system/flux-system" exists
► generating source secret
✗ SSH key scan for host ssh.github.com:22 failed, error: dial tcp 192.x.x.x:22: i/o timeout
Beta Was this translation helpful? Give feedback.
All reactions