Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Use latest minikube version #108

Merged
merged 25 commits into from
Aug 13, 2020
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
50f73a7
Update minikube to latest
maxbischoff Aug 3, 2020
a755df4
Fix containerd socket path
maxbischoff Aug 3, 2020
68b93bc
Document required minikube version
maxbischoff Aug 3, 2020
4def760
Use latest minikube in travis
maxbischoff Aug 3, 2020
86d5538
Speed up pipeline by consolidating stages
maxbischoff Aug 3, 2020
f4cafe9
Check if crictl is installed
maxbischoff Aug 3, 2020
2b9deb2
Add crictl config
maxbischoff Aug 4, 2020
02cb542
Set crictl config as env variables
maxbischoff Aug 5, 2020
f289667
Try containerd install via apt
maxbischoff Aug 5, 2020
3b3a68c
Try manually setting cri-socket
maxbischoff Aug 5, 2020
939bb41
Use correct registry IP for docker driver
maxbischoff Aug 10, 2020
72127d4
Fix local registry config
maxbischoff Aug 11, 2020
f0e3170
Use docker driver in e2e tests
maxbischoff Aug 11, 2020
0c4b9fd
Add debugging commands
maxbischoff Aug 11, 2020
1c90a11
Use debug logging in docker push
maxbischoff Aug 11, 2020
6d3a34e
Revert "Use debug logging in docker push"
maxbischoff Aug 11, 2020
2732d0e
Remove crictl pull that is not used anymore
maxbischoff Aug 11, 2020
9105990
Remove debug commands in CI
maxbischoff Aug 12, 2020
d469236
Bump minikube to v1.12.2
maxbischoff Aug 12, 2020
e6c3ff3
Cleanup minikube args
maxbischoff Aug 12, 2020
b7a6ac6
Remove stale part of comment
maxbischoff Aug 12, 2020
2518235
Remove old dependency in CI
maxbischoff Aug 12, 2020
5b55cee
Clarify DOCKER_REGISTRY defaults
maxbischoff Aug 12, 2020
4071f1a
Change containerd registry endpoint from IP to localhost
maxbischoff Aug 12, 2020
9e37c22
Update local_dev/run_e2e_tests.sh
maxbischoff Aug 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try manually setting cri-socket
maxbischoff committed Aug 11, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
addaleax Anna Henningsen
commit 3b3a68c4766f9baf0567a204326a86b3a00dd5b0
1 change: 1 addition & 0 deletions local_dev/start_containerd.sh
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ minikube start \
--cpus 2 \
maxbischoff marked this conversation as resolved.
Show resolved Hide resolved
--cni=calico \
--container-runtime=containerd \
--cri-socket='unix:///run/containerd/containerd.sock' \
--bootstrapper=kubeadm \
--host-only-cidr=172.17.17.1/24 \
--insecure-registry=localhost:5000 \