Commit Graph

3109 Commits (8e85e7d71064598503e7cebd3587774821a735b3)

Author SHA1 Message Date
Steven Powell 0fbb9a6a31 update comments and store socket_vmnet paths in machine config 2023-01-25 10:45:20 -08:00
Steven Powell 46e9cc24ee check brew install paths for socket_vmnet 2023-01-24 11:51:17 -08:00
Steven Powell 5dbb92fbee update message 2023-01-19 15:08:03 -08:00
Steven Powell eb884228a4 warn users if using VirtualBox on macOS 13+ 2023-01-19 15:08:01 -08:00
Predrag Rogic 15bb620ca1
Merge branch 'master' into fix-TestNetworkPlugins-Linux_Docker 2023-01-18 02:43:47 +00:00
Medya Ghazizadeh 1b124462b1
Merge pull request #15611 from afbjorklund/numcpu-docker
Allow running docker driver with force on 1 CPU
2023-01-17 10:30:31 -08:00
Akihiro Suda ba11072162
main: propagate the current Docker CLI context to $DOCKER_HOST
So that google/go-containerregistry can pick it up

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-01-12 08:13:03 +09:00
Predrag Rogic 24226c5f5a
Merge branch 'master' into fix-TestNetworkPlugins-Linux_Docker 2023-01-10 22:44:50 +00:00
Anders F Björklund 83d4219fee Allow running docker driver with force on 1 CPU 2023-01-08 18:19:11 +01:00
Steven Powell 6e2511d9f1 add example of static IP in docs 2023-01-04 13:22:57 -08:00
Predrag Rogic 149e9a01b6
Merge branch 'master' into fix-TestNetworkPlugins-Linux_Docker 2023-01-04 21:10:29 +00:00
Steven Powell e6d95b8230 implement --static-ip flag 2023-01-04 10:27:00 -08:00
Shubh Bapna 5f18b0d310 wrapped error when validate subnet fails to parse address 2023-01-04 01:27:08 -05:00
Shubh Bapna 474a56b50c added comments and improved error message for validateSubnet 2022-12-23 08:44:57 -05:00
Shubh Bapna 7466acb3e8 moved bare metal validation to a separate function 2022-12-22 16:11:39 -05:00
Shubh Bapna 37098ababa added subnet validator and its test cases 2022-12-17 14:40:37 -05:00
Predrag Rogic 4e0994c43e
Merge remote-tracking branch 'upstream/master' into fix-TestNetworkPlugins-Linux_Docker 2022-12-17 17:57:34 +00:00
Predrag Rogic 72c8acc370
fix Docker_Linux and multinode 2022-12-13 03:35:16 +00:00
Steven Powell ff95fc7dc9 change cpus config field to string to support max value 2022-12-07 10:53:16 -08:00
Steven Powell 63934002d8 update golang.org and godoc.org links 2022-11-30 10:49:57 -08:00
Chris Kannon 2a86770a92
Merge branch 'master' into master 2022-11-17 09:58:49 -05:00
ckannon c4c05a78eb Remove startup error message on older version of ISO, sent to log instead 2022-11-17 09:51:23 -05:00
Steven Powell a5de48aef9
Merge pull request #15308 from Juneezee/test/t.Setenv
test: use `T.Setenv` to set env vars in tests
2022-11-16 14:32:54 -05:00
Steven Powell a800f27580 move license command to other section in help 2022-11-16 11:21:00 -05:00
Medya Ghazizadeh ccb569fabf
Merge pull request #15336 from prezha/fix-kubelet-localStorageCapacityIsolation-option
fix kubelet localStorageCapacityIsolation option
2022-11-14 09:54:22 -08:00
Predrag Rogic 28beac4edb
fix kubelet localStorageCapacityIsolation option for different k8s versions 2022-11-09 22:56:29 +00:00
ckannon 3198d106dc Renamed validateKicBaseVersion, fixed PR comments. 2022-11-09 09:40:10 -05:00
Eng Zer Jun 9d85be1a99
test: use `T.Setenv` to set env vars in tests
This commit replaces `os.Setenv` with `t.Setenv` in tests. The
environment variable is automatically restored to its original value
when the test and all its subtests complete.

Reference: https://pkg.go.dev/testing#T.Setenv
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-11-08 10:30:29 +08:00
Steven Powell e2679ccd7a add additional memory overhead for VirtualBox 2022-11-07 16:06:55 -05:00
Chris Kannon bd11be75b8
Merge branch 'master' into master 2022-11-04 14:07:20 -04:00
Steven Powell 8bd593b433
Merge pull request #15266 from spowelljr/detectSocket
Auto select network on QEMU
2022-11-04 09:38:09 -07:00
Steven Powell ea8fd6c619
Merge pull request #15281 from spowelljr/fixAddonEnableMessages
Prevent enabling `efk` addon due to containing Log4j CVE
2022-11-04 09:36:59 -07:00
Steven Powell 43c4e59a60 disable efk addon 2022-11-03 16:38:59 -07:00
Rahil Patel d7baa13960
fix spelling and grammar in Go files 2022-11-03 18:31:44 -04:00
Chris Kannon 00486c3fd6
Merge branch 'master' into master 2022-11-02 15:09:58 -04:00
Chris Kannon 320c41f80e Added version.json to kicbase image and version validation to start.go.
Added CHANGELOG to kicbase and ISO.
Updated gh to latest version 2.18.1.
2022-11-02 14:17:41 -04:00
Steven Powell 3568d657ab auto select network on QEMU 2022-11-01 14:18:43 -07:00
Steven Powell 074e681975
Merge pull request #15160 from agarwalnit/master
Added cloud-spanner emulator add-on.
2022-10-28 13:58:41 -07:00
Steven Powell 253c006721
Merge pull request #15126 from spowelljr/dockerDesktopLinux
use port forwarding on Linux with Docker Desktop
2022-10-25 11:04:03 -07:00
Nitin Agarwal 909ac67151 Added cloud-spanner emulator add-on. 2022-10-20 23:16:53 +00:00
Steven Powell 289e3bcbf2 change command to license 2022-10-20 10:51:27 -07:00
Steven Powell 643fed94f1 added link to Docker Engine instructions 2022-10-18 10:00:23 -07:00
Steven Powell 8905963ff9 add credits command 2022-10-17 15:22:33 -07:00
Steven Powell 33ad232606 add warning to users using Docker Desktop on Linux 2022-10-12 15:23:01 -07:00
Steven Powell 6bcef35331 exit if mounting with user network 2022-10-11 14:29:33 -07:00
Steven Powell f981dd1527
Merge pull request #15081 from klaases/warn1
Warn if addon has no associated Github username
2022-10-10 10:12:31 -07:00
Steven Powell 399a60eb86
Merge pull request #15085 from spowelljr/fixPortValidation
Allow passing only exposed port to --ports
2022-10-07 14:39:43 -07:00
Steven Powell 26ff0aa2d2 allow only passing exposed port to --ports 2022-10-07 10:56:58 -07:00
klaases f6d3bf0515 remove check for unknown maintainer 2022-10-06 16:25:50 -07:00
klaases 43d0753d78 warn if addon has no associated github username 2022-10-06 16:11:53 -07:00