Commit Graph

12741 Commits (a55a0b0286f91da1f03bf1d8105d21b51a6a9ba9)

Author SHA1 Message Date
Anders F Björklund e6b510543e Don't trim whitespace while extracting strings
Remove some leading and trailing whitespace from non-string
constructs like description and automatic extraction filters.

But don't change all the translations or the translations here,
since that would make this code change impossible to review.
2020-09-27 17:59:06 +02:00
Anders F Björklund 5ae6ce03bb Use newer version of the go-bindata tool
Use the same "vendor" as kubernetes does
2020-09-27 17:52:05 +02:00
Anders F Björklund 06ac270741 The ISO build doesn't need Go installed on host
Buildroot will bootstrap the Go compiler anyway
2020-09-27 15:26:35 +02:00
Anders F Björklund 8a18334cba Complete the fork of kindbase by copy/paste
Base kicbase directly on ubuntu, without kindbase

Move all the files that are still copied and used

Avoid installing software only to be deleted later

The entrypoint had already been forked since earlier
2020-09-27 15:16:42 +02:00
Anders F Björklund a4e4a719ba Specify snapshot version of ubuntu used for kind
Also fix the 19.10 comment, it hadn't been updated
2020-09-27 15:15:43 +02:00
Anders F Björklund 85f8d05757 Fork all files needed for kindbase from upstream
This is for reference, to be able to combine them
2020-09-27 15:15:43 +02:00
Anders F Björklund 9056687844 Also remove the extra containerd configuration 2020-09-27 15:15:43 +02:00
Anders F Björklund d3dc36e146 Clean up the docker installation
Remove local things from kind, replace with packages.

Use the "clean-install" script for a nicer Dockerfile.
2020-09-27 14:46:03 +02:00
Anders F Björklund 4c8e88ab47 Upgrade Buildroot to 2020.02 LTS with Linux 4.19
Do the kernel upgrade separately, for easier ISO testing

