Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies have not been able to be installed #56

Open
oil-oil opened this issue May 29, 2022 · 8 comments
Open

Dependencies have not been able to be installed #56

oil-oil opened this issue May 29, 2022 · 8 comments
Assignees

Comments

@oil-oil
Copy link

oil-oil commented May 29, 2022

I have tried many ways to install the dependency and it stays in the checking if xxx is ready state.
I wonder if I am doing something wrong? If you guys need more to troubleshoot you can let me add it.
dapr is my own separate installation.

871653792685_ pic
861653792284_ pic

@benjaminhuo
Copy link
Member

You can add the --region-cn option to avoid image pull error:
ofn install --region-cn --all
For more details of the new cli options, please refer to https://github.com/OpenFunction/cli/blob/main/docs/install.md
And please try the latest v0.6.0 release : https://github.com/OpenFunction/cli/releases/tag/v0.6.0

@benjaminhuo
Copy link
Member

@tpiperatgod any other logs to check where the installation is stuck?

@oil-oil
Copy link
Author

oil-oil commented May 29, 2022

You can add the --region-cn option to avoid image pull error: ofn install --region-cn --all For more details of the new cli options, please refer to https://github.com/OpenFunction/cli/blob/main/docs/install.md And please try the latest v0.6.0 release : https://github.com/OpenFunction/cli/releases/tag/v0.6.0

Thank you very much for your prompt reply, but I've tried using --region-cn and it still doesn't work. My screenshot shows the performance after using --region-cn

@benjaminhuo
Copy link
Member

benjaminhuo commented May 29, 2022

You can take a look at each component's events or logs, like:
kubectl -n keda get pod
kubectl -n keda logs <pod>
kubectl -n keda describe pod <pod>

@oil-oil
Copy link
Author

oil-oil commented May 29, 2022

You can take a look at each component's events or logs, like: kubectl -n keda get pod kubectl -n keda describe pod

Okay, I'll try it.

@tpiperatgod
Copy link
Member

"Error reports" says Tekton Pipelines is not ready, you can check what is wrong with Tekton Pipelines deployment.

Pls use the kubectl get pods --namespace tekton-pipelines --watch command to check the status of the Tekton Pipelines deployment, as described in this docs.

@oil-oil
Copy link
Author

oil-oil commented May 29, 2022

I'm a Chinese user, I turned the proxy off and tried again, but it reported this error.
891653797393_ pic

@tpiperatgod
Copy link
Member

tpiperatgod commented May 29, 2022

Looks like a network problem...🥲

I suggest you try adding this parameter: --version v0.6.0, also you are welcome to join our discord channel to discuss this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants