Thomas Stromberg
9a8c26c2fe
Call sudo to install cleanup script on Linux
2019-10-29 22:05:39 -07:00
Thomas Strömberg
e10ceefa32
Merge pull request #5768 from tstromberg/postmortem-problems
...
CI: Cut down log noise by just showing problems by default
2019-10-29 21:59:42 -07:00
Thomas Stromberg
5ac8aef303
Retry Pods.List, as it may fails when the apiserver is being rescheduled
2019-10-29 21:53:30 -07:00
Thomas Stromberg
279915a38d
Merge
2019-10-29 21:50:50 -07:00
Thomas Stromberg
970fc60403
Remove old kubeadm reset hack, also forcibly kill docker processes
2019-10-29 21:50:02 -07:00
Thomas Stromberg
0b65bbf1d9
Use underscores for script names, clear dhcpd leases
2019-10-29 21:33:39 -07:00
Thomas Stromberg
f8a114ada9
t fetch
...
Merge branch 'cleanup-scripts' of github.com:tstromberg/minikube into cleanup-scripts
2019-10-29 21:29:17 -07:00
Thomas Stromberg
af6468f5a4
Move gvisor testing to live behind a flag, double timeout
2019-10-29 20:20:33 -07:00
Thomas Stromberg
215534a487
Increase gvisor timeout
2019-10-29 20:15:42 -07:00
Thomas Stromberg
2c960a1435
Remove PARALLEL_COUNT
2019-10-29 20:15:35 -07:00
Thomas Stromberg
78d4406f88
Increase time penalty to 30s to further offset test runs
2019-10-29 20:09:39 -07:00
Thomas Stromberg
df2dff532a
Increase timeout to 90m, unset PARALLEL_COUNT
2019-10-29 20:03:39 -07:00
Thomas Strömberg
01302ab256
Merge pull request #5778 from tstromberg/v1.5.1
...
Set latest_release to v1.5.1
2019-10-29 18:00:56 -07:00
Thomas Strömberg
e57dd947c2
Merge pull request #5777 from minikube-bot/jenkins-releases.json-v1.5.1
...
update releases.json to include v1.5.1
2019-10-29 18:00:13 -07:00
tstromberg
99ab896c77
Set latest_release to v1.5.1
2019-10-29 17:58:54 -07:00
Thomas Strömberg
5cdae59f07
Merge pull request #5750 from issyl0/minikube-is-standard-homebrew-formula-now
...
macOS install docs: Minikube is a normal Homebrew formula now
2019-10-29 17:56:09 -07:00
Medya Gh
77ccd4694d
resolve conflict
2019-10-29 17:50:49 -07:00
minikube-bot
790d461d04
Update releases.json to include v1.5.1
2019-10-29 17:43:04 -07:00
Thomas Strömberg
4df684c4cc
Merge pull request #5775 from tstromberg/v1.5.1
...
Update Makefile and CHANGELOG for v1.5.1
2019-10-29 17:33:39 -07:00
Medya Gh
773c525ae7
fix test and remove extra code
2019-10-29 16:36:10 -07:00
tstromberg
f8f38f917b
Fix issues with crontab installation
2019-10-29 16:10:13 -07:00
tstromberg
02d7b74d10
Flag should be --problems
2019-10-29 15:45:07 -07:00
tstromberg
7c06814d2f
Update Makefile and CHANGELOG for v1.5.1
2019-10-29 15:43:00 -07:00
Thomas Strömberg
983dc16c83
Merge pull request #5761 from tstromberg/ulimit
...
Set Docker open-files limit ( 'ulimit -n') to be consistent with other runtimes
2019-10-29 15:41:58 -07:00
tstromberg
f6bd4df15c
Address feedback
2019-10-29 14:21:53 -07:00
Thomas Strömberg
dc72d69d78
Merge pull request #5767 from afbjorklund/docker-uid
...
Used fixed uid/gid for the default user account
2019-10-29 14:12:53 -07:00
Medya Gh
cd9e413852
resolve code review
2019-10-29 14:11:21 -07:00
Thomas Strömberg
85b486954b
Merge pull request #5771 from medyagh/gitignore_easset
...
add generated asset file to gitignore
2019-10-29 13:53:29 -07:00
Thomas Strömberg
74a5d477f2
Merge pull request #5718 from nanikjava/f-fix-test-disable-browser-test
...
Refactor to remove opening browser and just return url(s)
2019-10-29 13:51:33 -07:00
Medya Gh
765278b70d
add generated asset file to gitignore
2019-10-29 13:38:25 -07:00
tstromberg
1a6cfdb034
Cut down log noise by just showing problems by default
2019-10-29 13:15:21 -07:00
tstromberg
a2e684cf8d
Retry mysql check, as mysqld doesn't come up fully configured immediately
2019-10-29 13:13:33 -07:00
Anders F Björklund
d808a9ffec
Used fixed uid/gid for the default user account
...
Buildroot now defaults to allocating the package users first,
and the defined users later which means they get higher ids.
In order for the default "docker" user to have the uid/gid as
in previous versions, set it explicitly (to the first: 1000)
2019-10-29 20:25:51 +01:00
tstromberg
0b7a54079d
Merge branch 'master' into ulimit
2019-10-29 12:04:04 -07:00
Thomas Stromberg
f34b51db65
default-ulimit should be an arg, not an environment var
2019-10-29 07:56:31 -07:00
Thomas Stromberg
9bacb6a8e4
Remove test settings from buildroot
2019-10-28 22:33:18 -07:00
Thomas Stromberg
205376fc6d
WIP: Consistently set 'ulimit -n' across runtimes
2019-10-28 22:31:57 -07:00
Thomas Strömberg
b4ce29d589
Merge pull request #5757 from priyawadhwa/wait_false
...
Set --wait=false to default but still wait for apiserver
2019-10-28 21:52:15 -07:00
Nanik T
994d093766
Add boolean to disable opening browser during test
...
The WaitAndMaybeOpenService(..) method allow user to open the service
url in a browser when found, this create issue during testing as it's
opening browser and consuming resources.
The fix is to introduce a boolean flag allowing the caller to specify
whether to just print out the url or open a browser window
2019-10-29 13:23:41 +11:00
Thomas Strömberg
75377fa4eb
Merge pull request #5697 from nanikjava/f-fix-5329
...
kubelet: Pass --config to use kubeadm generated configuration
2019-10-28 19:13:28 -07:00
Priya Wadhwa
bd5840aacf
improve comments
2019-10-28 18:02:45 -07:00
Priya Wadhwa
c41eb8a835
Remove additional docs
2019-10-28 17:58:51 -07:00
Priya Wadhwa
f3b1a09c36
Clean up bootstrapper interface to accept list of pods to wait for
...
when waiting for the cluster to start up.
2019-10-28 17:34:04 -07:00
Priya Wadhwa
5113270c81
Update integration test name
2019-10-28 17:13:41 -07:00
Priya Wadhwa
5f12e9afa1
Update docs and add error message to generate-docs
2019-10-28 17:12:03 -07:00
Priya Wadhwa
c3dd5bc0c6
Add integration test
...
to make sure apiserver is up and running and that the pod can be
accessed via kubectl.
2019-10-28 16:50:01 -07:00
Thomas Strömberg
58018eee85
Merge branch 'master' into f-fix-5329
2019-10-28 16:22:18 -07:00
Priya Wadhwa
993967bcc7
make sure we can get api server pod
2019-10-28 15:20:13 -07:00
Sharif Elgamal
96fe568187
proper name for build test
2019-10-28 15:03:25 -07:00
Sharif Elgamal
c186ae8200
just run make instead of make cross
2019-10-28 14:58:09 -07:00