-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add cri-tools to minikube.iso, for crictl #2404
Conversation
Can one of the admins verify this patch? |
@minikube-bot ok to test |
Looks like the build failed with:
|
ah, Jenkins sets a variable that I didn't have in my environment. Will set GOPATH explicitly...
I wondered why that line was there, when there already was a default in the Makefile ? Now I know. Seems like a |
Nope, apparently that wasn't (entirely) it.
When I run it locally, it creates a symlink ? ifeq ("$(wildcard $(GOPKGDIR))","")
mkdir -p "$(GOPKGBASEDIR)"
ln -s "$(CURDIR)" "$(GOPKGBASEDIR)/cri-tools"
endif
|
Installing
It is trying to run
|
Upgraded to CRI for Kubernetes 1.9, to match the minikube 0.25.0 default version |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: afbjorklund Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
That preflight error will be fixed in Kubernetes 1.10 : That is probably also when a stable "crictl" will appear... |
We don't need critest, because it requires go anyway. But kubeadm insists on crictl being available in path.
kubeadm init is running `crictl -r /var/run/dockershim.sock info` before the socket actually exists (kubelet hasn't started up yet)
Updated to "beta", which is the recommended version for k8s 1.10: |
Well, at least the warning is gone from kubeadm 1.10, as promised... |
Same as kubernetes/kubeadm#613
[WARNING FileExisting-crictl]: crictl not found in system path
Added in kubernetes/kubeadm#508
kubernetes/kubernetes@bb0cd27