ToonvanStrijp
61048eedbe
fix typo
2020-10-07 19:41:57 +02:00
ToonvanStrijp
96d7fc4bc0
fix lint tabs
2020-10-07 19:40:59 +02:00
ToonvanStrijp
a20a177005
pass docker and podman exposed ports to driver
2020-10-07 18:10:07 +02:00
ToonvanStrijp
e66101d174
change dockerPorts to exposedPorts
2020-10-07 18:09:11 +02:00
ToonvanStrijp
902ca07557
add -p flag to extra args in new driver
2020-10-06 13:38:58 +02:00
ToonvanStrijp
e500d5b840
add DockerPorts to cluster config
2020-10-06 13:38:01 +02:00
ToonvanStrijp
b538bc0f56
add extra args
2020-10-06 13:34:20 +02:00
Medya Ghazizadeh
5614ed0edc
Merge pull request #9367 from medyagh/pname_length
...
don't allow profile name to be less than 2 characters
2020-10-05 18:14:15 -05:00
Anders F Björklund
20fc95724e
Rearrange whitespace to make goimports happy
2020-10-04 16:05:30 +02:00
Anders F Björklund
e36c937a34
Do some simple cleanup of the golint complaints
...
The "magic strings" and enums still needs another approach
Simply echoing everything twice doesn't seem very useful ?
2020-10-04 13:40:33 +02:00
Anders F Björklund
237591376d
Run gofmt on pkg/minikube/driver/driver_test.go
2020-10-04 09:49:58 +02:00
Medya Ghazizadeh
0fc0c82337
Merge pull request #9294 from medyagh/docker_network
...
add dedicated network for docker driver
2020-10-01 14:11:42 -05:00
Medya Gh
437aed366c
unit test
2020-09-30 17:31:22 -07:00
Medya Gh
e178684f32
unit test
2020-09-30 17:26:24 -07:00
Medya Gh
1048e6d490
add unit test
2020-09-30 17:24:26 -07:00
Medya Gh
f71272ca79
don't allow profile name to be less than 2 characters
2020-09-30 17:22:45 -07:00
Medya Gh
73d77e2463
address review comments
2020-09-30 16:42:42 -07:00
Medya Gh
f807bcf8c9
remove kic test
2020-09-30 14:58:20 -07:00
Medya Ghazizadeh
5815ef835c
Merge pull request #9353 from medyagh/update_kicbase_ub
...
update kicbase image to ubuntu-based
2020-09-30 12:07:58 -05:00
zhanwang
790dd24836
pkg machine: correct 'deleting' spelling errors
2020-09-30 09:56:33 +08:00
Medya Gh
b84dedc652
address review comments
2020-09-29 15:07:06 -07:00
Medya Gh
c48e8e5ec9
add more unit tests
2020-09-29 15:00:44 -07:00
Medya Gh
82f39d1387
clarify comment
2020-09-29 14:29:34 -07:00
Medya Gh
31e175c6f8
move index machine to driver package
2020-09-29 14:27:37 -07:00
Medya Gh
058adb775c
address review comments
2020-09-29 14:14:25 -07:00
Medya Gh
b7780ec815
address review comments
2020-09-29 14:14:25 -07:00
Medya Gh
f163cf9e15
update with new logic
2020-09-29 14:14:25 -07:00
Medya Gh
2766235a5c
try alternate if no network
2020-09-29 14:14:25 -07:00
Medya Gh
fa0afb220d
lint
2020-09-29 14:14:25 -07:00
Medya Gh
f0f10d6135
first version
2020-09-29 14:14:24 -07:00
Medya Gh
9cd42163b1
add network create funcs
2020-09-29 14:14:24 -07:00
Sharif Elgamal
ff051f9a33
Make sure gcp-auth addon can be enabled on startup ( #9318 )
...
* fix documentation for gcp-auth addon
* make sure kube-system pods are up before enabling gcp-auth
* fix lint
* add failurePolicy for webhook
* only install addons if asked
* better comment
* slightly less hacky code
* defer addons properly
* simplify code for performance
2020-09-29 13:29:14 -07:00
Medya Ghazizadeh
09dd4b748d
Merge pull request #9342 from tstromberg/logs-api
...
hyperv: Make interface search name match case-insensitive
2020-09-29 15:26:34 -05:00
Medya Ghazizadeh
0d6b6fcce7
Merge pull request #9343 from tstromberg/docker-detect
...
Add 'docker status' check, improve deadline-exceeded error message
2020-09-29 15:24:43 -05:00
Medya Gh
b3401405f0
update kicbase image to ubuntu-based
2020-09-29 13:03:11 -07:00
Thomas Stromberg
91a32541e8
Use %d for exit code
2020-09-29 09:49:30 -07:00
Thomas Stromberg
8eaa3ee4f3
Use oci.CachedDaemonInfo for status check
2020-09-29 09:19:14 -07:00
Medya Ghazizadeh
be496e1053
Merge pull request #9346 from afbjorklund/gofmt-register
...
Run gofmt on code, to avoid modified workspace
2020-09-29 11:15:43 -05:00
Medya Ghazizadeh
3b26a646e8
Merge pull request #9348 from priyawadhwa/unable-to-download
...
Compare fully qualified image names when pulling kic base image
2020-09-29 11:14:12 -05:00
Priya Wadhwa
c2642c3a5c
Compare fully qualified image names when pulling kic
...
Fixes a small bug where we were comparing one fully qualified image (tag+digest) to an image that had only tag specified. This resulted in an unnecessary warning, which only showed up when the base image was loaded from a tarball. This happens on Cloud Shell.
2020-09-28 16:35:33 -04:00
Anders F Björklund
cf7df774a1
Run gofmt on code, to avoid modified workspace
2020-09-28 21:42:55 +02:00
Anders F Björklund
647c857fe1
Fix error in unittest, as pointed out by warning
...
"conversion from int to string yields a string of one rune,
not a string of digits (did you mean fmt.Sprint(x)?)"
2020-09-28 21:40:14 +02:00
Thomas Stromberg
4fa2e414fb
Merge branch 'master' into docker-detect
2020-09-28 11:36:18 -07:00
Thomas Stromberg
1ffd800c29
Add comment
2020-09-28 11:27:05 -07:00
Thomas Stromberg
96e35e0d70
Add 'docker status' check, improve deadline-exceeded error message
2020-09-28 11:17:59 -07:00
Thomas Stromberg
d34a24020f
hyperv: Make interface search name match case-insensitive
2020-09-28 09:56:19 -07:00
Anders F Björklund
e6b510543e
Don't trim whitespace while extracting strings
...
Remove some leading and trailing whitespace from non-string
constructs like description and automatic extraction filters.
But don't change all the translations or the translations here,
since that would make this code change impossible to review.
2020-09-27 17:59:06 +02:00
Sharif Elgamal
fb878f6f62
Merge pull request #9324 from sharifelgamal/time-cmd
...
give the logs test a little wiggle room
2020-09-25 12:23:32 -07:00
Thomas Strömberg
75332f7c89
Merge pull request #8901 from bluestealth/MiB
...
Use mebibytes instead of megabytes
2020-09-25 11:28:41 -07:00
Thomas Strömberg
ed6b756da0
Merge pull request #9308 from priyawadhwa/performance-monit
...
Add PR bot code to repo
2020-09-25 10:34:36 -07:00