Sharif Elgamal
0b460e6cb7
master is no longer a thing
2020-01-24 13:24:38 -08:00
tstromberg
dd4a089fa1
Merge branch 'faster-docker' of github.com:tstromberg/minikube into faster-docker
2020-01-24 13:21:04 -08:00
Thomas Stromberg
41709d2bb8
Merge branch 'master' into faster-docker
2020-01-24 13:20:33 -08:00
tstromberg
2e24d7a123
Combine error conditions
2020-01-24 13:08:26 -08:00
tstromberg
817da0e884
Merge branch 'master' into faster-docker
2020-01-24 11:59:26 -08:00
tstromberg
c43aea690d
Update DefaultKubernetesVersion to v1.17.2
2020-01-24 11:58:23 -08:00
Sharif Elgamal
0681830be4
io.ReadSeeker for all the Assets readers
2020-01-24 11:55:59 -08:00
Sharif Elgamal
9953cc2250
GetMasterNode -> MasterNode
2020-01-24 11:14:55 -08:00
Sharif Elgamal
dbeac1b08c
KubernetesConfig.ContainerRuntime
2020-01-24 10:53:18 -08:00
Sharif Elgamal
77d838d3d2
Merge branch 'master' of github.com:kubernetes/minikube into m2
2020-01-24 10:50:57 -08:00
tstromberg
35f1e58583
Merge conflict
2020-01-24 10:40:26 -08:00
tstromberg
b5d0253418
Change v0.17.3-beta.0 refs to v0.17.2
2020-01-24 10:38:49 -08:00
Thomas Strömberg
34e4c197a8
Merge pull request #5962 from tstromberg/pause
...
Add 'pause' command to freeze Kubernetes cluster
2020-01-24 08:44:25 -08:00
Medya Gh
2bd169f508
add config fields for kic SSH and API ports
2020-01-23 23:51:41 -08:00
Medya Gh
ca0f4c7e20
generate ssh keys for kic container
2020-01-23 19:20:44 -08:00
Medya Gh
09d9d05c6b
generate ssh certs for kic during creation
2020-01-23 18:43:26 -08:00
Medya Gh
3d5c9ae870
implement SSHPortName for kic
2020-01-23 18:28:32 -08:00
Medya Gh
1e05b11703
Add ssh to kic image
2020-01-23 18:24:51 -08:00
Medya Gh
773510b9c1
Add ssh to kic container image
2020-01-23 17:45:50 -08:00
Medya Gh
5191659ff2
bind ip use const instead of string
2020-01-23 17:28:30 -08:00
Thomas Stromberg
a9bc13b403
Address pause code review feedback
2020-01-23 15:44:30 -08:00
Thomas Stromberg
a8d3ef580b
Merge branch 'pause' of github.com:tstromberg/minikube into pause
2020-01-23 15:06:37 -08:00
Sharif Elgamal
fa4322e89a
remove all references to MachineConfig.ContainerRuntime
2020-01-23 13:50:31 -08:00
Sharif Elgamal
5a89aa266d
go mod nonsense
2020-01-23 13:27:44 -08:00
Sharif Elgamal
6a01d6b25b
prefer getting master node over calling Nodes[0]
2020-01-23 13:26:50 -08:00
Sharif Elgamal
de3caceccb
Merge branch 'master' of github.com:kubernetes/minikube into m2
2020-01-23 13:21:38 -08:00
Sharif Elgamal
791f28ff4c
things work now
2020-01-23 13:21:21 -08:00
Thomas Stromberg
e9f6aa106f
test fixing
2020-01-23 12:53:33 -08:00
Thomas Stromberg
412e78e54c
minimize the number of commands executed
2020-01-23 11:11:28 -08:00
Thomas Stromberg
a20942ff2d
Merge branch 'master' into pause
2020-01-23 07:46:44 -08:00
Sharif Elgamal
d7ea60d610
fix up tests for new config format
2020-01-22 18:49:58 -08:00
Sharif Elgamal
8b2a05a565
Merge branch 'master' of github.com:kubernetes/minikube into m2
2020-01-22 17:18:30 -08:00
tstromberg
9fc5db914c
Decrease cylomatic complexity of TestStartStop
2020-01-22 16:39:26 -08:00
Thomas Strömberg
5fa7935571
Merge pull request #6376 from priyawadhwa/fix-dashboard
...
Fix dashboard by using kubectl apply/delete instead of prune for addons
2020-01-22 16:03:18 -08:00
tstromberg
1a13055d00
Add integration tests
2020-01-22 15:50:09 -08:00
Priya Wadhwa
49b0cb1c9c
create dashboard ns first so that everything else can be created after
2020-01-22 15:16:56 -08:00
Priya Wadhwa
8d8ea98378
check cmd.Remove error for linting
2020-01-22 15:11:33 -08:00
tstromberg
22de8c110a
Return the number of containers paused
2020-01-22 15:07:44 -08:00
tstromberg
b81960e37c
Fix none driver
2020-01-22 14:28:18 -08:00
Priya Wadhwa
15a5209841
Update unit tests
2020-01-22 14:23:32 -08:00
tstromberg
62a72f44e8
Address feedback
2020-01-22 14:21:34 -08:00
tstromberg
dccc41748b
Merge branch 'master' into pause
2020-01-22 14:18:32 -08:00
Priya Wadhwa
7247a7dee6
Switched to using kubectl apply and kubectl delete for addons
...
kubectl apply with --prune wasn't working because it requires the
--namespace flag to be passed in and we have multiple namespaces for
addons.
We tried to split up addons within /etc/kubernetes/addons by
namespace, but this didn't work when disabling dashboard addon because
there were no files left in the kubernetes-dashboard subdirectory. So,
kubectl apply complained when trying to prune dashboard because no files
were being passed in.
So, I ended up removing all dependencies on prune and instead running
`kubectl apply` when enabling an addon and running `kubectl delete` when
disabling an addon.
2020-01-22 14:18:20 -08:00
Thomas Strömberg
f9517395e1
Merge pull request #6375 from tstromberg/v1.7.0-beta.1
...
ISO_VERSION should use VERSION_BUILD during beta
2020-01-22 14:18:17 -08:00
tstromberg
1c30a2af8e
ISO_VERSION should use VERSION_BUILD during beta
2020-01-22 14:13:05 -08:00
tstromberg
c83ee09417
Update Kubernetes libraries to v1.17.2
2020-01-22 14:10:53 -08:00
tstromberg
50cd0dbfba
First stab at freezer checks
2020-01-22 13:55:01 -08:00
Medya Ghazizadeh
98ff78a762
Merge pull request #6266 from sshukun/improve-doc
...
Fix typo and improve documents
2020-01-22 13:15:51 -08:00
Medya Ghazizadeh
085100a204
Merge pull request #6370 from tstromberg/dry-limit
...
Double dry-run time limit, add logging
2020-01-22 13:14:16 -08:00
Priya Wadhwa
de4ecb9706
Rebased on master
2020-01-22 13:10:50 -08:00