Priya Wadhwa
fce75622cf
Add start/stop test for plain old docker
2020-05-07 14:19:31 -07:00
Thomas Stromberg
cad2960ed5
Run generate-docs
2020-05-07 14:18:00 -07:00
Thomas Stromberg
eefcc04b36
Shorten long text
2020-05-07 14:14:10 -07:00
Thomas Stromberg
436cee2d84
Fix minikube/kubernetes capitalization, make short help consistent
2020-05-07 14:12:10 -07:00
Priya Wadhwa
80960945af
move into separate function
2020-05-07 13:45:34 -07:00
Priya Wadhwa
ced1914fed
remove unnecessary code
2020-05-07 13:43:03 -07:00
Priya Wadhwa
69a39c100c
Add kic
2020-05-07 13:41:37 -07:00
Priya Wadhwa
8ac42815aa
Restart kubelet if soft start
2020-05-07 13:40:26 -07:00
Priya Wadhwa
163ab88408
Restart kubelet in a function that is called on soft start
2020-05-07 13:22:09 -07:00
Priya Wadhwa
a353d564dd
Add comments
2020-05-07 13:03:07 -07:00
Priya Wadhwa
c037a97392
Restart kubeadm on soft `minikube start`
...
This should resolve a race condition in which the expected node IP and the ip passed into kubelet are different.
This should fix the embed-certs integration test which has been flaky for a while.
2020-05-07 12:59:55 -07:00
Thomas Stromberg
68cd6f96db
Merge branch 'master' into quiet-ssh2
2020-05-07 11:30:31 -07:00
Medya Ghazizadeh
269b938945
Merge pull request #8022 from tstromberg/better-restart
...
restart: validate configs with new hostname, add logging
2020-05-07 18:12:52 +00:00
Thomas Strömberg
1c60122567
Merge pull request #7860 from medyagh/hyperkit_version_warn
...
site: add instructions to upgrade hyperkit
2020-05-07 10:11:27 -07:00
Thomas Strömberg
9d322942f8
Merge pull request #7997 from aledbf/ingress
...
Update ingress-nginx addon
2020-05-07 10:08:48 -07:00
Kubernetes Prow Robot
3a025104bd
Merge pull request #8030 from anencore94/bugfix
...
Fix a typo in roadmap document
2020-05-07 00:03:08 -07:00
anencore94
6efa4ad37d
Fix a typo in roadmap document
...
Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
2020-05-07 15:49:52 +09:00
Thomas Stromberg
32e4e64bc4
Quiet initial ssh timeout message
2020-05-06 17:58:21 -07:00
Giacomo Mr. Wolf Furlan
9c43c47b06
Podman: disable selinux labels when extracting the tarball to prevent permission errors
2020-05-07 02:09:09 +02:00
Sharif Elgamal
80c3324b6f
Merge pull request #8023 from sharifelgamal/node-stop
...
Fix missing node name in minikube stop output
2020-05-06 16:29:23 -07:00
Thomas Stromberg
e9eabf1bda
Log an error if we can't read the response body
2020-05-06 15:55:49 -07:00
Thomas Stromberg
c66e38f469
Update SecondStartNoReset name
2020-05-06 15:40:42 -07:00
Thomas Stromberg
46fd365502
go mod tidy
2020-05-06 15:25:47 -07:00
Thomas Stromberg
7de8ae3f54
Log existing configuration files, fix validateStartNoReset test
2020-05-06 15:25:27 -07:00
Thomas Stromberg
55cbbd3e4c
Remove test panic
2020-05-06 14:47:56 -07:00
Thomas Stromberg
8c4f1d3c73
go mod tidy
2020-05-06 14:44:41 -07:00
Sharif Elgamal
5ed946cc4c
fix minikube stop output
2020-05-06 14:41:43 -07:00
Thomas Stromberg
d31a4bd561
Fix cluster reconfiguration issues, improve behavior
2020-05-06 14:39:15 -07:00
Medya Ghazizadeh
4607c0f04a
Merge pull request #8018 from sharifelgamal/nodeip
...
assign proper internal IPs for nodes
2020-05-06 20:55:28 +00:00
Sharif Elgamal
464d4259ce
assign proper internal IPs for nodes
2020-05-06 09:35:48 -07:00
Medya Ghazizadeh
f3d5c576e4
Merge pull request #7956 from govargo/split-integration-tunnelcmd
...
TestFunctional/parallel/TunnelCmd into serial subtest
2020-05-06 03:49:31 +00:00
priyawadhwa
a3e99670cd
Merge pull request #8010 from priyawadhwa/systemd-env
...
Add env variable to configure force-systemd
2020-05-05 16:23:31 -07:00
Manuel Alejandro de Brito Fontes
8209421c3e
Fix invalid ingress-dns references and ingress
2020-05-05 15:36:15 -04:00
Manuel Alejandro de Brito Fontes
c3a529f7ea
Update ingress-nginx addon
2020-05-05 15:36:03 -04:00
Priya Wadhwa
ec74a37e9c
Add env variable to configure force-systemd
...
Also add an integration test for the env variable
2020-05-05 12:10:03 -07:00
Medya Ghazizadeh
0b60ff2e0f
Merge pull request #7971 from tstromberg/latest-pkg
...
Add unversioned package paths to avoid updating upstream docs each release
2020-05-05 17:35:54 +00:00
Medya Ghazizadeh
fc97b8e27e
Merge pull request #8005 from tstromberg/clearer-ingress
...
validateIngressAddon: cleanup output, particularly stderr warnings
2020-05-05 16:52:14 +00:00
Kenta Iso
884f0e2c15
Change TestFunctional/parallel/TunnelCmd into serial subtests
2020-05-05 22:39:09 +09:00
Medya Ghazizadeh
ca5353742e
Merge pull request #7943 from medyagh/kicbase_gh_package
...
docker/podman: add alternative image repo for base image to fallback
2020-05-04 23:12:28 +00:00
Thomas Stromberg
e467d6dd18
Merge branch 'master' into clearer-ingress
2020-05-04 15:32:09 -07:00
Thomas Stromberg
247a61c45f
validateIngressAddon: cleanup output, particularly stderr warnings
2020-05-04 15:31:49 -07:00
Medya Gh
041a452a16
add todo comment
2020-05-04 15:22:50 -07:00
Medya Ghazizadeh
59adfbc344
Merge pull request #8002 from medyagh/test_pause_log
...
add docker logs to postmortem
2020-05-04 22:13:47 +00:00
Thomas Strömberg
250594d83d
Merge pull request #7998 from tstromberg/no-ssh-test
...
Remove sshutil_test - it offers no value
2020-05-04 14:43:08 -07:00
Thomas Strömberg
d363ca9dd7
Merge pull request #7999 from tstromberg/addon-retry-more
...
addons: fix initial retry delay, double maximum limit
2020-05-04 14:36:40 -07:00
Medya Gh
4fcd30dd43
add defer
2020-05-04 14:23:42 -07:00
Medya Gh
d2a9180edc
dont return
2020-05-04 14:19:43 -07:00
Medya Gh
d776a22851
add --details
2020-05-04 14:18:13 -07:00
Medya Gh
03540c247e
add docker logs to postmortem
2020-05-04 14:15:50 -07:00
Medya Ghazizadeh
3e30e9f2c8
Merge pull request #8000 from tstromberg/err-spam-logs
...
error spam: add raw stdout/stderr if failed
2020-05-04 21:06:38 +00:00