Commit Graph

3484 Commits (2127c1a6f6b6104a64602deba85a77b637219a95)

Author SHA1 Message Date
Thomas Stromberg 2127c1a6f6 v0.34.0 2019-02-15 13:26:08 -08:00
Thomas Strömberg 4142c6d967
Merge pull request #3680 from tstromberg/better-none
none UX: Reword warnings and other strings for accuracy
2019-02-15 10:38:07 -08:00
Anders Björklund 32fbdbd97b
Merge pull request #3688 from afbjorklund/rkt-log
Implement CRI method ContainerLogCmd for rkt
2019-02-15 19:36:57 +01:00
Anders F Björklund 166b423e6e Implement CRI method ContainerLogCmd for rkt 2019-02-15 19:24:44 +01:00
Anders Björklund 1473c36fb9
Merge pull request #3678 from afbjorklund/rkt
Add implementation of the deprecated rkt runtime
2019-02-15 19:20:30 +01:00
Anders Björklund 4ae8fed6cd
Merge pull request #3675 from afbjorklund/images
Upgrade the list of images for 1.12 and 1.13
2019-02-15 19:19:02 +01:00
Thomas Strömberg 47e9c3bf35
Merge pull request #3679 from tstromberg/container-killing2
cruntime: Fix (List|Stop|Kill)Containers behavior when no containers match
2019-02-15 10:08:40 -08:00
Thomas Stromberg 54b22649e9 Forgot to remove a warning 2019-02-15 10:07:09 -08:00
Thomas Stromberg bb752098df Drop all empty strings from containers list, add fake prefix in log messages 2019-02-15 09:46:15 -08:00
Thomas Stromberg b80498fcb4 Merge from HEAD 2019-02-15 09:24:35 -08:00
Thomas Stromberg f345fe4b08 Less warnings, consistent info messages 2019-02-15 09:11:46 -08:00
Thomas Stromberg cd156b3f98 Merge branch 'master' into container-killing2 2019-02-15 09:10:19 -08:00
Thomas Strömberg 8e5fd5b275
Merge pull request #3686 from tstromberg/7-bit-console
Implement 7-bit ASCII prefixes for when MINIKUBE_IN_COLOR=false
2019-02-15 09:08:17 -08:00
Thomas Strömberg 4822cfd423
Merge pull request #3687 from tstromberg/less-text
Minor output changes to reduce string size or improve clarity
2019-02-15 09:08:01 -08:00
Thomas Stromberg 18adab13fa Remove duplicate keys from merge 2019-02-15 07:21:40 -08:00
Thomas Stromberg 4a1feb6531 Reduce text clutter 2019-02-15 07:16:41 -08:00
Thomas Stromberg 1d0733e1e4 Merge 2019-02-15 07:06:22 -08:00
Thomas Stromberg 5013af7917 Change LowPrefix for internet. It looked strange with the indented options 2019-02-15 07:03:31 -08:00
Thomas Stromberg 3838442440 Implement 7-bit ASCII prefixes 2019-02-15 06:52:33 -08:00
Thomas Strömberg 71971667a0
Merge pull request #3501 from laozc/master
addons: Fixes multiple files behavior in files rootfs
2019-02-15 05:34:49 -08:00
Thomas Strömberg ceb324b4ad
Merge pull request #3660 from tstromberg/hyperkit-debugging
Make hyperkit driver more robust: detect crashing, misinstallation, other process names
2019-02-15 05:23:09 -08:00
Kubernetes Prow Robot 9695633683
Merge pull request #3684 from albertoal/openid-connect-token-docs
Adding docs for OpenID Connect Authentication
2019-02-15 05:21:15 -08:00
Thomas Strömberg 5305b022d4
Merge pull request #3683 from tstromberg/test-delete
Fix TestStartStop so that none tests are executed
2019-02-15 05:17:22 -08:00
Thomas Strömberg 624550edcb
Merge pull request #3682 from tstromberg/better-none-tests
none tests: Cleanup /var/lib/minikube
2019-02-15 05:16:08 -08:00
Alberto Alvarez 2f8d4b1d50 Update docs/README.md, fix configuring_kubernetes URL and move the doc to the right dir 2019-02-14 22:01:05 -08:00
Alberto Alvarez 3f20dcd380 Adding docs for OpenID Connect Authentication 2019-02-14 21:35:05 -08:00
Thomas Strömberg 9ede6e7d56
Merge pull request #3676 from stpabhi/vmware-driver-doc-fix
Add docs to use new vmware unified driver
2019-02-14 20:27:36 -08:00
Thomas Stromberg 61d0516bba Fix TestStartStop so that none tests are executed 2019-02-14 20:26:24 -08:00
Thomas Stromberg 8b93331ff3 none tests: Cleanup /var/lib/minikube 2019-02-14 20:20:49 -08:00
Thomas Stromberg 07fc64fbe1 Warnf -> Debugf so that it doesn't interfere with output 2019-02-14 20:12:34 -08:00
Thomas Stromberg 2588a98435 Back to Run -- I was mistaken 2019-02-14 17:17:54 -08:00
Thomas Stromberg 71eafef5ce Overhaul how we handle kubectl, as it isn't actually required except for the dashboard 2019-02-14 17:10:03 -08:00
Thomas Stromberg 35449f685e Merge remote-tracking branch 'upstream/master' 2019-02-14 16:21:31 -08:00
Thomas Stromberg 5d09d35302 Improve output strings when used by none driver 2019-02-14 16:21:21 -08:00
Thomas Strömberg 2744b8b90d
Merge pull request #3673 from tstromberg/logs-apiserver3
Include pod output in 'logs' command & display detected problems during start
2019-02-14 16:19:30 -08:00
Thomas Stromberg 65c7758763 Add vendored cmpopts 2019-02-14 16:13:50 -08:00
Thomas Stromberg c3db098d4a ListContainers should return empty list when no containers match 2019-02-14 16:10:33 -08:00
Thomas Stromberg 7dd7e5417d glog, not golog 2019-02-14 14:43:22 -08:00
Thomas Stromberg 531e6b0f72 Use h.SetLogger 2019-02-14 14:40:32 -08:00
Thomas Stromberg 0c8a452e97 lowercase error messages 2019-02-14 14:40:16 -08:00
Thomas Stromberg ba9492c314 Merge branch 'master' into hyperkit-debugging 2019-02-14 14:03:52 -08:00
Anders F Björklund dc618b70f9 Add implementation of the deprecated rkt runtime
This is currently good for one thing: turning it off!

