Ling Samuel
101d39fc51
Addon custom registry:
...
* fix missing suffix when using global image repo
* support override global image repo
* change all imagePullPolicy to IfNotPresent
* fix empty global image repo suffix
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:08 +08:00
Ling Samuel
c9f4cb8388
addons custom images/registries example article
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:08 +08:00
Ling Samuel
675633691f
Allow empty custom registry
2021-01-27 10:33:08 +08:00
Ling Samuel
046858778f
Ignore empty params
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:08 +08:00
Ling Samuel
52f0e49a1e
Fix docker.io/ prefix
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel
76833fd2fa
Make registry configurable
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel
de3c901c18
Implement all addons
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel
7b2d1a6838
Remove default image from yaml, fix empty images warning
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:06 +08:00
Ling Samuel
a49d91524b
update docs
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:06 +08:00
Ling Samuel
b949034e1a
Manage addon images in code, support custom addon images
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:00 +08:00
Sharif Elgamal
c2d824911b
Merge pull request #10145 from sharifelgamal/windows-pr-test
...
ci: add full integration tests for Docker on Windows
2021-01-26 16:20:32 -08:00
Medya Ghazizadeh
597091d84b
Merge pull request #10106 from spowelljr/userFlag
...
Add new flag --user and to log executed commands
2021-01-26 15:44:58 -08:00
priyawadhwa
c636bfe7de
Merge pull request #10275 from priyawadhwa/driver-mounts-vbox
...
Fix small bug in TestStartStop
2021-01-26 15:28:52 -08:00
Steven Powell
44e3aedaa6
made username func private
2021-01-26 15:34:29 -07:00
priyawadhwa
e0b14ec55a
Merge pull request #10274 from priyawadhwa/unhide-schedule
...
Unhide --schedule flag for scheduled stop
2021-01-26 14:22:12 -08:00
Priya Wadhwa
2f4117f696
Only run disable-driver-mounts test with virtualbox
2021-01-26 13:10:18 -08:00
Priya Wadhwa
78a89a13fd
Update docs
2021-01-26 13:07:00 -08:00
Priya Wadhwa
24aefaebb6
Unhide --schedule flag for scheduled stop
2021-01-26 13:05:30 -08:00
priyawadhwa
cb5bc9c850
Merge pull request #10273 from priyawadhwa/fix-docs
...
Run make generate-docs
2021-01-26 13:02:33 -08:00
Priya Wadhwa
8c3ccb5294
Run make generate-docs
2021-01-26 13:01:43 -08:00
Medya Ghazizadeh
a1e7799db8
Merge pull request #10270 from afbjorklund/gopsutil-cpu
...
The gopsutil cpu implementation changed in v3
2021-01-26 12:53:38 -08:00
Sharif Elgamal
2a59bff6fb
Merge branch 'master' of github.com:kubernetes/minikube into windows-pr-test
2021-01-26 12:46:35 -08:00
Sharif Elgamal
52ab6a503e
boilerplate
2021-01-26 12:46:26 -08:00
priyawadhwa
fb3396fa6a
Merge pull request #10251 from andrzejsydor/patch-1
...
Update addons.md
2021-01-26 12:04:30 -08:00
priyawadhwa
9a3bac712a
Merge pull request #10261 from priyawadhwa/cni-on-containerd
...
Run CNI tests on containerd
2021-01-26 11:10:07 -08:00
Medya Ghazizadeh
be4a3ee0fc
Merge pull request #10269 from afbjorklund/ssh-driver-opt-in
...
Make the ssh driver opt-in and not default
2021-01-26 09:27:11 -08:00
Anders F Björklund
7e9d58c468
The gopsutil cpu implementation changed in v3
...
Was supposed to return the number of vCPU (i.e. nproc)
Before, both "physical" and "logical" returned the same.
The returned information should match cpuinfo and lscpu:
CPU(s) = Socket(s) x Core(s) each x Thread(s) each
2021-01-26 17:48:52 +01:00
Anders F Björklund
44a9fa934b
Make the ssh driver opt-in and not default
...
It needs an external VM with an IP address
2021-01-26 17:10:56 +01:00
Sharif Elgamal
c2bb8385d6
Merge pull request #10219 from sharifelgamal/fix-download-test
...
refactor download only test for better visibility
2021-01-25 15:49:20 -08:00
Priya Wadhwa
48be26ba96
Run CNI tests on containerd
2021-01-25 14:51:35 -08:00
Sharif Elgamal
afa9aafcd2
Merge branch 'master' of github.com:kubernetes/minikube into fix-download-test
2021-01-25 14:37:47 -08:00
Sharif Elgamal
b694e0e627
shorten subtest names
2021-01-25 14:37:35 -08:00
priyawadhwa
a4ee1e0791
Merge pull request #10232 from priyawadhwa/fix-json-output
...
Add JSON step for CNI to fix failing TestJSONOutput test
2021-01-25 13:42:44 -08:00
priyawadhwa
6e5a36f17a
Merge pull request #10193 from priyawadhwa/refactor-start-stop
...
Split up TestStartStop by container runtime
2021-01-25 12:38:59 -08:00
Sharif Elgamal
e0143edad6
Merge branch 'master' of github.com:kubernetes/minikube into fix-download-test
2021-01-25 12:23:15 -08:00
priyawadhwa
a3225d7dbf
Merge pull request #10230 from priyawadhwa/fix-test-functional
...
Fix TestFunctional subtests to run for all three runtimes
2021-01-25 12:19:33 -08:00
Priya Wadhwa
a9f435b757
put step in correct place
2021-01-25 11:39:06 -08:00
Priya Wadhwa
ff72cb81b6
Merge branch 'master' of https://github.com/kubernetes/minikube into refactor-start-stop
2021-01-25 11:18:32 -08:00
Priya Wadhwa
37dd783dd8
Fix position of Configuring CNI
2021-01-25 11:03:24 -08:00
Priya Wadhwa
6e1ae7e70f
Merge branch 'master' of https://github.com/kubernetes/minikube into fix-json-output
2021-01-25 10:53:36 -08:00
priyawadhwa
9f6b66ccb0
Merge pull request #10257 from priyawadhwa/deb-revision
...
Set DEB_REVISION=2 and update release docs for deb/rpm revisions
2021-01-25 10:42:33 -08:00
Priya Wadhwa
9f1c3b5f7f
update docZ
2021-01-25 10:16:20 -08:00
Steven Powell
5058ef3e71
moved username validation to cmd
2021-01-25 10:57:52 -07:00
Priya Wadhwa
647aa96458
Add updating revision info to docs
2021-01-25 09:52:24 -08:00
Priya Wadhwa
8175e64810
Set DEB_REVISION=2, since we manually had to upload new .deb files due to #10224
2021-01-25 09:50:29 -08:00
Sharif Elgamal
3e7a72129f
Merge branch 'master' of github.com:kubernetes/minikube into fix-download-test
2021-01-25 09:48:13 -08:00
Sharif Elgamal
04ed63c1eb
Merge pull request #10196 from priyawadhwa/refactor-test-offline
...
Only run TestOffline/TestDownloadOnly for specified container runtime
2021-01-25 09:35:17 -08:00
Medya Ghazizadeh
07ce06e523
Merge pull request #10235 from BLasan/issue-10185
...
Add resource requests & limits for mysql test
2021-01-25 09:23:26 -08:00
Sharif Elgamal
e36f848902
Merge branch 'master' of github.com:kubernetes/minikube into fix-download-test
2021-01-25 09:23:03 -08:00
Thomas Strömberg
72598eeab0
Merge pull request #10004 from tstromberg/deb_revision
...
Makefile: Make Debian/RedHat package revisions settable
2021-01-25 09:10:17 -08:00