Commit Graph

5875 Commits (494a24abcccbc3e9cc5621095584bbde7347bbc8)

Author SHA1 Message Date
Sharif Elgamal 494a24abcc
Merge pull request #11834 from andriyDev/AutoPause
Add support for other container runtimes for auto-pause
2021-07-01 16:01:27 -07:00
Sharif Elgamal 85e27c5820
Merge pull request #11773 from sharmarajdaksh/add-error-code-explanations
Adds explanations for all minikube error codes
2021-07-01 14:33:15 -07:00
minikube-bot 202e2fa36f Updating kicbase image to v0.0.24-1625170572-11834 2021-07-01 20:31:45 +00:00
Andriy Dzikh cec98ef11a Template auto-pause.service to allow injecting the correct container runtime. 2021-07-01 13:12:44 -07:00
Medya Ghazizadeh 05b64d1a74
Merge pull request #11824 from andriyDev/fix-auto-pause
Make kicbase copy auto-pause binary instead of auto-pause folder
2021-07-01 16:10:33 -04:00
Dakshraj Sharma d8adc48463 Adds explanations for minikube error codes 2021-07-01 23:22:23 +05:30
minikube-bot 2bf9076527 Updating kicbase image to v0.0.24-1625086337-11824 2021-06-30 21:07:40 +00:00
Medya Ghazizadeh b8596f1a13
Merge pull request #11811 from medyagh/go_mod_godame
bump go mod libs manually
2021-06-30 15:50:45 -04:00
Medya Ghazizadeh 646060bc7b
Merge pull request #11815 from ilya-zuyev/ilyaz/fix_contains_no_runlevels_issue
Fix "kubelet Default-Start contains no runlevels" error
2021-06-30 12:55:40 -04:00
Ilya Zuyev 6cb587a873 set `SYSTEMCTL_SKIP_SYSV` for "systemctl disable --now" to suppress attempts to interract with sysv scripts 2021-06-29 14:03:39 -07:00
Medya Gh a714161f31 update go-github to v36 2021-06-29 15:46:23 -04:00
minikube-bot 8e62a7d4a0 Update ISO to v1.22.0-beta.0 2021-06-29 19:32:53 +00:00
Medya Gh 89c7853601 bump go mod libs manually 2021-06-29 15:24:59 -04:00
Ilya Zuyev 68c4d072fe Revert "Merge pull request #11688 from afbjorklund/buildroot-2021.02"
This reverts commit 02abe7856c, reversing
changes made to 4d078ae82f.
2021-06-28 17:11:11 -07:00
Ilya Zuyev 51d2e89fe4 Revert "Merge pull request #11778 from minikube-bot/iso-release-v1.22.0-beta.0"
This reverts commit fd703f95f6, reversing
changes made to 0b170db6cd.
2021-06-28 17:11:05 -07:00
ilya-zuyev fd703f95f6
Merge pull request #11778 from minikube-bot/iso-release-v1.22.0-beta.0
Update ISO to v1.22.0-beta.0
2021-06-28 12:48:11 -07:00
Sharif Elgamal 0b170db6cd
Merge pull request #11772 from minikube-bot/kicbase-release-v0.0.24
Update kicbase to v0.0.24
2021-06-28 10:56:18 -07:00
Steven Powell e8b3db9485
Merge pull request #11692 from spowelljr/addNoLimit
Add ability to pass 'max' value to memory and cpus flags
2021-06-28 17:09:32 +00:00
minikube-bot f2c8ac2f7e Update ISO to v1.22.0-beta.0 2021-06-28 01:20:41 +00:00
ilya-zuyev 02abe7856c
Merge pull request #11688 from afbjorklund/buildroot-2021.02
Upgrade Buildroot to 2021.02 LTS with Linux 4.19
2021-06-27 17:13:11 -07:00
minikube-bot bce90e5037 Update kicbase to v0.0.24 2021-06-25 23:41:39 +00:00
Medya Ghazizadeh 512ae30449
Merge pull request #11753 from andriyDev/AddonMaintainers
Add maintainer column to addons list
2021-06-25 18:42:51 -04:00
ilya-zuyev 6ac71f1a8d
Merge pull request #11603 from ilya-zuyev/ilyaz/fix_no_digest_caching
Fix --base-image caching for images specified by name:tag
2021-06-25 15:38:00 -07:00
Medya Ghazizadeh 2468684944
Merge pull request #11743 from medyagh/arm64_auto_pause
Add auto pause on arm64 image
2021-06-25 18:32:04 -04:00
ilya-zuyev 05553c08ef
Merge pull request #11755 from ilya-zuyev/fix_net_addr_lookup
Improve finding of local network containing the ip address
2021-06-25 15:31:28 -07:00
Ilya Zuyev 3622e088e6 refactor 2021-06-25 14:26:26 -07:00
minikube-bot 4a54d5b93c Updating ISO to v1.21.0-1624344650-11688 2021-06-25 13:44:28 -07:00
Ilya Zuyev 7875965b7d fix error message 2021-06-25 13:37:53 -07:00
Ilya Zuyev 049c426dca add comments 2021-06-25 13:28:29 -07:00
Medya Ghazizadeh 52d88fb628
Merge pull request #11674 from ilya-zuyev/ilyaz/m1_amd64
Allow running amd64 binary on M1
2021-06-25 15:15:28 -04:00
Andriy Dzikh 2f523eb081 Add maintainers that are certain. 2021-06-25 12:14:20 -07:00
Steven Powell a2ae86cb7c renamed flag value from nolimit to max 2021-06-25 10:49:28 -07:00
Steven Powell 3b55ac61c8 remove asset files 2021-06-25 10:49:28 -07:00
Steven Powell c2e2546f9b fixed linting issues 2021-06-25 10:49:28 -07:00
Steven Powell 4871d68d8c add ability to pass nolimit value to memory and cpus flags 2021-06-25 10:49:28 -07:00
Ilya Zuyev e7697a7f37 Fix linter errors 2021-06-24 14:42:46 -07:00
Medya Gh 306fa828b1 enable auto-puase on arm64 2021-06-24 17:25:14 -04:00
Medya Ghazizadeh cb2e8e18e7
Merge pull request #11632 from ilya-zuyev/ilyaz/fix_vm_ctrd_timeout
Restore "containerd: upgrade io.containerd.runtime.v1.linux to io.containerd.runc.v2 (suppot cgroup v2)" #2
2021-06-24 17:09:53 -04:00
Ilya Zuyev f091f32e9e Merge branch 'master' into ilyaz/m1_amd64 2021-06-24 13:17:41 -07:00
Ilya Zuyev e910260883 Merge branch 'master' into ilyaz/fix_no_digest_caching 2021-06-24 11:56:18 -07:00
Sharif Elgamal 16d2f2a9d6
Merge pull request #11731 from andriyDev/fix-multinode-restart
Move node config deletion out of drainNode and into Delete
2021-06-24 10:42:06 -07:00
Andriy Dzikh b5df84a707 Add maintainer column to addons list. 2021-06-24 10:11:38 -07:00
Ilya Zuyev 2c287368c3 improve searching of local network containing the given ip address 2021-06-23 19:09:14 -07:00
Steven Powell e3326f88df finishing last of comments 2021-06-23 15:03:03 -07:00
Ilya Zuyev f04da67d0a try to increase api healthz wait timeout 2021-06-23 13:46:51 -07:00
Ilya Zuyev 829da6988e try to increase api healthz wait timeout 2021-06-23 11:07:13 -07:00
Steven Powell 0a5aadf502 addressed more comments 2021-06-23 10:42:39 -07:00
Ilya Zuyev 20e07836c5 revert debug timeout; fix state value 2021-06-22 21:53:54 -07:00
Ilya Zuyev 8222cf97c5 temp change: increase apiServerHealthz timeout 2021-06-22 18:20:03 -07:00
Steven Powell 2a50af1ba5 wrote github action to check if translations are valid 2021-06-22 16:46:27 -07:00