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
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
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
Medya Ghazizadeh
7569f77b25
Merge pull request #5759 from kubernetes/sharifelgamal-patch-7
...
Add josedonizetti as minikube approver
2019-10-28 13:50:28 -07:00
Priya Wadhwa
67901b457c
update start flags
2019-10-28 11:37:23 -07:00
Sharif Elgamal
192c13d4a2
Update OWNERS
2019-10-28 11:08:55 -07:00
Thomas Strömberg
f5ad9014ae
Merge pull request #5758 from tstromberg/inverted-ssh
...
Do not check sshd for the none driver
2019-10-28 10:56:30 -07:00
Priya Wadhwa
f92b308f9a
Rebased on master
2019-10-28 10:46:35 -07:00
Priya Wadhwa
cf62ff62b2
Remove extra log
2019-10-28 10:46:14 -07:00
Priya Wadhwa
7900b63d2b
Wait for only apiserver by default
...
This PR changes --wait=false to be the default, but to still check for the apiserver in this case. If wait=true, we still wait for all pods to be up and running. This change should speed up `minikube start`, since we won't have to wait for other pods which can take a longer time to start up.
Ref #5681
2019-10-28 10:45:57 -07:00
tstromberg
b1fd21e118
Do not check sshd for the none driver
2019-10-28 10:35:20 -07:00
Medya Ghazizadeh
ccd82feddb
Merge pull request #5702 from nanikjava/f-fix-5696
...
Fix website links hugo
2019-10-26 11:46:20 -07:00
Anders Björklund
cbf5d1f2d1
Merge pull request #5748 from afbjorklund/vmware-vmrun-fix
...
Fix compile error introduced by vmrun fix
2019-10-26 20:35:28 +02:00
Anders F Björklund
74e7b2c866
Fix compile error introduced by vmrun fix
2019-10-26 20:25:03 +02:00
Thomas Strömberg
f4c2e4bbc7
Merge pull request #5747 from afbjorklund/vmware-vmrun
...
Make sure to look for vmrun, for vmware
2019-10-26 10:33:54 -07:00
Anders F Björklund
3c48985477
Make sure to look for vmrun, for vmware
...
Otherwise you risk trying to run VMware, just because the
docker-machine-driver-vmware driver has been installed...
2019-10-26 18:13:57 +02:00
Thomas Strömberg
920f20cf6d
Merge pull request #5743 from tstromberg/cherry-f2833
...
Update documentation for v1.5.0
2019-10-25 19:59:43 -07:00
Nanik T
bd3956b8a6
Fix links by using Hugo modules tag
...
The link is broken as the config.toml is not using module.mounts.
To fix this need to add [module] section to point to the deploy/
folder as the README.md files are inside that folder
Put the different directory as separate module.mount and upgrade
hugo version to 0.59.0
2019-10-26 13:36:28 +11:00
Thomas Stromberg
44091cbe8d
Update documentation for v1.5.0
2019-10-25 19:09:34 -07:00
Thomas Strömberg
ff6c9f1f9a
Merge pull request #5742 from minikube-bot/jenkins-releases.json-v1.5.0
...
update releases.json to include v1.5.0
2019-10-25 19:04:52 -07:00
minikube-bot
4b8d5bfba1
Update releases.json to include v1.5.0
2019-10-25 18:37:40 -07:00
Thomas Strömberg
d1151d9338
Merge pull request #5737 from tstromberg/v1.5.0
...
Update Makefile and CHANGELOG to v1.5.0
2019-10-25 18:31:47 -07:00
Thomas Strömberg
86545c03ec
Merge pull request #5741 from tstromberg/gvisor-add
...
Set gvisor-addon version, make cache add non-fatal
2019-10-25 18:29:14 -07:00
Thomas Stromberg
11e8a45fe5
Set gvisor-addon version, make cache add non-fatal
2019-10-25 18:20:43 -07:00
tstromberg
1762575963
Add gvisor change, reorder items
2019-10-25 15:42:55 -07:00
Thomas Strömberg
d32431efba
Merge pull request #5735 from tstromberg/gvisor-yiso
...
gvisor: Use chroot instead of LD_LIBRARY_PATH
2019-10-25 15:41:28 -07:00
tstromberg
e00be6c5da
Prepare CHANGELOG for v1.5.0
2019-10-25 15:18:56 -07:00
tstromberg
54edc89dbf
Update Makefile to v1.5.0
2019-10-25 15:18:48 -07:00
Thomas Strömberg
b2b711f0a6
Merge pull request #5736 from kubernetes/medyagh-patch-1
...
Fix typo in integration test readme
2019-10-25 15:09:16 -07:00
tstromberg
30614d1fbe
Mention GVISOR_IMAGE_VERSION
2019-10-25 15:08:46 -07:00