Commit Graph

10305 Commits (70198d807d809e5f2a0881089258bd3b2ac8253c)

Author SHA1 Message Date
Sharif Elgamal 335379dc59 it works 2020-05-11 19:25:53 -07:00
Medya Ghazizadeh 2753b5ddfa
Merge pull request #8079 from minikube-bot/jenkins-releases.json-v1.10.0
update releases.json to include v1.10.0
2020-05-12 01:15:02 +00:00
minikube-bot 1f1e590c3d Update releases.json to include v1.10.0 2020-05-11 17:47:19 -07:00
Medya Ghazizadeh f318680e7e
Merge pull request #8075 from medyagh/release_v1_10
Release v1.10.0
2020-05-12 00:37:01 +00:00
Medya Ghazizadeh f52e385e3c
Merge pull request #8076 from medyagh/doc_fix
fix broken docs link
2020-05-11 23:10:27 +00:00
Medya Gh 6606548ef1 fix cross ref link 2020-05-11 16:01:34 -07:00
Medya Gh 364e48c637 try link with _index 2020-05-11 15:57:28 -07:00
Medya Gh 88e72ca91d fix broken docs link 2020-05-11 15:53:11 -07:00
Medya Gh b78f66e8db address review comments 2020-05-11 15:32:28 -07:00
Medya Gh ace8205c3a gen-docs 2020-05-11 15:31:15 -07:00
Medya Gh 2d66a283ad update version 2020-05-11 14:35:21 -07:00
Medya Gh 08656e32ae update changelog 2020-05-11 14:32:34 -07:00
Medya Ghazizadeh afab7c87c6
Merge pull request #7959 from afbjorklund/podman-prompt
Use noninteractive sudo when running podman
2020-05-11 21:02:22 +00:00
Medya Ghazizadeh 07d5472fe3
Merge pull request #8073 from afbjorklund/error-template
Missing period character in the error template
2020-05-11 20:46:38 +00:00
Anders F Björklund e892829155 Missing period character in the error template 2020-05-11 22:38:36 +02:00
Medya Ghazizadeh 12122f7dc6
Merge pull request #8053 from medyagh/arm64_docker_solution
docker/podman solution message for non-amd64 archs
2020-05-11 19:41:31 +00:00
Medya Gh 5104ecabad add to test error white list 2020-05-11 12:38:05 -07:00
Medya Gh 7c912719f1 match docker style in podman md 2020-05-11 12:29:36 -07:00
Medya Gh be221be806 address review comments 2020-05-11 12:29:07 -07:00
Medya Gh 5a4d3279be address review comments 2020-05-11 12:28:48 -07:00
Medya Ghazizadeh d2ae2b35a0
Merge pull request #8057 from afbjorklund/podman-tar
Don't run the extraction tar container for podman
2020-05-11 19:22:48 +00:00
Sharif Elgamal d4639c52b9 Merge branch 'master' of github.com:kubernetes/minikube into restart 2020-05-11 11:52:22 -07:00
Sharif Elgamal 4886030486 pass everything by reference since we actively change node IP 2020-05-11 11:50:51 -07:00
Medya Ghazizadeh 6b97ee8ee2
Merge pull request #8001 from afbjorklund/podman-start
podman: Wrap the start command with cgroup manager too
2020-05-11 17:59:39 +00:00
Medya Ghazizadeh d89d40c374
Merge pull request #8060 from afbjorklund/podman-cp
The podman cp command is not in podman-remote
2020-05-11 17:55:38 +00:00
Medya Ghazizadeh 9c6054883d
Merge pull request #8062 from afbjorklund/podman-point
Add a PointToHost function for podman as well
2020-05-11 17:55:14 +00:00
Thomas Strömberg acd2ae1bbe
Merge pull request #8051 from tstromberg/better-postmortem2
Run 'minikube logs' when sub-tests fail, remove some extraneous logging
2020-05-11 10:34:33 -07:00
Anders F Björklund 16af75ed24 Add fix warning for active podman-env as well 2020-05-11 12:15:22 +02:00
Medya Ghazizadeh c21b0096a6
Merge pull request #8064 from afbjorklund/podman-remote-docs
Docs: podman-remote is also called podman
2020-05-11 07:41:59 +00:00
Anders F Björklund fb3824ed52 Docs: podman-remote is also called podman
The "podman-remote" program is installed as "podman"
on platforms without a local client (i.e. not Linux)

