Sharif Elgamal
|
cebba29832
|
comments
|
2020-05-27 10:47:31 -07:00 |
Sharif Elgamal
|
1945b5f7bb
|
swap test order to make it work in github actions
|
2020-05-27 10:44:40 -07:00 |
Sharif Elgamal
|
606a307d14
|
skip restart test on github actions
|
2020-05-27 10:30:14 -07:00 |
Sharif Elgamal
|
a7e483a8a4
|
let's simplify kubeadm again
|
2020-05-27 10:17:01 -07:00 |
Sharif Elgamal
|
101f2da01d
|
revert changes to node_add
|
2020-05-27 10:10:46 -07:00 |
Sharif Elgamal
|
d0753347b5
|
Merge branch 'master' of github.com:kubernetes/minikube into restart
|
2020-05-27 09:58:22 -07:00 |
Sharif Elgamal
|
b5167834d0
|
it works! and simpler
|
2020-05-27 09:58:03 -07:00 |
Medya Ghazizadeh
|
ba9d1baf9d
|
Merge pull request #8279 from medyagh/test_ver_upgrade
fix parsing kubernetes version flag on an existing minikube
|
2020-05-27 00:13:11 +00:00 |
Medya Ghazizadeh
|
69d679f0c1
|
Merge pull request #8239 from medyagh/verify_docker_env
docker-env: restart dockerd inside minikube on failure
|
2020-05-26 23:56:58 +00:00 |
Medya Ghazizadeh
|
1bfdc4b0d1
|
Merge pull request #8129 from blues-man/master
Addons: add OLM support
|
2020-05-26 23:26:20 +00:00 |
Medya Gh
|
ab3710cc0b
|
fix parsing kubernetes version flag on an existing minikube
|
2020-05-26 16:20:07 -07:00 |
Medya Gh
|
6ff8c9a9ba
|
review comments
|
2020-05-26 15:02:42 -07:00 |
Medya Gh
|
834a584142
|
combine info and warnning
|
2020-05-26 13:29:31 -07:00 |
Medya Gh
|
2437a521e4
|
address review comments
|
2020-05-26 13:27:01 -07:00 |
Medya Gh
|
d24351a8c3
|
revert unrelated ode
|
2020-05-26 13:27:01 -07:00 |
Medya Gh
|
82b79d6e8b
|
remove podman-env restart
|
2020-05-26 13:27:01 -07:00 |
Medya Gh
|
7e1a2a557b
|
separate
|
2020-05-26 13:27:01 -07:00 |
Medya Gh
|
18e9055fb4
|
restart only what if needed
|
2020-05-26 13:27:01 -07:00 |
Medya Gh
|
f43ac07b41
|
restart docker on docker-env to prevent IP cert problems
|
2020-05-26 13:27:01 -07:00 |
Medya Ghazizadeh
|
20179ef8ee
|
Merge pull request #8259 from legal90/parallels-host-ip
Add HostIP implementation for parallels driver
|
2020-05-26 19:59:26 +00:00 |
Mikhail Zholobov
|
2b8bac695e
|
Apply code review changes
Rename "cmd*" var to "bin*" in the parallels-specific block
|
2020-05-23 23:08:10 +02:00 |
Mikhail Zholobov
|
c22a92f9bf
|
Add HostIP implementation for parallels driver
|
2020-05-23 20:35:55 +02:00 |
Mikhail Zholobov
|
49905d8fea
|
Remove Parallels from the list of supported drivers for Linux
Parallels Desktop works only on macOS (Darwin)
|
2020-05-23 16:32:28 +02:00 |
Sharif Elgamal
|
e225968194
|
Merge branch 'master' of github.com:kubernetes/minikube into restart
|
2020-05-21 15:44:31 -07:00 |
Medya Ghazizadeh
|
ad437c2c9c
|
Merge pull request #8229 from afbjorklund/docker-inspect
kic: explicitly provide the type in inspect commands
|
2020-05-21 22:44:20 +00:00 |
Medya Ghazizadeh
|
f26ea0fcf2
|
Merge pull request #8238 from sharifelgamal/postmortem
allow minikube status to display for one node
|
2020-05-21 22:41:00 +00:00 |
Sharif Elgamal
|
c8723ce59c
|
Merge branch 'master' of github.com:kubernetes/minikube into restart
|
2020-05-21 14:54:29 -07:00 |
Sharif Elgamal
|
bde6624365
|
Merge branch 'postmortem' of github.com:sharifelgamal/minikube into restart
|
2020-05-21 14:54:21 -07:00 |
Sharif Elgamal
|
3fc412bcc2
|
fix status calls in tests
|
2020-05-21 14:44:47 -07:00 |
Sharif Elgamal
|
39f6806626
|
add info log for retrieving node by machine name
|
2020-05-21 14:35:46 -07:00 |
Sharif Elgamal
|
70c228c2c3
|
adding postmortem logs for worker nodes in integration tests
|
2020-05-21 14:29:33 -07:00 |
Sharif Elgamal
|
9fe9513c34
|
only use retrieval code for multinode clusters
|
2020-05-21 14:08:34 -07:00 |
Sharif Elgamal
|
95755c07fd
|
generate docs
|
2020-05-21 12:54:54 -07:00 |
Sharif Elgamal
|
a7c49e47c1
|
allow minikube status to display for one node
|
2020-05-21 12:46:13 -07:00 |
Medya Ghazizadeh
|
eea26ea352
|
Merge pull request #8230 from kadern0/issue-8210
Fixed error parsing old version "latest" or "stable"
|
2020-05-21 17:46:46 +00:00 |
Anders F Björklund
|
14937e4677
|
Never use docker inspect, always provide the type
Should avoid errors like: map has no entry for key "State"
When inspecting a volume, rather than a container or image
|
2020-05-21 17:20:53 +02:00 |
Natale Vinto
|
c9227a080f
|
Add integration test TestOlmAddon
Enable olm and install etcd operator checking successful installation
|
2020-05-21 12:45:08 +02:00 |
kadern0
|
6189206367
|
Fixed error parsing old version "latest" or "stable"
Fixes #8210
Signed-off-by: kadern0 <kaderno@gmail.com>
|
2020-05-21 20:31:49 +10:00 |
Medya Ghazizadeh
|
25045cfc87
|
Merge pull request #8225 from medyagh/gh_package_login
exit with usage when need login to image registry
|
2020-05-21 05:36:29 +00:00 |
Sharif Elgamal
|
c4122377c4
|
add postmortem logs
|
2020-05-20 18:53:49 -07:00 |
Medya Gh
|
2c0719e9b4
|
fix spelling
|
2020-05-20 17:32:18 -07:00 |
Medya Gh
|
dcbcecdd35
|
remnove debugging
|
2020-05-20 17:09:15 -07:00 |
Medya Gh
|
489495d04b
|
resolve review comments
|
2020-05-20 17:07:50 -07:00 |
Sharif Elgamal
|
023b2dc911
|
fix test
|
2020-05-20 16:56:28 -07:00 |
Medya Gh
|
493b35bd45
|
remove debugging statements
|
2020-05-20 16:51:19 -07:00 |
Medya Gh
|
e2eade2aaf
|
remove debugging
|
2020-05-20 16:47:48 -07:00 |
Medya Gh
|
131eb2a85b
|
exit with usage when need login to github
|
2020-05-20 16:46:43 -07:00 |
Sharif Elgamal
|
95584eac43
|
skip start/stop on github actions
|
2020-05-20 16:08:44 -07:00 |
Sharif Elgamal
|
83740e1779
|
Merge branch 'master' of github.com:kubernetes/minikube into restart
|
2020-05-20 15:51:20 -07:00 |
Sharif Elgamal
|
13f0b87f59
|
better debugging
|
2020-05-20 15:49:17 -07:00 |