Using rktlet with kubernetes hasn't worked in a while.
2019-02-14 23:02:08 +01:00
Thomas Stromberg 45303bac07 Code review comments 2019-02-14 13:59:08 -08:00
Thomas Stromberg ae0817613e Merge branch 'master' into logs-apiserver3 2019-02-14 13:21:37 -08:00
Balint Pato 5029f8a66e
Update pkg/minikube/exit/exit.go
Co-Authored-By: tstromberg <tstromberg@google.com>
2019-02-14 13:17:32 -08:00
Balint Pato 4c2ba19455
Update pkg/minikube/logs/logs_test.go
Co-Authored-By: tstromberg <tstromberg@google.com>
2019-02-14 13:16:57 -08:00
Abhilash Pallerlamudi 0b10e33d10 Add docs to use new vmware unified driver
Signed-off-by: Abhilash Pallerlamudi <stp.abhi@gmail.com>
2019-02-14 13:11:27 -08:00
Anders Björklund 7e6c688116
Merge pull request #3666 from afbjorklund/docker-runc
Upgrade Docker, from 18.06.1-ce to 18.06.2-ce
2019-02-14 21:29:15 +01:00
Anders Björklund ae92644f27
Merge pull request #3669 from afbjorklund/crio-runc
Upgrade opencontainers/runc to 0a012df
2019-02-14 21:29:03 +01:00
Thomas Stromberg c2194e191d Fix merge conflicts 2019-02-14 11:58:07 -08:00