Medya Gh
|
9116393aa3
|
fix wait retry logic
|
2020-04-08 00:36:52 -07:00 |
Medya Ghazizadeh
|
e098a3c4ca
|
Merge pull request #7449 from medyagh/fix_soft_start_nondocker
Behavior change: start with no arguments uses existing cluster config
|
2020-04-07 17:12:52 -07:00 |
Thomas Strömberg
|
668144124e
|
Merge pull request #7482 from tstromberg/dry-run
Disable update check for (--interactive|--dry-run), make non-blocking
|
2020-04-07 13:58:35 -07:00 |
Medya Gh
|
65e1ff3be4
|
remove duplicate checking existing driver flag
|
2020-04-07 13:55:21 -07:00 |
Thomas Stromberg
|
b6d66f16b4
|
Disable update check for (--interactive|--dry-run), make non-blocking
|
2020-04-07 09:38:33 -07:00 |
Kenta Iso
|
30f68e09ef
|
fix node name of `minikube status` to match worker node name
|
2020-04-07 22:55:11 +09:00 |
Medya Gh
|
dfd9f7a9d1
|
handle Port 0 in configs
|
2020-04-07 03:06:44 -07:00 |
Medya Gh
|
e683dd315b
|
warn if changed memory cpu of an exiting cluster
|
2020-04-07 01:53:50 -07:00 |
Medya Gh
|
26c999a811
|
fix select default cni
|
2020-04-07 01:29:50 -07:00 |
Medya Gh
|
c4f5f4dded
|
fix
|
2020-04-06 22:53:44 -07:00 |
Medya Gh
|
84693eaf0a
|
add wait flag to updateExistingConfigFromFlags
|
2020-04-06 18:58:42 -07:00 |
Medya Gh
|
ee1f8fffb3
|
remove duplicate setDockerProxy
|
2020-04-06 18:58:42 -07:00 |
Medya Gh
|
2c037b42f2
|
fix unit test
|
2020-04-06 18:58:42 -07:00 |
Medya Gh
|
1d892a2e0b
|
fix it
|
2020-04-06 18:58:42 -07:00 |
Medya Gh
|
b777d97d76
|
refactor more
|
2020-04-06 18:58:42 -07:00 |
Medya Gh
|
bee681559b
|
save profile
|
2020-04-06 18:58:42 -07:00 |
Medya Gh
|
a35006507b
|
add new func updateExistingConfigFromFlags
|
2020-04-06 18:58:42 -07:00 |
Medya Gh
|
792ca63179
|
respect the user existing config
|
2020-04-06 18:58:42 -07:00 |
Medya Gh
|
77d1da04a2
|
change log level for err
|
2020-04-03 18:48:39 -07:00 |
Medya Gh
|
4221e63e13
|
add logs for wait components
|
2020-04-03 18:43:37 -07:00 |
Medya Gh
|
74551841cc
|
address review comments
|
2020-04-02 23:41:45 -07:00 |
Medya Gh
|
62ca22a662
|
refactor and rebase
|
2020-04-02 18:58:51 -07:00 |
Medya Gh
|
9fc36a6d4e
|
typo
|
2020-04-02 17:55:15 -07:00 |
Medya Gh
|
d6b3cc6109
|
lint
|
2020-04-02 17:55:15 -07:00 |
Medya Gh
|
4c8f79d823
|
add wait logic to kubeadm
|
2020-04-02 17:55:15 -07:00 |
Medya Gh
|
3b39b271ac
|
fix interpret wait
|
2020-04-02 17:54:14 -07:00 |
Medya Gh
|
e4eae47e86
|
interpret wait flags
|
2020-04-02 17:54:14 -07:00 |
Thomas Strömberg
|
37a98106c4
|
Merge pull request #7382 from tstromberg/stderr-fix3
Move errors and warnings to output to stderr
|
2020-04-02 14:36:16 -07:00 |
Thomas Strömberg
|
78ecf53d40
|
Merge pull request #7360 from tstromberg/wrong-url
Correct assumptions for forwarded hostname & IP handling
|
2020-04-02 14:33:48 -07:00 |
Thomas Stromberg
|
5b3834ec63
|
Merge to master
|
2020-04-02 12:39:32 -07:00 |
Thomas Stromberg
|
5307145802
|
Move errors and warnings to output to stderr
|
2020-04-02 09:58:13 -07:00 |
Thomas Stromberg
|
a71edc3920
|
Merge branch 'master' into wrong-url
|
2020-04-02 08:32:54 -07:00 |
Thomas Stromberg
|
e09a1221bb
|
Add rejection reason to 'unable to find driver' error
|
2020-04-02 06:20:35 -07:00 |
Sharif Elgamal
|
0357c89ee5
|
add issue to todo comment
|
2020-04-01 17:35:41 -07:00 |
Sharif Elgamal
|
4df145518a
|
Merge branch 'master' of github.com:kubernetes/minikube into delete-on-failure
|
2020-04-01 15:24:38 -07:00 |
Thomas Strömberg
|
5306702515
|
Merge pull request #7363 from tstromberg/stop-harder
Extend maximum stop retry from 30s to 120s
|
2020-04-01 14:43:14 -07:00 |
Thomas Strömberg
|
428e6bd285
|
Merge pull request #7325 from afbjorklund/version-options
Implement options for the minikube version command
|
2020-04-01 14:41:00 -07:00 |
Thomas Strömberg
|
64bd8dee8b
|
Merge pull request #7299 from afbjorklund/dashboard-kubectl
Run dashboard with internal kubectl if not in path
|
2020-04-01 14:40:23 -07:00 |
Thomas Stromberg
|
b71126356f
|
Extend maximum stop retry from 30s to 120s
|
2020-04-01 14:24:53 -07:00 |
Medya Ghazizadeh
|
a24ae23024
|
Merge pull request #7356 from afbjorklund/kubectl-version
Use kubectl version --short if --output=json fails
|
2020-04-01 14:17:52 -07:00 |
Thomas Stromberg
|
96a87e89cf
|
Remove IP check, because it's wrong on Docker
|
2020-04-01 13:53:17 -07:00 |
Thomas Stromberg
|
c76fac7d74
|
Standardize port-forwarding and kubeconfig hostname logic, fix Docker Linux IP
|
2020-04-01 11:57:32 -07:00 |
Sharif Elgamal
|
d8151730f4
|
retry anytime node.Start fails, not just in minikube start
|
2020-04-01 11:00:39 -07:00 |
Thomas Strömberg
|
592bb2e9eb
|
Merge pull request #7310 from tstromberg/wrong-url
mustload: Replace DriverIP with Forwarded(IP|Port)
|
2020-04-01 08:29:12 -07:00 |
Anders F Björklund
|
227fec14ae
|
Use kubectl version --short if --output=json fails
Really old kubernetes clients did not have the --output parameter
Show a friendly reminder to upgrade, instead of an error message.
|
2020-04-01 17:19:14 +02:00 |
Thomas Strömberg
|
28ec78a5cb
|
lint - add newline after stdlib imports
|
2020-04-01 05:54:23 -07:00 |
Sharif Elgamal
|
673922c8d3
|
code comments
|
2020-03-31 15:38:59 -07:00 |
Sharif Elgamal
|
fcb5c462f4
|
add delete-on-failure flag
|
2020-03-31 15:06:16 -07:00 |
Sharif Elgamal
|
fd3e0f505a
|
clean up minikube start output
|
2020-03-30 15:31:17 -07:00 |
Anders F Björklund
|
a1cc3188bb
|
Implement options for the minikube version command
Add --short and --output options, just like kubectl
|
2020-03-30 22:19:39 +02:00 |