Commit Graph

287 Commits (1a2ac06693b646a9b466b6f30fcbaed58bdbca79)

Author SHA1 Message Date
Medya Ghazizadeh 1a2ac06693
Update translations/zh-CN.json
Co-authored-by: AiYijing <aiyijing@codeasy.cn>
2023-07-12 11:13:03 -07:00
Medya Ghazizadeh 5fabeb3a5d
Update translations/zh-CN.json
Co-authored-by: AiYijing <aiyijing@codeasy.cn>
2023-07-12 11:12:57 -07:00
shixiuguo 1a2d9e3708 Add more Chinese translations 2023-07-11 13:57:15 +08:00
Steven Powell 629498259e
Merge pull request #16817 from zdxgs/master
Add more translations
2023-07-07 09:38:44 -07:00
shixiuguo 92ed706dfa Add more translations
fix typos
2023-07-07 09:48:41 +08:00
Steven Powell 3ca1fd3cae
Merge pull request #16803 from aiyijing/feat/add-translations
[zh-CN] Add translations of stop, status, delete, dashboard, pause, unpause
2023-07-05 14:54:26 -07:00
aiyijing 800caae1ce Add translations of stop, status, delete,
dashboard, pause, unpause

Signed-off-by: aiyijing <aiyijing@live.com>
2023-07-06 03:45:34 +08:00
minikube-bot 44ebf1bd31 Update auto-generated docs and translations 2023-06-30 20:41:22 +00:00
aiyijing 8bfe590731 Add minikube -h,minikube start -h translations
Signed-off-by: aiyijing <aiyijing@live.com>
2023-06-24 01:19:13 +08:00
minikube-bot 8c549d1859 Update auto-generated docs and translations 2023-06-22 17:32:49 +00:00
aiyijing e9e5c110e0 Add more translations
Signed-off-by: aiyijing <aiyijing@live.com>
2023-06-22 09:22:27 +08:00
Steven Powell 8cf175ff81 update message 2023-06-13 09:48:47 -07:00
Steven Powell 83c109967f fix newlines 2023-06-13 09:43:15 -07:00
piljoong eb34e467af change the message 2023-06-13 09:41:48 -07:00
piljoong 5765b08ae3 Fix to prevent accepting addons flag when no kubernetes 2023-06-13 09:14:16 -07:00
Medya Ghazizadeh 64588b21db
Merge pull request #16419 from spowelljr/checkForCNIPlugins
none driver: check for CNI plugins
2023-06-12 11:47:29 -07:00
minikube-bot 7ee4129fde Update auto-generated docs and translations 2023-06-12 17:43:07 +00:00
Steven Powell 64df06f08a
Merge pull request #15079 from ComradeProgrammer/fix_14592
fix: quit minikube service when there is no available pods
2023-06-12 10:42:08 -07:00
Steven Powell 2b31e761a8
Merge pull request #15887 from BlaineEXE/qemu2-add-extra-disk-capability
Add ability to create extra disks on qemu2 vms
2023-06-09 14:31:57 -07:00
minikube-bot 5f8c0e8429 Update auto-generated docs and translations 2023-06-07 19:19:12 +00:00
Steven Powell 068d7a6cd9 Simplify QEMU socket_vmnet advice command 2023-06-07 10:44:23 -07:00
Blaine Gardner 12c4bf5f1d
Add ability to create extra disks on qemu2 vms
Add the ability to create and attach extra disks to qemu2 vms.

Signed-off-by: Blaine Gardner <blaine.gardner@redhat.com>
2023-06-06 16:28:19 -06:00
Товарищ программист 55868b1736 fix: quit minikube service when there is no available pods 2023-06-05 16:16:02 -07:00
Medya Ghazizadeh 0168d63fc8
Merge pull request #16569 from JudahNour/addKubernetesVersions
--kubernetes-version: assume latest patch version if not specified by user
2023-06-01 10:50:20 -07:00
Judah Nouriyelian c81a3172a4 Refactored code, updated error messages, and generated docs 2023-05-31 15:22:50 +00:00
shixiuguo b169e3c193 add more translations 2023-05-24 16:11:21 +08:00
Steven Powell 3ff503bd2c check for cni plugins 2023-05-09 15:05:53 -07:00
Steven Powell 9f9358931a renew expired kubeadm certs 2023-05-03 07:50:50 -07:00
x7upLime 455bcb19ef refactors removePid logic 2023-04-22 13:32:45 +03:00
x7upLime aab0cb6d2a Adds mechanism to remove pid from pidfile if mount is sigtermd 2023-04-22 00:50:00 +03:00
x7upLime 9665bad429 Generates docs 2023-04-22 00:49:30 +03:00
shixiuguo a0e70473bc Add more translations 2023-04-14 13:38:27 +08:00
minikube-bot e43b9e291a Update auto-generated docs and translations 2023-04-12 18:05:48 +00:00
sunyuxuan 3f69e5e846 translate some fields 2023-04-12 18:15:09 +08:00
Steven Powell 190f01a808
Merge pull request #16232 from oldium/add-powershell-support
Add PowerShell code completion
2023-04-07 15:47:09 -07:00
Oldřich Jedlička 4a8688218d Add PowerShell code completion
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2023-04-07 22:58:47 +02:00
minikube-bot 45e35d612d Update auto-generated docs and translations 2023-04-07 20:47:20 +00:00
sunyuxuan 79187d2d06 translate some fields 2023-04-07 13:39:22 +08:00
Steven Powell 15b0ad0e13 update message 2023-04-04 11:15:24 -07:00
Steven Powell 2f17549d79 add exit message if user tries to use virtualbox driver 2023-04-04 09:29:36 -07:00
minikube-bot 2895870d36 Update auto-generated docs and translations 2023-04-03 02:15:46 +00:00
Anders F Björklund 8e56b813d7 Don't suggest building cri-dockerd from source
Most people want to use the pre-built binaries of cri-dockerd,
rather than installing go and building it from the source code.

So don't link to the #build-and-install, but to the Releases.
Once it has real documentation URL, that could be used instead.
2023-04-02 22:17:28 +02:00
Steven Powell b296ae8c47
Merge pull request #16139 from kadern0/issue-15432
Fix: check if addon is enabled before doing validation
2023-03-27 14:42:07 -07:00
Steven Powell 10145a2381
Merge pull request #15834 from OmSaran/tunnel
Ensure only one instance of tunnel process runs
2023-03-24 10:03:15 -07:00
Om Saran c6ea35f7bc Generate docs 2023-03-23 21:17:02 -05:00
Pablo Caderno 5c261e80e9 Fix: check if addon is enabled before doing validation
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2023-03-24 09:15:30 +11:00
Medya Ghazizadeh c0137cdfa3
Merge pull request #16138 from zdxgs/master
Add some Chinese translations
2023-03-23 10:50:21 -07:00
shixiuguo 255cc0a98d Add some translations 2023-03-23 14:25:47 +08:00
minikube-bot fff5525adc Update auto-generated docs and translations 2023-03-22 16:53:15 +00:00
minikube-bot f7f118da77 Update auto-generated docs and translations 2023-03-20 21:06:25 +00:00