Commit Graph

2448 Commits (fc9fe5fa21064f0587decb681e5a0dcbb1a50802)

Author SHA1 Message Date
Anders F Björklund fc9fe5fa21 Make sure to keep other files in kube-proxy ConfigMap
The data was being overwritten with the new file map,
which caused the "config.conf" file to be deleted (!).

Compared to the original "kubeconfig.conf" generated,
the template also inserted an extra newline character.
2018-01-08 08:39:03 -08:00
Matt Rickard fd410549b5
Merge pull request #2394 from KristofMorva/bat-crlf
Fixing batch file line endings
2018-01-05 10:11:28 -08:00
Morva Kristóf df899bac55 Fixing batch file line endings 2018-01-05 14:08:26 +01:00
Matt Rickard d71abaabd3
Merge pull request #2390 from r2d4/k8s-users
Point README to kubernetes-users
2018-01-04 17:29:03 -08:00
Matt Rickard f0bfedfe28 Point README to kubernetes-users 2018-01-04 11:22:34 -08:00
Suraj Deshmukh 5d7d751db8 Change the cri-o socket location to upstream default
Right now the cri-o socket is placed in `/var/run/crio.sock`, this
commit changes it to `/var/run/crio/crio.sock` which is similar to
upstream.

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2018-01-04 10:35:08 -08:00
Matt Rickard c07bcd64eb
Merge pull request #2382 from rajansandeep/updatemanifest
Bump CoreDNS version and update manifest
2018-01-04 10:10:05 -08:00
Matt Rickard 80b949d64d
Merge pull request #2385 from betabrand/hyperkit-nfs-cleanupexports
Cleanup NFS Exports after stop and delete
2018-01-04 10:09:46 -08:00
Hugues Alary bc55b8b8be Cleanup NFS Exports after stop and delete 2018-01-03 10:21:04 -08:00
Anders F Björklund 87f48f1731 Add config to avoid warning about the none driver
Even when starting up minikube in a dedicated virtual machine,
there will be a warning against running it on your workstation.
2018-01-03 09:47:24 -08:00
Sandeep Rajan 36fe30865e manifest update 2018-01-03 16:17:41 +05:30
dlorenc 59274b22da Code review feedback. 2018-01-02 16:18:54 -08:00
dlorenc e3f3727b4d Move GetNetAddr.
The build constraints in vmnet.go cause issues.
2018-01-02 16:18:54 -08:00
dlorenc 0e505fbfa7 Update godeps for nfsexports. 2018-01-02 16:18:54 -08:00
Mohit Gupta 7d9413ccd1 remove the hyperkit prefix so we can move this to other drivers as well with time and fix vendoring issue 2018-01-02 16:18:54 -08:00
Mohit Gupta e1903b7423 support NFS sharing with the hyperkit driver 2018-01-02 16:18:54 -08:00
dlorenc 5df299c7e9 Make other lifecycle commands work. 2018-01-02 12:01:37 -08:00
dlorenc fcdd1404e8 Use the real GetIP function. 2018-01-02 12:01:37 -08:00
dlorenc 3d13450846 Make rbac creation idempotent.
Also cleanup the etcd data dir in jenkins.
2018-01-02 12:01:37 -08:00
Matt Rickard 843782795a Switch none test to use kubeadm 2018-01-02 12:01:37 -08:00
Matt Rickard 4077763003 Make none driver work with kubeadm 2018-01-02 12:01:37 -08:00
Aaron Crickenberger 43f89494f0 Update CLA link 2018-01-02 08:19:46 -08:00
dlorenc dfc38a5942 Add a kubeadm reset command to the integration test cleanup.
This should fix some of the none driver issues with kubeadm.
2017-12-27 11:02:38 -08:00
dlorenc 697b3fbae1 Remove from set_pending. 2017-12-27 10:34:04 -08:00
dlorenc 7aee50d3c5 Remove some integration tests from deprecated drivers and switch more to kubeadm. 2017-12-27 10:34:04 -08:00
dlorenc 22fd03d0b2 Update mux.
We had some issues with mux/gorilla in our vendoring. This should fix it.
2017-12-27 08:05:56 -08:00
yanxuean 9934697735 remove duplicate BR2_PACKAGE_BTRFS_PROGS
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
2017-12-26 13:14:33 -08:00
dlorenc 0af893fc6f Fix the godep-save script. 2017-12-22 12:26:57 -08:00
Matt Rickard 9740a1c989
Merge pull request #2356 from thockin-tmp/gcr-vanity
Convert registry to k8s.gcr.io
2017-12-22 11:16:54 -08:00
Tim Hockin 51ee9a1423 Convert registry to k8s.gcr.io 2017-12-22 09:55:16 -08:00
dlorenc 5661ba0b5e More manual changes. 2017-12-21 14:15:48 -08:00
dlorenc 0a749f9336 More patches for component config. 2017-12-21 14:15:48 -08:00
dlorenc 8a19e676dd Fix kube-proxy patch. 2017-12-21 14:15:48 -08:00
dlorenc 6b169daa45 Add context back. 2017-12-21 14:15:48 -08:00
dlorenc 030a4c747f Manual changes for 1.9 update. 2017-12-21 14:15:48 -08:00
dlorenc 28cbc6f73a Vendor changes for 1.9 update. 2017-12-21 14:15:48 -08:00
dlorenc 7550fcd6e0 Make the provisioner use a hostPath. 2017-12-20 14:41:56 -08:00
Matt Rickard bf2ea0ec93
Merge pull request #2345 from spiffxp/update-code-of-conduct
Update code-of-conduct.md
2017-12-20 12:29:44 -08:00
Aaron Crickenberger 563589d4fe Update code-of-conduct.md
Refer to kubernetes/community as authoritative source for code of conduct
2017-12-20 13:39:35 -05:00
Matt Rickard 2623cfeb53
Merge pull request #2340 from braderhart/master
Updated to use new Minikube-maintained KVM driver
2017-12-19 14:37:46 -08:00
Brad Erhart c54e695fdb Updated Jenkins release updater for Minikube-maintained KVM driver 2017-12-19 11:19:30 -08:00
Matt Rickard 2d8dda2828 Bump iso version to v0.24.0 2017-12-19 08:15:32 -08:00
kairen 4d2840278f Bump heapster to v1.5.0 2017-12-19 08:14:31 -08:00
Marcin Maciaszczyk 8b1eeedfed Update dashboard-rc.yaml 2017-12-19 08:14:11 -08:00
Brad Erhart 005a9b8bb7 Updated to use new Minikube-maintained KVM driver 2017-12-18 22:27:35 -08:00
Matt Rickard 0fa1d11da6
Merge pull request #2327 from dvrkps/patch-1
travis: update go version
2017-12-18 12:57:31 -08:00
Davor Kapsa e0c79273c1
travis: update go version
1.9.x match latest patch version(1.9.2 today)
2017-12-17 12:31:21 +01:00
ijl 8ca92d4b0a kpod b85d0fa 2017-12-14 08:54:36 -08:00
ijl 25c7629ceb crio-bin v1.8.4 2017-12-14 08:54:36 -08:00
ijl e677c9639d runc 0fdc908 2017-12-14 08:54:36 -08:00