Eric Paris
f125ad88ce
Rename IsMountPoint to IsLikelyNotMountPoint
...
IsLikelyNotMountPoint determines if a directory is not a mountpoint.
It is fast but not necessarily ALWAYS correct. If the path is in fact
a bind mount from one part of a mount to another it will not be detected.
mkdir /tmp/a /tmp/b; mount --bin /tmp/a /tmp/b; IsLikelyNotMountPoint("/tmp/b")
will return true. When in fact /tmp/b is a mount point. So this patch
renames the function and switches it from a positive to a negative (I
could think of a good positive name). This should make future users of
this function aware that it isn't quite perfect, but probably good
enough.
2015-08-14 18:45:43 -04:00
Brendan Burns
eed655a6e6
Merge pull request #12511 from feihujiang/kubectlGetAcceptFileNameParam
...
Kubectl get command accepts a filename param
2015-08-14 14:21:56 -07:00
Brendan Burns
ec309e9458
Merge pull request #12731 from piosz/autoscaling_e2e
...
Disabled Autoscaling e2e test
2015-08-14 14:08:11 -07:00
Brendan Burns
b29311ba2b
Merge pull request #11781 from brendandburns/schema-api
...
RFC: Add initial plugin schema types.
2015-08-14 09:44:12 -07:00
Piotr Szczesniak
5b676b7334
Disabled Autoscaling e2e test
2015-08-14 16:27:54 +02:00
Jerzy Szczepkowski
27599b9164
Merge pull request #12727 from fgrzadkowski/fix_docker_multinode_doc
...
Fix wrong paths in docker multinode cluster 'getting started' guide
2015-08-14 15:57:50 +02:00
Filip Grzadkowski
15d39857e0
Fix wrong paths in docker multinode cluster 'getting started' guide
2015-08-14 15:42:07 +02:00
Jerzy Szczepkowski
045cd857a4
Merge pull request #12699 from xiejunan/probe_extractport
...
fix error in findPortByName
2015-08-14 13:41:13 +02:00
Jerzy Szczepkowski
36f94fabbe
Merge pull request #12719 from piosz/autoscaling_e2e
...
Enabled Autoscaling e2e test for cpu utilization
2015-08-14 13:40:41 +02:00
Jerzy Szczepkowski
7296a5bd4a
Merge pull request #12708 from Huawei-PaaS/issue_cluster_kubernetes_auth
...
Replace "~/.kubernetes_auth" with "${KUBECONFIG:-$DEFAULT_KUBECONFIG}" in util.sh
2015-08-14 13:18:53 +02:00
qiaolei
b6d7a1737b
Update util.sh
...
Modify cluster/{vsphere,rackspace,azure,ubuntu}/util.sh, replace "~/.kubernetes_auth" with "${KUBECONFIG:-$DEFAULT_KUBECONFIG}"
2015-08-14 18:47:31 +08:00
Jerzy Szczepkowski
f29d52114b
Merge pull request #12326 from feihujiang/kubectlLabelAcceptFileNameParam
...
Kubectl label command accepts a filename param
2015-08-14 12:38:37 +02:00
Jerzy Szczepkowski
3b09c14379
Merge pull request #12477 from wojtek-t/create_cacher
...
Cacher for watch in apiserver
2015-08-14 12:37:05 +02:00
Wojciech Tyczynski
563e6075ca
Merge pull request #12714 from gmarek/fix_test
...
Fix SchedulerPredicates test after event reason rename
2015-08-14 12:23:43 +02:00
Piotr Szczesniak
fb44d5e045
Enabled Autoscaling e2e test for cpu utilization
2015-08-14 11:50:19 +02:00
gmarek
941ddc90b1
Fix SchedulerPredicates test after event reason rename
2015-08-14 11:20:37 +02:00
Jerzy Szczepkowski
2f0ace20c3
Merge pull request #12693 from mikedanese/remove-contrib
...
remove most of contrib as it's moving to a seperate repo
2015-08-14 09:47:51 +02:00
Wojciech Tyczynski
e424da7d0d
Implement Cacher for watch in apiserver
2015-08-14 09:44:42 +02:00
Jerzy Szczepkowski
8dcbebae5e
Merge pull request #12011 from ZJU-SEL/fix-serviceaccount-doc
...
fix service-account related doc
2015-08-14 08:06:34 +02:00
Jerzy Szczepkowski
55b7500b33
Merge pull request #12236 from nikhiljindal/deploymentProposal
...
Adding a proposal for deployment
2015-08-14 08:04:38 +02:00
Jerzy Szczepkowski
491166ee93
Merge pull request #12515 from bgrant0607/docfix
...
Update API conventions. Add kubectl conventions.
2015-08-14 08:00:59 +02:00
xiejunan
f5446f2aa3
fix error in findPortByName
...
using ContainerPort instead of HostPort
2015-08-14 14:00:05 +08:00
Brian Grant
f04d721612
Update API conventions. Add kubectl conventions.
...
Ref #12322 . Fixes #6797 .
2015-08-14 01:32:38 +00:00
Mike Danese
00cf4c9c94
remove most of contrib as it's moving to a seperate repo
2015-08-13 17:56:01 -07:00
Mike Danese
d9555aed67
add readme to redirect people to new repo
2015-08-13 17:53:12 -07:00
He Simei
1d6c0e287b
fix service-account related doc
2015-08-14 08:44:21 +08:00
Brendan Burns
ea59172874
Merge pull request #12687 from eparis/verfiy-dash
...
Update flag-dash whitelist
2015-08-13 14:53:15 -07:00
Eric Paris
c6a5b43df1
Update flag-dash whitelist
...
PRs older than the verifier landed in HEAD. So update the whitelist
2015-08-13 17:43:00 -04:00
Brendan Burns
e8fcee6718
Merge pull request #10876 from jameskyle/develop
...
Resolves #9773 , vmware_fusion can't find component
2015-08-13 14:09:50 -07:00
Brendan Burns
e2773d521d
Merge pull request #12490 from olivierlemasle/vagrant-env
...
In Vagrant, pass environment variables to master
2015-08-13 14:09:30 -07:00
Brendan Burns
db39e5c45d
Merge pull request #12667 from preillyme/issues_12666
...
Remove the "www" and "third-party ui" directories from kubernetes repo
2015-08-13 14:09:11 -07:00
Brendan Burns
b50330d851
Merge pull request #12539 from jiangyaoguo/keep-event-reason-consistent-in-scheduler-controller
...
Keep event reason consistent in scheduler and controller
2015-08-13 14:08:52 -07:00
Brendan Burns
a3047a5abb
Merge pull request #11951 from mvdan/metrics-api-proposal
...
Add compute resource metrics API proposal
2015-08-13 14:08:31 -07:00
Brendan Burns
beb66a55db
Merge pull request #12684 from mbruzek/GoogleCloudPlatform-to-kubernetes-rename
...
Updated all the references of GoogleCloudPlatform to kubernetes
2015-08-13 14:07:30 -07:00
Brendan Burns
22a2a76ab8
Merge pull request #12571 from brendandburns/kubectl2
...
Auto commit by PR queue bot
2015-08-13 13:56:14 -07:00
nikhiljindal
be6342db1d
Adding a proposal for deployment
2015-08-13 13:39:08 -07:00
Brendan Burns
e3afa2da7a
Merge pull request #12676 from goltermann/docs
...
Auto commit by PR queue bot
2015-08-13 13:32:44 -07:00
Matt Bruzek
56bd3c756a
Updated all the references of GoogleCloudPlatform/kubernetes repo name to the new kubernetes/kubernetes
2015-08-13 15:29:48 -05:00
Brendan Burns
d8a60d2271
Merge pull request #12623 from thockin/proxy-ipt
...
Auto commit by PR queue bot
2015-08-13 13:10:39 -07:00
Brendan Burns
15281a5e01
Merge pull request #12388 from feihujiang/kubectlPatchAcceptFileNameParam
...
Auto commit by PR queue bot
2015-08-13 11:49:41 -07:00
goltermann
1b874e9f9a
Adding teams lists to faster_reviews.
2015-08-13 11:29:59 -07:00
Brendan Burns
35c22714d1
Merge pull request #7227 from lhuard1A/libvirt-coreos_etcd2
...
Make the libvirt-coreos cluster use the etcd2 shipped within CoreOS
2015-08-13 11:19:54 -07:00
Daniel Martí
5a0bc4dd83
Add compute resource metrics API proposal
2015-08-13 11:18:16 -07:00
Mike Danese
46ed7713be
Merge pull request #11798 from uruddarraju/master
...
Keystone authentication plugin
2015-08-13 10:28:16 -07:00
Patrick Reilly
bf02aaa97d
remove other cluster addon references for container build
2015-08-13 10:23:55 -07:00
Brendan Burns
5865971acb
Merge pull request #12387 from resouer/patch-docker
...
vxlan as bankend of flannel & auto restart k8s with daemon
2015-08-13 10:18:14 -07:00
Patrick Reilly
ecd93f97ae
add back missing analytics link
2015-08-13 10:03:07 -07:00
Tim Hockin
776132e1ae
Make kube-proxy iptables sync period configurable
2015-08-13 09:53:32 -07:00
Patrick Reilly
b954d0d70f
Remove the "www" and "third-party ui" directories from kubernetes repository
...
* This code now lives in the kube-ui repository.
2015-08-13 09:50:59 -07:00
Ruddarraju, Uday Kumar Raju
937db3f70d
Keystone authentication plugin
2015-08-13 09:46:30 -07:00