Commit Graph

7237 Commits (34e4c197a8bdf6ee94333f136a566b9c5cb494ee)

Author SHA1 Message Date
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
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
Thomas Stromberg a20942ff2d Merge branch 'master' into pause 2020-01-23 07:46:44 -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 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
Priya Wadhwa 180b23f2c8 Save addons in subdirectories, separated by namespace
This way we can pass the correct --namespace flag into 'kubectl apply'
such that it works with '--prune' for kubectl >=v.17.0
2020-01-22 13:09:37 -08:00
Thomas Strömberg da68e420a7
Merge pull request #6372 from tstromberg/v1.7.0-beta.1
v1.7.0-beta.1 Makefile version bump for ISO testing
2020-01-22 12:39:50 -08:00
tstromberg 31f22f9e62 Version bump before we update the ISO 2020-01-22 12:38:00 -08:00
Thomas Strömberg 1af9d83cd1
Merge pull request #6369 from priyawadhwa/refactor-crio
Remove unnecessary crio restart to improve start latency
2020-01-22 12:19:30 -08:00
Thomas Strömberg 6753c71b37
Merge pull request #6334 from priyawadhwa/remove-addon-manager
Remove addon manager
2020-01-22 12:19:17 -08:00
tstromberg b115f181c4 Increase time limit to 5s 2020-01-22 12:14:54 -08:00
tstromberg 4be56d6d31 Double dry-run time limit, add logging 2020-01-22 12:14:05 -08:00
Medya Ghazizadeh abfcf79dfd
Merge pull request #6236 from tstromberg/image-panic
Check for nil ref and img before passing them into go-containerregistry
2020-01-22 12:06:36 -08:00
Priya Wadhwa 43259cc363 Reorganize buildroot.go by container runtime and remove unnecessary "sudo systemctl restart crio" to save time on 'minikube start' 2020-01-22 11:00:10 -08:00
Thomas Stromberg 5f0420f72e Merge branch 'master' into pause 2020-01-22 09:48:26 -08:00
Thomas Stromberg e6999caea3 Add paused state to apiserver status 2020-01-22 09:48:16 -08:00
Thomas Strömberg 8562d1c82d
Merge pull request #6362 from medyagh/kic_del
implement remove file for kic runner
2020-01-22 06:04:21 -08:00
Thomas Stromberg 09b2780fb2 Add support for pausing/unpausing specific namespaces 2020-01-21 22:06:05 -08:00
Medya Ghazizadeh 875c4b2d76
Merge pull request #6338 from medyagh/unify_boots
unify bootstrappers for both VM and contianer
2020-01-21 20:34:17 -08:00
Thomas Strömberg 22a4093765
Merge pull request #6341 from afbjorklund/compression
Change the compression methods used on the iso
2020-01-21 20:14:57 -08:00
Thomas Stromberg 0f40eef9a7 Merge conflicts 2020-01-21 20:06:03 -08:00
Thomas Stromberg a4add4ccbc Merge conflicts 2020-01-21 20:02:38 -08:00
Thomas Strömberg f1ba03163a
Merge pull request #6219 from afbjorklund/crio-conf
Update the crio.conf instead of overwriting it
2020-01-21 20:01:19 -08:00
Thomas Stromberg 7e2e9eb15b Merge conflicts 2020-01-21 20:00:21 -08:00
Thomas Stromberg 7f3351476c Merge upstream 2020-01-21 19:50:49 -08:00
Thomas Stromberg be65e4c2ad Merge upstream 2020-01-21 19:46:42 -08:00
Thomas Stromberg 7fe786aca4 Merge upstream 2020-01-21 19:46:05 -08:00
Medya Gh 6ca7b74f8a implement reomve file for kic runner 2020-01-21 17:39:06 -08:00
Medya Gh 5a3c13815e network overlay only for kic 2020-01-21 15:14:51 -08:00
Thomas Strömberg 67d6eb3d69
Merge pull request #6339 from inductor/feature/update_ja_translation
Update Japanese translation
2020-01-21 12:54:38 -08:00
Medya Ghazizadeh e3bd383d64
Merge pull request #6255 from afbjorklund/kubectl-examples
Fix syntax of minikube kubectl example command
2020-01-20 19:36:05 -08:00
Medya Ghazizadeh e0a8b7dba8
Merge pull request #6325 from afbjorklund/dashboard-crash
Stop minikube dashboard from crashing at start
2020-01-20 19:34:18 -08:00
Medya Ghazizadeh 20e6c5c579
Merge pull request #6355 from afbjorklund/selecting-space
Remove stray space from driver selection message
2020-01-20 18:59:01 -08:00
Anders F Björklund a681f1f00f Remove stray space from driver selection message 2020-01-20 21:18:34 +01:00