Commit Graph

3231 Commits (4a0f45056f85f73bf86b1f378bdbd32bd3a4f26e)

Author SHA1 Message Date
Steven Powell 7ba7f7b868
Merge pull request #16761 from spowelljr/sshAgent
Add ability to start & stop ssh-agent process
2023-06-30 13:40:16 -07:00
cui fliter 6f881a7ed6 fix function name in comment
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-06-28 11:59:22 +08:00
Steven Powell ca7e0fd59d fix unset tests 2023-06-26 10:54:00 -07:00
Steven Powell 78720ca145 add to SSH template 2023-06-26 10:13:29 -07:00
Steven Powell f417e18928 fix tests 2023-06-23 10:03:43 -07:00
Steven Powell 78730bfaf8 fix name stuttering 2023-06-22 17:09:06 -07:00
Steven Powell f9c89f84e5 Add ability to start & stop ssh-agent process 2023-06-22 17:05:46 -07:00
Steven Powell 6ef429550e QEMU: Made firewall detction simplier and more robust 2023-06-22 14:57:39 -07:00
Medya Ghazizadeh a209cfb661
Merge pull request #16714 from spowelljr/unblock
qemu on maos :Auto unblock bootpd from firewall for socket_vmnet network driver
2023-06-22 10:31:21 -07:00
Steven Powell 29a32586a2 socket_vmnet: Auto unblock bootpd from firewall 2023-06-14 17:06:46 -07:00
Medya Ghazizadeh cc91ebfd6f
Merge pull request #15003 from kpiljoong/fixes/13487
Fix to prevent accepting addons flag when no kubernetes
2023-06-14 11:58:41 -07:00
Oldřich Jedlička 6d28d2aa5f Fix kubectl tab-completion and improve error messages
Try to fix the following issues when `kubectl` is an alias for
`minikube kubectl --` and tab-completion for `kubectl` is enabled:

 1. When `--cluster name` form of command-line option is used, it
    conflicts with argument parsing, `name` is interpreted as plugin name.
    Call to `kubectl --cluster test help` leads to error `Error: flags
    cannot be placed before plugin name: --cluster`. Fix this by using
    `--cluster=name` form, which is correctly handled also in call
    `kubectl --cluster=test help`.
 2. When `--cluster=name` is added as first argument (as seen in original
    code), it still leads to error mentioned above when the command is
    unknown like in the call `kubectl --cluster=test unknown`. Fix this by
    inserting `--cluster=name` after all (sub-)commands and before any
    flags/options.
 3. The original code passed `--cluster=name` to normal `kubectl` calls,
    but omitted it for tab-completion calls. This might lead to wrong tab
    suggestions about pods, deployments and the like. Fix this by always
    adding `--cluster=name` option to the command line.
 4. In case of tab-completion, put the `--cluster=name` immediately after
    `__complete` command to prevent any interference with incomplete
    commands (just in case). This works fine and does not generate any
    errors like mentioned in point 2.
2023-06-13 20:36:12 -07:00
Steven Powell 8cf175ff81 update message 2023-06-13 09:48:47 -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
Steven Powell 4d85ac0cd7
Merge pull request #16671 from afbjorklund/docker-machine-reference
Remove extra references to docker machine
2023-06-12 13:33:36 -07:00
Steven Powell b1b4dbe4ab
Merge pull request #16670 from afbjorklund/vmwarefusion-removal
Remove the obsolete vmwarefusion driver
2023-06-12 13:26:46 -07: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 18ff76add7
Merge pull request #15074 from ComradeProgrammer/fix_15007
fix: handle DOS-style path for Dockerfile in minikube build
2023-06-12 10:39:07 -07:00
Anders F Björklund c301dacf93 Remove extra references to docker machine
Should only use libmachine and the drivers
2023-06-11 14:35:40 +02:00
Anders F Björklund 0a551357b4 Remove the obsolete vmwarefusion driver
It just referred to the "vmware" driver
2023-06-11 14:16:17 +02:00
Товарищ программист 1cc6c0a29c
Update cmd/minikube/cmd/service.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-06-10 21:43:08 +08:00
Товарищ программист 0bb29fe744
Update cmd/minikube/cmd/image.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-06-10 21:30:26 +08:00
Товарищ программист 76950ebdf0 fix: handle DOS-style path for Dockerfile in minikube build 2023-06-08 08:31:50 +08: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 7489d959a8
Merge pull request #16609 from spowelljr/changeAddonOwners
Update addon owners
2023-06-05 12:38:15 -07:00
Medya Ghazizadeh 37d82ecef4
Merge pull request #16610 from spowelljr/automateUpdatingKubernetesVersionsList
CI: Automate updating Kubernetes versions list
2023-06-05 12:37:40 -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
Steven Powell 1079f9b631 CI: Automate updating Kubernetes versions list 2023-05-31 15:16:09 -07:00
Steven Powell 5a1b0a14d6 update addon owners 2023-05-31 14:12:34 -07:00
Judah Nouriyelian 852d9197a1 Refactored code and modified/added tests 2023-05-31 16:55:54 +00:00
Judah Nouriyelian c81a3172a4 Refactored code, updated error messages, and generated docs 2023-05-31 15:22:50 +00:00
Judah Nouriyelian c2c3f2996d Add testing for isTwoDigitSemver and changed messages to user.
Corrected bug with version prefixes
2023-05-30 20:11:51 +00:00
Judah Nouriyelian e01610a0f3 Modified to alert user and exit when there is no associated patch
for the major.minor given
2023-05-25 21:51:35 +00:00
Judah Nouriyelian cbd577878e --kubernetes-version: making case insensitive and refactoring handling 2023-05-24 20:26:58 +00:00
Judah Nouriyelian 3afc728238 modified so alerts user that the patch version is assumed 2023-05-24 16:44:14 +00:00
Steven Powell b0892d0b8e use ValidKubernetesVersions list for config defaults 2023-05-23 16:31:19 -07:00
Judah Nouriyelian a81e4f76ac accept kubernetes version without patch version 2023-05-23 19:27:26 +00:00
Steven Powell dda802b332 none driver: fix image build 2023-04-26 18:57:16 -07:00
x7upLime 8931619b01 Applied suggestions 2023-04-25 15:11:41 +03: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 3d3e6a14e7 added stuff to reflect suggestions 2023-04-22 00:49:30 +03:00
x7upLime b196ee46af Apply suggestions from code review 2023-04-22 00:49:30 +03:00
x7upLime 0170981567 Saves us from passing func as parameter
:)
2023-04-22 00:49:30 +03:00
x7upLime b09cd43e1d Corrects style issue 2023-04-22 00:49:30 +03:00
x7upLime 8f50ee999a Corrects mendacious comment 2023-04-22 00:49:30 +03:00
x7upLime 595c8eeeda Adapts TestTryKillOne log for failing 2023-04-22 00:49:30 +03:00
x7upLime 82abc0dbee Adapts unit test to new dependency 2023-04-22 00:49:30 +03:00