You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fully-qualifies example image, to support non-docker runtimes (#524)
Non-docker runtimes may not assume a particular registry. The CRI avoids such
assumptions, leaving it up to individual runtimes. CRI-O as one runtime example
does not assume docker.io.
This change can be tested with cri-o on minikube with a command similar to:
`minikube start --kubernetes-version=v1.11.3 --network-plugin=cni --container-runtime=cri-o`
0 commit comments