So we need different documentation for different OS.
Eventually it will be called "podman" everywhere...
2020-05-10 23:42:18 +02:00
Anders F Björklund c578a7aa1e Add a PointToHost function for podman as well
And add an active variable, similiar to docker
2020-05-10 23:07:12 +02:00
Anders F Björklund 541fb9cf98 The podman cp command is not in podman-remote
So use podman exec stdin/stdout as a workaround.
2020-05-10 18:35:41 +02:00
Medya Ghazizadeh 7e3da0f8b0
Merge pull request #8017 from elegos/podman-volumes-extract-tarball-to-volume
Podman: disable selinux labels when extracting the tarball (permissions error)
2020-05-09 21:35:43 +00:00
Anders F Björklund cac41495cf Don't run the extraction tar container for podman
The preloaded images will be extracted anyway, using ssh.

But if creating them on the volume before the container is
booted, means that /var will not be fully copied over to it.
And without /var/lib/dpkg and others, kicbase will not boot.
So skip the parallel extraction for podman, do it afterwards.

Probably shouldn't mount all of /var, but just a sub-set...
2020-05-09 18:36:56 +02:00
Anders F Björklund 46025eccf5 Use the runCmd wrapper for start to not miss error 2020-05-09 14:07:18 +02:00
Anders F Björklund ac01e92012 Add comment about why podman looks at runtime.GOOS 2020-05-09 14:05:57 +02:00
Anders F Björklund a7a5148ff6 Don't add cgroup manager param for podman-remote
Since it doesn't work for either "run" or "start"

	Error: unknown flag: --cgroup-manager
2020-05-09 14:04:04 +02:00
Anders F Björklund 85fae62d4a Wrap the start command with cgroup manager too
When running with podman, to match the run cmd
2020-05-09 14:04:04 +02:00
Anders F Björklund 3fa4b9164d The podman volume prune does not support filter 2020-05-09 13:58:12 +02:00
Anders F Björklund 1bd56a40cf Don't use cached credentials for sudo podman
We want to verify that "NOPASSWD" has been set up properly

Otherwise the sudo timestamp might time out (after 15 mins)
2020-05-09 13:52:58 +02:00
Anders F Björklund 9673b421df Skip deleting leftovers if bin not available
Avoids spamming the log with extra drivers
2020-05-09 13:49:15 +02:00
Anders F Björklund c1be17346b Also delete podman containers and volumes
When deleting all minikube profiles, that is
2020-05-09 13:41:06 +02:00
Anders F Björklund 934ad06a82 Use noninteractive sudo when running podman
To avoid asking for a password in the middle of minikube commands.

The setup process is supposed to involve adding podman to sudoers...
2020-05-09 13:23:46 +02:00
Medya Gh 45acf71459 lint 2020-05-08 19:57:45 -07:00
Medya Gh 24971a5ff5 docker/podman fail on non-amd64 systems 2020-05-08 19:56:38 -07:00
Thomas Stromberg f7f7ca7fcd Switch back to CleanupWithLogs, make more things fatal so that logs come sooner 2020-05-08 19:03:03 -07:00
Thomas Stromberg 625b316f98 Revert comment removal 2020-05-08 17:19:32 -07:00
Thomas Stromberg 28d0a465e6 Merge to master 2020-05-08 17:17:02 -07:00
Medya Ghazizadeh 271ca3a7f0
Merge pull request #8035 from priyawadhwa/embed-certs
Wait to add aliases to /etc/hosts before starting kubelet
2020-05-08 23:52:02 +00:00
Medya Ghazizadeh d995b1dedf
Merge pull request #8049 from afbjorklund/cpus
Document that minikube with kubeadm needs 2 CPUs
2020-05-08 22:08:23 +00:00