-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Errors while building and running kind #493
Comments
ERROR1 is happening while building the base-image via failing while adding the apt-key:
somehow gnupg is missing somehow in ubuntu:19.04 release and we need to install it manually to add the apt keys.
|
ERROR2 is happening because of mount command at |
/cc @BenTheElder |
awesome, Regarding ERROR2 is something I can't understand because I think that all linux hosts have that folder |
error1: has some prior discussion 😁 error2: We can add a check for if |
I understand the concern here, but other methods like docker does not work other non-amd architectures at the moment, so
This is based on the
Ref: https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.0.0.pdf |
error1: yes, I'd like to get tar, but let's fix apt until the tarball support is in. err2: thanks! I was just digging into that. unless we expect code to detect architecture based on this, I think I'll come back and ensure the entire directory is fake for CI <-> local consistency. |
What happened:
Hitting with the following error:
ERROR1: Error while building base-image:
ERROR2: Error while running create cluster:
The text was updated successfully, but these errors were encountered: