make buildroot provision package re-usable for kic #6485
Labels
co/docker-driver
Issues related to kubernetes in container
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
while debugging kic driver that why crictl can not list images in docker I found out the /etc/crictl.yaml is not pointing to the docker.sock and docker sytemd config looks different !
on VM it is
but it in container its naked and not configured.
the provision package configures our dockerd
https://github.com/kubernetes/minikube/blob/master/pkg/provision/buildroot.go
has useful functions that could be used for both VM and container
for example: https://github.com/kubernetes/minikube/blob/master/pkg/provision/buildroot.go#L90
this function generates systemd files for docker. which inncludes insecure regteries...
which is used by VM but we should make this package agonistic of VM or Container.
The text was updated successfully, but these errors were encountered: