Ilya Zuyev
bdde5acf22
Restore common.sh; use run_tests.sh for arm jobs instead
2021-03-15 15:00:10 -07:00
Medya Gh
ec24edabdc
change exit code
2021-03-15 14:41:19 -07:00
Medya Gh
e60d9d0fa8
unque code for disk space
2021-03-15 14:37:03 -07:00
Medya Gh
5f514f2518
unique error code for when there is no disk space
2021-03-15 14:36:19 -07:00
Sharif Elgamal
781e3ea105
add cleanup script for docker windows machine
2021-03-15 14:06:11 -07:00
Sharif Elgamal
f95d43a2c7
Merge pull request #10835 from sharifelgamal/prune-windows
...
make sure to prune docker on windows integration test machines
2021-03-15 13:27:05 -07:00
dependabot[bot]
8615fc142d
Bump github.com/cheggaaa/pb/v3 from 3.0.1 to 3.0.6
...
Bumps [github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb ) from 3.0.1 to 3.0.6.
- [Release notes](https://github.com/cheggaaa/pb/releases )
- [Commits](https://github.com/cheggaaa/pb/compare/v3.0.1...v3.0.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 20:18:13 +00:00
Medya Ghazizadeh
bacfd360c5
Merge pull request #10824 from afbjorklund/exotic-packaging
...
Add rpm and deb packaging for ppc64le and s390x
2021-03-15 13:06:53 -07:00
Sharif Elgamal
bc5d846a30
point to raw logs when no gopogh
2021-03-15 13:05:54 -07:00
Medya Ghazizadeh
178a7a3a60
Merge pull request #10819 from afbjorklund/image-docs
...
Add basic documentation for minikube image command
2021-03-15 13:05:41 -07:00
Sharif Elgamal
ce3227422e
force
2021-03-15 13:03:40 -07:00
Medya Ghazizadeh
45f76a9f3a
Merge pull request #10834 from medyagh/GUEST_PROV_SSH
...
Provide unique error code for not copyable cert for kic
2021-03-15 13:02:38 -07:00
Medya Ghazizadeh
4a4e3dbd9f
Merge pull request #10829 from kubernetes/dependabot/go_modules/golang.org/x/mod-0.4.2
...
Bump golang.org/x/mod from 0.4.1 to 0.4.2
2021-03-15 12:55:09 -07:00
Sharif Elgamal
fb8b25cb04
make sure to prune docker
2021-03-15 12:50:47 -07:00
Medya Gh
dd31af548d
Provide unique error code for not copyable cert for kic
2021-03-15 12:41:44 -07:00
Sharif Elgamal
294f044821
add creds for docker pull to gcp-auth
2021-03-15 11:39:06 -07:00
Ilya Zuyev
953ddeff2a
update jenkins scripts
2021-03-15 11:19:49 -07:00
Anders F Björklund
93aae1fb81
Add deb/rpm packaging for arm32/armv7 as well
2021-03-15 08:54:35 +01:00
dependabot[bot]
a2d3a8a412
Bump golang.org/x/mod from 0.4.1 to 0.4.2
...
Bumps [golang.org/x/mod](https://github.com/golang/mod ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/golang/mod/releases )
- [Commits](https://github.com/golang/mod/compare/v0.4.1...v0.4.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 07:52:15 +00:00
Yanshu Zhao
4072ea7a93
Add header file
2021-03-15 06:37:06 +00:00
Anders F Björklund
7789bdfc35
Refactor: use variables for package revisions
2021-03-15 07:35:39 +01:00
Anders F Björklund
2f8070ace1
Add rpm and deb packaging for ppc64le and s390x
2021-03-15 07:30:07 +01:00
Yanshu Zhao
74209abc2c
add auto-pause hook deployment template to auto-pause add on
2021-03-15 06:29:23 +00:00
Yanshu Zhao
91f9bd6ef9
Add webhook to inject env to redirect inner cluster requests to haproxy
...
in auto-pause
2021-03-15 05:56:44 +00:00
Predrag Rogic
1f75634357
fix driver.IndexFromMachineName()
2021-03-14 18:46:26 +00:00
bharathkkb
79721246b1
switch test cmd
2021-03-14 13:14:07 -05:00
Anders F Björklund
5919ee78bc
Add basic documentation for minikube image command
...
Using the image command is an alternative to using the
different environment cmds for the different clients.
2021-03-14 18:37:39 +01:00
Anders F Björklund
5cf8dce944
Add a red box around docker desktop registry port
...
To make it harder to miss the notice, with the rest of the emojis
Also remove some stray "on" text, but do add "driver" and "port"
2021-03-14 16:18:53 +01:00
Anders F Björklund
ce04eb53fd
Add the possibility to output indented strings
...
Sometimes you want to process the style string and output it with
indentation but without any extra emojis. So add special variants.
Also make the enum names more sane for LowIndent, LowIndentBullet
(which removes the need of commenting why the enum name was wrong)
2021-03-14 16:15:03 +01:00
Anders F Björklund
ea1d023c8a
Allow loading more than one image at a time
...
They need to all be cached or all be local, though.
If one appears to be local, then assume that all are.
2021-03-13 14:43:18 +01:00
Anders F Björklund
0d99d18803
Allow loading local images as well as from cache
...
Previously only allowed loading from daemon or remote
via the cache, and not directly from local tarball.
2021-03-13 14:43:15 +01:00
Predrag Rogic
7958d671c6
make sure directory exists
2021-03-13 13:28:04 +00:00
Medya Ghazizadeh
ff0e25ada8
Merge pull request #10793 from afbjorklund/kubectl-cluster
...
minikube kubectl: The --cluster flags should be prepended
2021-03-12 14:18:21 -08:00
Medya Ghazizadeh
b6c41014a4
Merge pull request #10800 from medyagh/usage_err_break
...
ui: break down usage for no profile found
2021-03-12 14:09:21 -08:00
Ilya Zuyev
36b0ec8243
debug prints
2021-03-12 13:14:15 -08:00
Medya Gh
67172b636c
break down usage for no profile found
2021-03-12 12:29:23 -08:00
Steven Powell
b51b71599b
Merge pull request #10795 from tripolkaandrey/remove_message_disabled_registry_addon
...
Removed "use {port} instead of default 5000" message when disabling registry addon
2021-03-12 11:18:17 -07:00
tripolkaandrey
e2acd0d657
added check for enabled registry addon
2021-03-12 12:24:25 +02:00
Anders F Björklund
e8a35de28e
The --cluster flags should be prepended
...
Not appended, because it will break exec
2021-03-12 08:39:41 +01:00
Ilya Zuyev
9ca7392688
add upload_integration_report.sh jenkins script
2021-03-11 16:55:00 -08:00
Medya Ghazizadeh
fe94d18c49
Merge pull request #10635 from BLasan/issue-10539
...
test: remove unwanted docker images after functional test
2021-03-11 16:54:54 -08:00
Medya Ghazizadeh
b9f342c9f3
Merge pull request #10779 from medyagh/revert_non_ingress
...
skip ingress test on none driver and add warning
2021-03-11 12:16:28 -08:00
Medya Ghazizadeh
bf204d10b4
Merge pull request #10782 from afbjorklund/cni-portmap
...
Enable portmap for the default cni bridge
2021-03-11 12:06:30 -08:00
Medya Ghazizadeh
ed2f4f9b5b
Merge pull request #10787 from jjkiely/minikube-dead-link
...
Site: Fix dead link in memory limit advice
2021-03-11 10:25:06 -08:00
Medya Gh
2709a0b856
skip
2021-03-11 10:23:16 -08:00
jjkiely
e2d08bbd06
Updated more information section of validateChangedMemoryFlags function with correct, working link
2021-03-11 16:19:15 +00:00
Medya Gh
ee74d42eba
merge conflict
2021-03-11 01:14:06 -08:00
Sharif Elgamal
2e3c7977fc
Merge branch 'master' of github.com:kubernetes/minikube into gcr-auth
2021-03-10 16:47:58 -08:00
Medya Ghazizadeh
025fae0de3
Merge pull request #10704 from nixpanic/iso/add-losetup
...
install losetup from util-linux in the ISO to enable support for VolumeMode=Block PVCs
2021-03-10 15:38:31 -08:00
Medya Ghazizadeh
97a8f7d0b9
Merge pull request #10747 from kubernetes/dependabot/go_modules/github.com/google/go-cmp-0.5.5
...
Bump github.com/google/go-cmp from 0.5.4 to 0.5.5
2021-03-10 15:33:08 -08:00