-
Notifications
You must be signed in to change notification settings - Fork 6
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
Spike rootfs build no ssh #49
Conversation
Spike rootfs build no ssh grpc
…st does resource only
Next steps on this PR:
|
…ocess-directories On the way to process directories via grpc
At this stage bootstrapping Consul 1.9.4 via MMDS is working. The VM connects to the secure gRPC bootstrap server and bootstraps successfully. Resulting rootfs can be launched from, app starts as expected. Next steps:
|
The There is a problem fetching direct HTTP resources which was a special case to handle and needs to be handled properly. The direct HTTP resource is downloaded to the host build temporary directory and should be transferred to the bootstrapper via gRPC. But it seems this isn't happening so some test coverage for such case needs to be added. The only trace in logs is:
The problem needs to be first investigated in shared library and when that works, attempt integration in vminit. |
… bootstraps. Closes #38.
Spike implementation for #38.