Commit Graph

7217 Commits (773510b9c1fa86ef2ac8724ef7233826f251e247)

Author SHA1 Message Date
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 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
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
Priya Wadhwa 15a5209841 Update unit tests 2020-01-22 14:23: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
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 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
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 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
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
Kubernetes Prow Robot 8c8a1552ad
Merge pull request #6348 from oke-py/doc-lb
fix grammer and remove extra spaces
2020-01-19 05:11:35 -08:00
Naoki Oketani 16ed1756e4 fix grammer and remove extra spaces 2020-01-19 21:54:15 +09:00
Anders F Björklund 857c8f5eb0 Change the compression methods used on the iso
Using lz4 for kernel and gzip for the rootfs
2020-01-18 10:07:19 +01:00
Anders F Björklund 3e0724c938 Document the current config better with defaults
Using gzip for kernel and bzip2 for the rootfs
2020-01-18 10:05:25 +01:00
inductor 1939f497cf add some translations to jp with updated strings 2020-01-18 10:14:04 +09:00
inductor 47d7a689b8 update minikube translation json for ja 2020-01-18 10:05:44 +09:00
Medya Gh 7d07d0d61b ignore iptables for kic 2020-01-17 15:44:22 -08:00
Medya Gh 0b2d8051bb remove kicbs 2020-01-17 15:44:22 -08:00
Anders F Björklund 1c3e309c7a Merge branch 'master' into crio-conf 2020-01-17 23:46:48 +01:00
Sharif Elgamal 13d55c3dde
Merge pull request #6336 from medyagh/patch_cgroup
patch cgroup pr
2020-01-17 14:24:19 -08:00
Thomas Strömberg 5989844846
Merge pull request #6337 from sharifelgamal/verbose
change github-release calls to verbose
2020-01-17 14:21:13 -08:00
Sharif Elgamal b0968a37db
change github-release calls to verbose 2020-01-17 14:20:16 -08:00
Medya Gh b63212eacf patch cgroup pr 2020-01-17 14:04:48 -08:00
Priya Wadhwa 28148c5f3d Remove addon manager 2020-01-16 11:47:01 -08:00
priyawadhwa d310331b9d
Merge pull request #6046 from priyawadhwa/remove-addon-manager
Remove polling from addon manager
2020-01-16 11:32:30 -08:00
Sharif Elgamal b37561e65e
Merge pull request #6327 from sharifelgamal/1.17.0-beta.0-rn
add release notes for 1.17.0-beta.0
2020-01-15 17:39:37 -08:00
Sharif Elgamal e3ac51ab0c
add release notes for 1.17.0-beta.0 2020-01-15 17:37:55 -08:00
Sharif Elgamal b225e8ec86
Merge pull request #6326 from sharifelgamal/exp
add the ability to mark drivers as experimental
2020-01-15 17:29:13 -08:00