Evgeny Shmarnev
db93039f9c
Addressing comments
2020-11-12 13:45:33 +01:00
Thomas Strömberg
b9615bf220
Merge pull request #9390 from prezha/json-output-cleanup
...
reword error message when cluster state exit code is not found
2020-11-10 10:27:25 -08:00
Thomas Strömberg
ea74ac9c1b
Merge pull request #9534 from vinu2003/fix_invalid_profile_creation
...
stop: removed setEventLogPath for stop process
2020-11-10 10:24:10 -08:00
Predrag Rogic
432762f9e3
Update generate-docs test to include --help flag
2020-11-07 23:40:41 +00:00
Predrag Rogic
1a9a54e458
Update generate-docs test to include --help flag
2020-11-07 23:07:35 +00:00
Predrag Rogic
0c3843bfc6
call 'strings.ToLower(output)' only once
2020-11-06 22:28:26 +00:00
Medya Ghazizadeh
3bb967a0b4
Merge pull request #9506 from prezha/add-namespace-support
...
new flag --namespace
2020-11-06 12:20:09 -08:00
Medya Ghazizadeh
7747655476
Merge pull request #9535 from afbjorklund/podman2-env
...
Add support for podman v2 to podman-env command
2020-11-06 12:17:52 -08:00
Predrag Rogic
7d99c66efa
fix help flag 'pflag: help requested' error
2020-11-06 02:42:52 +00:00
Predrag Rogic
d49f4173b3
update --namespace flag description
2020-11-04 22:14:00 +00:00
Predrag Rogic
3427f078c3
add support for namespace
2020-11-04 22:13:45 +00:00
vinu2003
ec8e2a4f9c
Added check to verify profile path exists
2020-11-03 23:25:32 +11:00
Anders F Björklund
bfefa72815
Split template for podman v1 and v2 into two vars
2020-11-01 15:14:20 +01:00
Anders F Björklund
9f983a8f99
Refactor podmanUnsetScript with a helper function
2020-11-01 14:46:13 +01:00
Predrag Rogic
20a1274c7c
implement "--log_file" and "--log_dir" for klog
2020-10-31 19:57:25 +00:00
vinu2003
bfd2da1b65
removed setEventLogPath for stop process
2020-10-31 18:12:39 +11:00
Priya Wadhwa
3c8d3cad7c
Merge branch 'master' of https://github.com/kubernetes/minikube into json-output-stop
2020-10-29 13:44:32 -07:00
Priya Wadhwa
39ab9ffc5b
Add --output flags to pause and unpause as well
2020-10-28 13:16:17 -07:00
Sharif Elgamal
5c5a8e160a
account for not setting context, remove debugging
2020-10-28 12:44:58 -07:00
Sharif Elgamal
4a1c9583bd
initial attempt to account for profile in directly kubectl case
2020-10-28 12:16:02 -07:00
Priya Wadhwa
473120648f
Add JSON output to minikube stop
2020-10-28 11:30:11 -07:00
Sharif Elgamal
055de4edf8
return stopped profile status quickly
2020-10-26 13:20:03 -07:00
Anders F Björklund
716d793990
Add support for podman v2 to podman-env command
...
Podman v1 (like 1.9.3) uses the varlink bridge,
while podman v2 (like 2.1.x) uses a REST API.
Both are using ssh for their transport, but the
environment variables exported are different.
2020-10-23 11:46:45 +02:00
Predrag Rogic
d0c0d8b54c
revert suppression of emitting errors to stderr
2020-10-22 09:28:31 +01:00
Thomas Strömberg
dedf38b61f
Merge pull request #9368 from kadern0/issue-8445
...
Added deprecation warning for --network-plugin=cni
2020-10-21 08:53:50 -07:00
Predrag Rogic
e7f9b3e954
don't pollute json output with errors
...
additionally:
- issue warning insted of error if 'exitCode' is not found
- rebase: use klog instead of glog
don't pollute status json output with errors
2020-10-18 19:56:28 +01:00
Medya Ghazizadeh
29f00628f5
Merge pull request #9459 from medyagh/stopped_kubelet
...
new --wait component "kubelet"
2020-10-15 12:25:11 -05:00
Sharif Elgamal
06a64de853
Merge pull request #9417 from joshmue/fix_ssh_native_toggle
...
Fix "--native-ssh" flag of "minikube ssh"
2020-10-14 10:30:51 -07:00
Medya Gh
63c4468fd5
address review comments
2020-10-13 16:01:59 -07:00
Pablo Caderno
1d85d6e123
Add warning for --network-plugin=cni (CNI has to be provided, see --cni)
...
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-10-12 19:27:25 +11:00
Priya Modali
59548194bd
Merge branch 'master' of https://github.com/kubernetes/minikube into klog
2020-10-09 17:45:35 -07:00
Joshua Mühlfort
8cfe5c1a7b
Fix "--native-ssh" flag of "minikube ssh"
...
In the previous state, the flag was discarded. This commit fixes
that and also makes sure that the SSH client is created after the
default client type is configured according to the flag.
2020-10-09 09:41:19 +02:00
Priya Modali
2985e8a21e
Updating unit tests.
2020-10-08 15:10:50 -07:00
Medya Ghazizadeh
c459fea74d
Merge pull request #9414 from prezha/delete-context-when-stopped
...
Delete context when stopped
2020-10-08 15:12:50 -05:00
Priya Modali
ab4a0ab558
Cleaning up flags parsing.
2020-10-08 11:18:50 -07:00
Medya Ghazizadeh
32922f4184
Merge pull request #9412 from Asarew/fix-panic-on-updating-mount-after-creation
...
fix panic when updating mount-string with KiC driver after cluster creation without mount configuration
2020-10-08 13:07:31 -05:00
Priya Modali
ef2090ac31
Merge branch 'master' of https://github.com/kubernetes/minikube into klog
2020-10-08 10:27:04 -07:00
Predrag Rogic
c63de60aba
add HostKubeconfigDeleteCtx Reason Exit
2020-10-07 22:58:20 +01:00
Priya Modali
85b722c7b6
Setting klog default flag values.
2020-10-07 14:19:35 -07:00
Predrag Rogic
65a2618485
delete context when minikube is stopped
2020-10-07 22:00:26 +01:00
Medya Ghazizadeh
e573b928d5
Merge pull request #9404 from ToonvanStrijp/master
...
Add new flag "--ports" to expose ports for docker & podman drivers
2020-10-07 15:56:29 -05:00
ToonvanStrijp
96d7fc4bc0
fix lint tabs
2020-10-07 19:40:59 +02:00
ToonvanStrijp
50c37577fd
update flag to ports
2020-10-07 18:08:08 +02:00
Asare Worae
93bbf4c399
little bit of clean up
2020-10-07 10:22:53 +02:00
Asare Worae
e8a0487e11
fix panic when updating mount-string with docker driver after cluster creation without mount configuration
2020-10-07 09:53:06 +02:00
Thomas Stromberg
615f233c77
Remove reference to Virtualbox in "stop" help
2020-10-06 21:07:02 -07:00
Medya Ghazizadeh
d7c517471d
Merge pull request #9316 from priyawadhwa/preload-disk-full
...
preload: print solution message when there is no space left on device
2020-10-06 19:10:53 -05:00
Priya Modali
3703f69c25
Applying klogFlags set via cobra.
2020-10-06 11:20:51 -07:00
priyawadhwa
aae7784309
Merge pull request #9383 from priyawadhwa/status-bg
...
Fix minikube status bug when cluster is paused
2020-10-06 11:22:13 -04:00
ToonvanStrijp
dcf9dd10c6
add docker-ports flag
2020-10-06 13:37:03 +02:00