Use the same kernel version as was in "2019.02.x" branch
2020-09-27 14:11:32 +02:00
Anders F Björklund 75b0950033 Update KERNEL_VERSION to match BUILDROOT_VERSION
This was missed in 8f9c572ff5
2020-09-27 14:07:19 +02:00
Daniel Weibel 54f9400006 Fix white version of SVG logo (icon) 2020-09-26 14:45:59 +02:00
Sharif Elgamal 11cad2b3e6
Merge pull request #9321 from loftkun/removing-duplicate-command-additions
Remove duplicate command additions
2020-09-25 14:03:48 -07:00
Sharif Elgamal fb878f6f62
Merge pull request #9324 from sharifelgamal/time-cmd
give the logs test a little wiggle room
2020-09-25 12:23:32 -07:00
Thomas Strömberg 75332f7c89
Merge pull request #8901 from bluestealth/MiB
Use mebibytes instead of megabytes
2020-09-25 11:28:41 -07:00
Thomas Strömberg ed6b756da0
Merge pull request #9308 from priyawadhwa/performance-monit
Add PR bot code to repo
2020-09-25 10:34:36 -07:00
Sharif Elgamal b4b181b647 give the logs test a little wiggle room 2020-09-25 10:06:45 -07:00
loftkun 7a2cd0f459 Removing Duplicate Command Additions 2020-09-25 17:45:51 +09:00
Priya Wadhwa 998a0f7058 add profile in failing test 2020-09-24 14:15:15 -04:00
Priya Wadhwa 3ee1eb029c Update test to use new exit code for insufficient storage 2020-09-24 14:09:46 -04:00
Priya Wadhwa c005cda301 Print solution message when there is no space left on device
during preload extraction.
2020-09-24 13:03:57 -04:00
Sharif Elgamal fd44e0d8fb
Force dependency on exp to prevent dirty commit release binaries (#9309)
* force dependency for release purposes

* revert original idea and add loads of debugging

* hey more debugging cool

* fix debugging

* drilling down debugging

* revert to original solution

* fix comment
2020-09-23 15:00:03 -07:00
Medya Ghazizadeh a493400a93
Merge pull request #9298 from prezha/update-kubernetes-version-i0
update_kubernetes_version: automate the update of DefaultKubernetesVersion
2020-09-23 14:21:59 -05:00
Medya Ghazizadeh 183bdb2354
Merge pull request #9302 from dominikbraun/#9297-reason-for-missing-config-permissions
Return ExHostPermission for insufficient config file permissions
2020-09-23 14:20:41 -05:00
Medya Ghazizadeh 07642cd7ef
Merge pull request #9300 from ilya-zuyev/gh8891_forbid_base_image_for_vm_drivers
Disable base image flag for vm drivers
2020-09-23 14:10:38 -05:00
Ilya Zuyev 887390194e Add more unit tests 2020-09-22 14:19:38 -07:00
Ilya Zuyev bf8ec63ca9 Simplify base-image flag validation 2020-09-22 14:10:47 -07:00
Predrag Rogic 1444ce37d7 update_kubernetes_version: refactor
- add context.WithTimeout - limit the time spent on quering GitHub
  APIs
- extract Kubernetes GitHub Releases API quering into a separate
  fetchKubernetesReleases func
- extract Kubernetes Version Update logic into a separate
  updateKubernetesVersions func
- extract file patching instructions into a separate replaceAllString
  func
- patch '../../site/content/en/docs/commands/start.md' => remove the
  need to run 'make generate-docs' before 'make test'
- resolve 'ERROR: logging before flag.Parse'
- consolidate and add more verbose logging
- add more descriptive code comments
- removed TODO - will stick to the '0' patch version for all testData
  sets
- ensure 'make test' completes w/o any issues
2020-09-22 21:46:18 +01:00
Ilya Zuyev 76d3c9d7bb Fix variable name (avoid collision with imported package) 2020-09-22 13:09:58 -07:00
Dominik Braun 02cdb59184 Use HostHomePermission variable in known_issues.go 2020-09-22 21:40:26 +02:00
Priya Wadhwa 3f457dbdc1 fix error handling 2020-09-22 14:14:04 -04:00
Priya Wadhwa 3d547a937f Fix Makefile rule to build bot 2020-09-22 14:00:27 -04:00
Priya Wadhwa 3f44d470eb Add performance monitor code 2020-09-22 13:54:23 -04:00
Dominik Braun 8f4127b202 Use HOST_HOME_PERMISSION kind for insufficient permissions 2020-09-22 18:04:24 +02:00
Dominik Braun 603ae8fc6d Return ExHostPermission for insufficient config file permissions 2020-09-22 10:16:27 +02:00
Ilya Zuyev 6a60983679 Show invalid flag diagnostic message to user 2020-09-21 23:28:34 -07:00
Ilya Zuyev 6bf7ca3dd2 Validate --base-image flag and active driver combo 2020-09-21 23:06:54 -07:00
Predrag Rogic 19cc40f420 update_kubernetes_version: implement a standalone program that polls GitHub for the latest Kubernetes release 2020-09-22 03:41:27 +01:00
Medya Gh 107eb57a11 add mep for Dedidcated docekr driver 2020-09-21 18:05:35 -07:00
Medya Ghazizadeh 8190e184c0
Merge pull request #9291 from priyawadhwa/improve-error
Add advice for the DRV_CP_ENDPOINT error
2020-09-21 19:59:03 -05:00
Priya Wadhwa f6b524b372 add profile arg 2020-09-21 19:05:58 -04:00
Medya Ghazizadeh f5b74f9eb4
Merge pull request #9281 from prezha/update-context-activates-context
update-context: Automatically set the context as current/active in ku…
2020-09-21 17:35:22 -05:00
Priya Wadhwa 98591a6656 Add advice for the DRV_CP_ENDPOINT error 2020-09-21 16:35:50 -04:00
Sharif Elgamal 0a6b52d90d
Merge pull request #9288 from minikube-bot/jenkins-releases.json-v1.13.1
update releases.json to include v1.13.1
2020-09-21 10:32:03 -07:00
minikube-bot 85bf8a5522 Update releases.json to include v1.13.1 2020-09-21 10:13:32 -07:00
Sharif Elgamal 1fd1f67f33
Merge pull request #9276 from sharifelgamal/v1.13.1
Update Makefile and release notes for v1.13.1
2020-09-21 10:05:24 -07:00
Predrag Rogic 9fbd2e94bd update-context: Automatically set the context as current/active in kubeconfig 2020-09-21 00:06:15 +01:00
Sharif Elgamal ba0db2f72a add contributor 2020-09-18 16:23:45 -07:00
Sharif Elgamal 20d3fb0650 Merge branch 'master' of github.com:kubernetes/minikube into v1.13.1 2020-09-18 16:23:01 -07:00
Sharif Elgamal 38da8de55d
Merge pull request #9275 from JulienBreux/chore/translate-fr
Update French translation
2020-09-18 16:22:22 -07:00
Sharif Elgamal 7e7344da18 Update Makefile and release notes for v1.13.1 2020-09-18 16:20:58 -07:00