Tom Reznik
c4ee5eec08
fix incorrect style name mount
2019-03-04 23:59:46 +02:00
Anders F Björklund
167d1584a6
Add flag for disabling the VirtualBox VTX check
...
Currently this is broken upstream, provide workaround...
Already available in docker-machine, so port to minikube.
2019-02-22 18:29:29 +01:00
Thomas Strömberg
3426326ed7
Merge pull request #3719 from tstromberg/none-doc-fix
...
chown command should be against user $HOME, not roots home directory.
2019-02-19 13:08:09 -08:00
Thomas Stromberg
245ec739ca
chown command should be against user $HOME, not roots home directory.
2019-02-19 11:47:00 -08:00
Thomas Stromberg
19c2f5cb44
Make non-zero ssh error codes less dramatic
2019-02-16 08:36:53 -08:00
Anders F Björklund
637e71fa4c
Improve reporting when docker host/service is down
...
Don't just wait for a timeout, when SSH is not running.
Also improve the message, don't need to comment stderr.
2019-02-16 09:29:46 +01:00
Thomas Stromberg
b80498fcb4
Merge from HEAD
2019-02-15 09:24:35 -08:00
Thomas Stromberg
4a1feb6531
Reduce text clutter
2019-02-15 07:16:41 -08:00
Thomas Stromberg
71eafef5ce
Overhaul how we handle kubectl, as it isn't actually required except for the dashboard
2019-02-14 17:10:03 -08:00
Thomas Stromberg
35449f685e
Merge remote-tracking branch 'upstream/master'
2019-02-14 16:21:31 -08:00
Thomas Stromberg
5d09d35302
Improve output strings when used by none driver
2019-02-14 16:21:21 -08:00
Thomas Stromberg
c2194e191d
Fix merge conflicts
2019-02-14 11:58:07 -08:00
Thomas Stromberg
4cfe77294d
Fix style merge conflict
2019-02-14 11:25:42 -08:00
Thomas Strömberg
3714bbd787
Merge pull request #3659 from tstromberg/console
...
Clearer output when re-using VM's so that users know what they are waiting on
2019-02-14 11:03:50 -08:00
Thomas Stromberg
08da5fe3b5
Add pod logs to 'logs' command, show detected problems during minikube start
2019-02-13 21:29:20 -08:00
Thomas Stromberg
69f72ea991
Add exit.go, remove call to exit.Fail
2019-02-13 12:47:02 -08:00
Thomas Stromberg
5f65dc80fa
Remove error uploads, consolidate fatal error handling into exit package
2019-02-13 12:37:44 -08:00
Thomas Stromberg
1c09ba2a48
Make the output clearer and less cluttered
2019-02-13 09:41:53 -08:00
Thomas Stromberg
e74db39783
Issue a poweroff request before deleting a VM. Avoids HyperV hang
2019-02-13 09:21:58 -08:00
Yugo Horie
00aff6039b
Fix to not execute clusterBootstrapper.Delete when clusterBootstrapper is nil #3662
2019-02-13 10:08:06 +09:00
Thomas Stromberg
ade3515f4f
Disable Stackdriver error reporting until we can clean up the interface
2019-02-12 14:33:38 -08:00
Thomas Stromberg
3454c83dcf
Clearer output when re-using VM's so that users know what they are waiting on
2019-02-12 13:54:30 -08:00
Anders F Björklund
0a91040434
Add DeleteCluster to bootstrapper
...
This matches StartCluster, and is used to revert
the changes done to reset the VM machine state.
Even if it fails, continue to deleting the VM...
Make sure to handle the case of missing config.
2019-02-12 19:49:19 +01:00
Thomas Stromberg
0a5b64eeaf
Improve text strings for existing VM's and setting cluster permissions
2019-02-11 19:28:23 -08:00
Thomas Stromberg
452054bf25
Implement PR comments
2019-02-11 15:01:34 -08:00
Thomas Stromberg
deb31b4230
Pull upstream, sort out merge conflicts, use ParseBool
2019-02-11 13:56:45 -08:00
Anders F Björklund
73dd006813
Replace string comparison with class method
2019-02-09 20:59:26 +01:00
Anders F Björklund
78806674f3
Merge branch 'master' into defaults
2019-02-09 18:25:27 +01:00
Thomas Strömberg
6e1b9d030c
Merge pull request #953 from denji/parallels
...
machine: add parallels support
2019-02-08 15:39:43 -08:00
Thomas Stromberg
6c48048538
Merge from hell #2 : refactor start.go because it's terrible
2019-02-08 13:37:29 -08:00
Thomas Stromberg
ee8ddd60a8
Merge
2019-02-07 18:21:29 -08:00
Thomas Stromberg
0f11c4de8e
Remove unnecessary break statement
2019-02-07 16:14:47 -08:00
Thomas Stromberg
e6c59fa135
Add back accidentally removed status line
2019-02-07 15:40:43 -08:00
Thomas Stromberg
9f09f02e39
Address PR comments, make sure PullImages code path is exercised
2019-02-07 15:39:31 -08:00
Thomas Stromberg
f2d6f45538
More console work
2019-02-07 14:56:29 -08:00
Thomas Stromberg
d1b0d0470a
Initial console implementation
2019-02-06 22:00:30 -08:00
Thomas Stromberg
966b245dc6
Refactor and centralize container runtime code into a cruntime package
2019-02-05 14:42:12 -08:00
Anders F Björklund
6ff11e44a5
Remove default cni flags from the documentation
2019-02-05 20:05:05 +01:00
Anders F Björklund
0071a940a7
Need to check if changed, not the current value
2019-02-02 19:11:33 +01:00
Anders F Björklund
6e7fc9dbf5
Add cni default for alternative container runtimes
...
If using an alternative container runtime, and not having set
any other parameters already, default to cni plugin and config.
2019-02-02 18:36:46 +01:00
Anders F Björklund
1cb2ba06e1
Refactor: add variables for network configuration
2019-02-02 18:36:42 +01:00
Thomas Stromberg
b19526ab6c
minor de-linting: run gofmt, goimports, pre-allocate fields slice
2019-01-25 10:49:58 -08:00
Denis Denisov
a1cd81bf1c
machine: add parallels support
2019-01-25 10:31:26 +02:00
Thomas Strömberg
b61207c233
Merge pull request #3391 from ivans3/logviewer-addon-pr7
...
Initial commit of logviewer addon
2019-01-24 16:00:29 -08:00
Thomas Strömberg
ad2b762c51
Merge pull request #3286 from hidekazuna/fix_vm_driver_none
...
Fix to run sudo -E minikube start --vm-driver=none
2019-01-24 15:59:14 -08:00
Thomas Strömberg
fd562f81b1
Merge pull request #3565 from twelvelabs/patch-1
...
Remove redundant newline in `minikube status`
2019-01-24 07:33:20 -08:00
Skip Baney
34aa0c6895
Remove redundant newline in `minikube status`
...
Both #3502 (which this commit reverts) and #3523 attempted to fix the same issue.
Keeping the change from the latter PR since it fixes it at the source template.
2019-01-21 10:54:25 -06:00
Anders F Björklund
3389344d51
Need to restart crio, after stopping containerd
...
If it fails to start up, it will never try again.
2019-01-20 17:06:37 +01:00
Anders F Björklund
2c0b7da11e
Stop containerd from running, if it is not desired
...
Apparently some grpc services are conflicting with crio
"Failed to start streaming server: listen tcp 10.0.2.15:10010: bind: address already in use"
2019-01-20 17:02:36 +01:00
Thomas Strömberg
56f8142e24
Merge pull request #3194 from afbjorklund/crictl.yaml
...
Write /etc/crictl.yaml when starting
2019-01-17 10:34:06 -08:00