-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can not clone zip project on Minikube #19120
Comments
cc @vitaliy-guliy didn't you work on this recently? Could it be a regression? |
I don't think so. |
The problem is that curl does not take into account system certificates. It uses only generated |
There is an option Curl man page says
Having googled a bit and inspected my system I see, that this directory contains symlinks on the certificates and names of the links are in format So, here we have: Option 1. First is to prepare a directory somewhere in Then it would be able to add For this option we need to add Option 2. Include all The second one is easier. Was tested, works fine. Bundle weight is around 217kb. Update: Each system has a bundle with all the certificates. |
Describe the bug
I get an error at importing a zip project on
minikube
.The error is:
Please see the screenshot below.
I'm not able to reproduce the bug using the same
devfile
on thedogfooding
instance.Che version
Steps to reproduce
Start a workspace from the following
devfile
onminikube
.Devfile
Expected behavior
Runtime
kubectl version
)oc version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
chectl/0.0.20210220-next.92bf415 linux-x64 node-v12.20.2
Environment
Eclipse Che Logs
Additional context
The text was updated successfully, but these errors were encountered: