Commit Graph

4234 Commits (a029474f154ae06b6dcb9ecdb735b10f5775f22c)

Author SHA1 Message Date
Anders F Björklund 9802423d9a Add ImagesPreloaded to cruntime Manager interface
To make sure that it is actually called for all container runtimes,
including CRIO which was missing (only had Docker and Containerd)
2020-08-05 22:20:41 +02:00
Medya Gh 98c2157242 address review comments 2020-08-04 13:26:33 -07:00
Medya Gh e87400db53 addres review comments 2020-08-04 13:26:33 -07:00
Medya Gh b71a7dceca use cached hostinfo instead 2020-08-04 13:26:33 -07:00
Medya Ghazizadeh 8698f9efbd
Merge pull request #8908 from linkvt/add-common-names-to-certificate-SANs
Add "minikube" and machineName to docker certificate SANs
2020-08-04 09:50:38 -07:00
Vincent Link e95f279449 Add "minikube" and machineName to docker certificate SANs
See #6367
2020-08-03 20:42:12 +02:00
Priya Wadhwa 52bee6dced Bump up preload version for new storage provisioner image 2020-08-03 13:50:22 -04:00
Priya Wadhwa 0538dddd9d Upgrade storage provisioner to v2 2020-08-03 13:48:09 -04:00
Sharif Elgamal 5ba7281a0a
Merge pull request #8899 from sharifelgamal/new-kicbase
Upgrade kicbase to v0.0.11
2020-07-31 16:09:45 -07:00
Sharif Elgamal bf85c88a56
Merge pull request #8896 from tstromberg/crio-fixes
Add stopping as a possible state in deleting, change errorf to warningf
2020-07-31 15:02:39 -07:00
Sharif Elgamal d83b4a9654 Upgrade kicbase to v0.0.11 2020-07-31 10:46:11 -07:00
Sharif Elgamal a231c8a151
Merge pull request #8887 from Ajitesh13/master
virtualbox: improve solution message -> ensure it is in the path #8453
2020-07-31 09:10:17 -07:00
Medya Ghazizadeh 31e6c4cc25
Merge pull request #8880 from niedhui/base-image-mirror
make base-image respect --image-repository
2020-07-30 21:32:58 -07:00
Thomas Stromberg 4384e67eb1 Add stopping as a possible state in deleting, change errorf to warningf 2020-07-30 16:11:26 -07:00
root d1e8d47f80 fix typos 2020-07-30 12:47:08 +00:00
Ajitesh13 c4957e4383 virtualbox: improve solution message -> ensure it is in the path #8453 2020-07-30 16:53:18 +05:30
niedhui 22edb6f063 make baseImage respect imageRepo
Signed-off-by: niedhui <niedhui@gmail.com>
2020-07-30 16:59:56 +08:00
Thomas Stromberg c6e6013d40 Update unit tests 2020-07-29 14:08:48 -07:00
Thomas Stromberg 59d0d7335a Add HTTP-like status codes, remove unused fields 2020-07-29 13:57:06 -07:00
Thomas Stromberg aa3d2a2a8a Improve handling of pause/unpause/stop/delete steps 2020-07-28 13:26:09 -07:00
Thomas Stromberg ac1f901160 Allow non-start steps 2020-07-28 13:07:37 -07:00
Thomas Stromberg 448ec75c8c Add support for storing/retrieving transient status 2020-07-27 21:34:52 -07:00
Sharif Elgamal d546ea1b5c
Merge pull request #8817 from sharifelgamal/restart-kubelet
restart kubelet if config changes
2020-07-24 15:48:53 -07:00
Medya Gh 47ed4bc23c update lint version 2020-07-24 14:45:15 -07:00
Medya Ghazizadeh 1395c8017c
Merge pull request #8784 from Dean-Coakley/disable-podman2
Warn user for podman2 version
2020-07-24 14:40:18 -07:00
Medya Ghazizadeh 8f404164d0
Merge pull request #8745 from littleroad/error_detect
Add error handling for os.RemoveAll
2020-07-24 14:38:10 -07:00
Dean Coakley dc566bec0b Remove warning prefix 2020-07-24 21:49:13 +01:00
Dean Coakley 57649f8ee8 Quote version numbers 2020-07-24 21:42:20 +01:00
Dean Coakley fa04c83b83 Use UI for logging 2020-07-24 21:25:19 +01:00
Thomas Stromberg 9c0618f102 Merge to master 2020-07-24 11:22:59 -07:00
Medya Ghazizadeh 76b98ace96
Merge pull request #8827 from tstromberg/kic-longer
Increase maximum container startup wait from 13 seconds to 25 seconds
2020-07-24 11:10:39 -07:00
Sharif Elgamal b9c218261d adding debugging 2020-07-24 10:45:14 -07:00
Thomas Stromberg f8f689b5cc Merge branch 'master' into kic-show-errs 2020-07-24 09:06:56 -07:00
Thomas Stromberg bd713ffd45 Increase maximum container startup wait from 13 seconds to 25 seconds 2020-07-24 09:02:32 -07:00
Thomas Stromberg dee9c0b427 Show 'docker logs' excerpt if container dies 2020-07-24 08:58:09 -07:00
Thomas Stromberg e172a7ee1c Avoid panic: runtime error: invalid memory address or nil pointer dereference 2020-07-24 08:48:20 -07:00
Dean Coakley db4bf9ec2a Log warning instead of exit with error 2020-07-24 11:30:23 +01:00
Sharif Elgamal be160406ec remove space 2020-07-23 14:45:42 -07:00
Sharif Elgamal 82c4d49eb8 restart kubelet if config changes 2020-07-23 14:43:23 -07:00
Medya Ghazizadeh 993504e054
Merge pull request #8800 from priyawadhwa/improve-json
Improve json integration test
2020-07-23 10:23:36 -07:00
Medya Ghazizadeh f230ca0c55
Merge pull request #8804 from medyagh/hot_upgrade_fix
Stop kube-system containers before applying configuration updates
2020-07-23 10:03:54 -07:00
Medya Ghazizadeh b7b26ea2d5
Merge pull request #8737 from dddddai/master
Use RWMutex instead of Mutex
2020-07-23 09:57:25 -07:00
Medya Gh 44b6703e68 update comment 2020-07-23 09:17:30 -07:00
Medya Gh d5cc6afc9b update comment 2020-07-23 09:17:06 -07:00
Priya Wadhwa 2cba801d50 fix order 2020-07-22 20:47:41 -04:00
Priya Wadhwa a03f25e976 add step to register 2020-07-22 18:50:42 -04:00
Priya Wadhwa 22226ffc8f fixed merge conflict 2020-07-22 18:46:57 -04:00
priyawadhwa 25566c90f0
Merge pull request #8796 from priyawadhwa/error
Add support for Error type to JSON output
2020-07-22 18:43:46 -04:00
Priya Wadhwa df0bc948bc Add logging to none driver 2020-07-22 18:42:38 -04:00
Medya Gh 9fa1dfdaec
stop conainers before hot upgrade 2020-07-22 15:14:57 -07:00