Anish Bhatt
6d9e9561e8
Fix extraneous entries in iscsi path format
...
Code comments currently claim the default iscsi mount path as
kubernetes.io/pod/iscsi/<portal>-iqn-<iqn>-lun-<id>, however actual
path being used is
kubernetes.io/iscsi/iscsi/<portal>-iqn-<iqn>-lun-<id>
This leads to ultimate path being similar to this :
kubernetes.io/iscsi/iscsi/...iqn-iqn...-lun-N
Both iscsi and iqn are repated twice for no reason, since "iqn" is
required by spec to be part of an iqn. This is also wrong on
multiple leves as actual allowed naming formats are :
iqn.2001-04.com.example:storage:diskarrays-sn-a8675309
eui.02004567A425678D
(RFC 3720 3.2.6.3)
and in the second case "iqn-eui" in the path would be misleading.
Change this to a more reasonable path of
kubernetes.io/iscsi/<portal>-<iqn>-lun-<id>
which also aligns up with how the /dev/by-path and sysfs entries
are created for iscsi devices on linux
* -- *
Update iSCSI README and sample json file
There seems to have been quite a skew in recent updates to these
files adding in wrong info or info that no longer lines up the
sample config with the README.
Fixed the following issues :
* Fix discrepancy in samples json using initiator iqn from previous
linked example as target iqn (which was just wrong)
* Generate sample output and README from the same json config provided.
* Remove recommendation to edit initiator name, this is not required
(open-iscsi warns against editing this manually and provides a utility
for the same)
* Update docker inspect command to one that works.
* Use separate LUNs for separate mount points instead of re-using.
2015-10-13 10:08:52 -07:00
Piotr Szczesniak
7324cd68d2
Merge pull request #15218 from jszczepkowski/hpa-e2e-fix
...
Increased memory limit for horizontal pod autoscaler e2e test.
2015-10-08 07:34:17 +02:00
k8s-merge-robot
0e5478efae
Merge pull request #15269 from brendandburns/apis
...
Auto commit by PR queue bot
2015-10-07 21:38:38 -07:00
k8s-merge-robot
04f055c48d
Merge pull request #15258 from saad-ali/repro15106
...
Auto commit by PR queue bot
2015-10-07 19:23:10 -07:00
Quinton Hoole
4c53093d15
Merge pull request #15277 from quinton-hoole/2015-10-07-fix-kubemark-scale
...
Move kubernetes-kubemark-scale-gce Jenkins job to asia-east1-a zone.
2015-10-07 18:50:57 -07:00
Quinton Hoole
8ec4f29e32
Move kubernetes-kubemark-scale-gce Jenkins job to asia-east1-a zone.
...
Because that's where we have enough quota.
2015-10-07 18:46:34 -07:00
k8s-merge-robot
4cb021f5df
Merge pull request #15254 from bprashanth/healthchecks
...
Auto commit by PR queue bot
2015-10-07 18:12:45 -07:00
Jeff Lowdermilk
b0bebe89ac
Merge pull request #15168 from ihmccreery/pin-releases
...
Use JENKINS_PUBLISHED_VERSION instead of JENKINS_USE_RELEASE_TARS and JENKINS_USE_STABLE
2015-10-07 17:43:54 -07:00
Quinton Hoole
5bb53fbb4c
Merge pull request #15271 from quinton-hoole/2015-10-07-kubemark
...
Bring up a 4000 node kubemark cluster in Jenkins.
2015-10-07 16:47:54 -07:00
Quinton Hoole
1b7f8f540e
Bring up a 4000 node kubemark cluster in Jenkins.
...
This is a bit of a hack of the existing scripts, but the quickest way to get this cluster up.
Will restructure e2e.sh to do this in a more sane way in a separate PR.
2015-10-07 16:46:32 -07:00
Brendan Burns
deb3514c02
Fix ExtractList to work with v1.List
2015-10-07 15:48:38 -07:00
Janet Kuo
aa307da594
Merge pull request #15124 from timstclair/container-id
...
Use strong type for container ID
2015-10-07 15:15:16 -07:00
Janet Kuo
4b8f91fd0e
Merge pull request #15190 from dchen1107/fix
...
unset Kubelet flag for manifest_url for master node.
2015-10-07 14:48:35 -07:00
Isaac Hollander McCreery
653de8fec7
Use JENKINS_PUBLISHED_VERSION instead of JENKINS_USE_RELEASE_TARS and JENKINS_USE_STABLE
2015-10-07 14:29:01 -07:00
saadali
1bb4809841
Prevent GCE PD attach code from succeding if disk failed to attach.
2015-10-07 14:07:33 -07:00
Mike Danese
1769c1c34b
Merge pull request #15006 from madhusudancs/move-hooks-to-commit
...
Move the hooks section to the commit section.
2015-10-07 14:04:55 -07:00
Mike Danese
b6734d5572
Merge pull request #15213 from mwielgus/cluster_doc
...
Updated doc for cluster autoscaler
2015-10-07 14:04:42 -07:00
Mike Danese
efbbfde71c
Merge pull request #14094 from ZJU-SEL/pod-example
...
Demo a sidecar mode within pod for java users
2015-10-07 14:03:44 -07:00
Mike Danese
be0c6198b9
Merge pull request #14446 from derekwaynecarr/runtime_constraints_example
...
Add an example demonstrating runtime constraints
2015-10-07 14:02:56 -07:00
Mike Danese
591d7c42a4
Merge pull request #15198 from mikedanese/ds-bug-2
...
include name match in mischeduled check in daemonset controller
2015-10-07 13:54:42 -07:00
Brendan Burns
3e6b6d9cfb
Merge pull request #15242 from mikedanese/sw-fix
...
fix master swagger spec
2015-10-07 13:34:14 -07:00
Dawn Chen
c29296f9a8
Set manifest-url-header when enable_manifest_url is set
2015-10-07 13:27:03 -07:00
Prashanth Balasubramanian
02aa5e183c
Add HTTPHealthCheck crud operations to cloudprovider library.
2015-10-07 13:22:56 -07:00
Nikhil Jindal
c5d534e4f6
Merge pull request #15159 from ironcladlou/deployment-controller-tests
...
Add unit tests for deployment controller
2015-10-07 13:20:30 -07:00
Paul Morie
43f9280a5d
Merge pull request #15127 from swagiaal/bump-go-dockerclient
...
Bump fsouza/go-dockerclient
2015-10-07 14:02:24 -04:00
Tim St. Clair
551eff63b8
Use strong type for container ID
...
Change all references to the container ID in pkg/kubelet/... to the
strong type defined in pkg/kubelet/container: ContainerID
The motivation for this change is to make the format of the ID
unambiguous, specifically whether or not it includes the runtime
prefix (e.g. "docker://").
2015-10-07 10:58:05 -07:00
Mike Danese
0d9d81ff57
fix master swagger spec
2015-10-07 10:23:22 -07:00
Dawn Chen
092dddd12c
Merge pull request #15087 from derekwaynecarr/kernel_overcommit
...
Kubelet sets kernel overcommit_memory flag
2015-10-07 09:47:47 -07:00
Zach Loafman
418a8b5022
Merge pull request #14959 from ihmccreery/publish-pinned-rebased
...
Add major- and minor-pinned latest.txt and stable.txt release publications
2015-10-07 09:07:11 -07:00
k8s-merge-robot
b0d748efb0
Merge pull request #14461 from JanetKuo/kubectl-api-group-cmd
...
Auto commit by PR queue bot
2015-10-07 07:29:10 -07:00
k8s-merge-robot
83433a1ebd
Merge pull request #14499 from erictune/scratch-fix
...
Auto commit by PR queue bot
2015-10-07 07:00:09 -07:00
Derek Carr
87fe1f4af8
Merge pull request #13939 from pmorie/pod-sc-minimal
...
Add PodSecurityContext and backward compatibility tests
2015-10-07 09:56:58 -04:00
Filip Grzadkowski
fa97035389
Merge pull request #15063 from mwielgus/cluster_autoscaler_config
...
Experimental Cluster Autoscaler configuration object
2015-10-07 13:48:52 +02:00
Filip Grzadkowski
6429c39a9e
Merge pull request #15220 from kubernetes/revert-14876-proxy_https
...
Revert "Allow specifying scheme when proxying"
2015-10-07 13:04:24 +02:00
Marek Grabowski
1ea59513cb
Merge pull request #15216 from gmarek/predicates
...
Change logging in scheduler_predicates e2e test
2015-10-07 13:03:56 +02:00
Filip Grzadkowski
c0532a432a
Revert "Allow specifying scheme when proxying"
2015-10-07 13:02:35 +02:00
Jerzy Szczepkowski
31bd5fda72
Increased memory limit for horizontal pod autoscaler e2e test.
...
Increased memory limit for horizontal pod autoscaler e2e test. Fixes #14667 .
2015-10-07 12:16:35 +02:00
Marcin Wielgus
b9f13ded6f
Experimental Cluster Autoscaler configuration object
2015-10-07 12:01:20 +02:00
Filip Grzadkowski
887aeaa101
Merge pull request #15214 from piosz/e2e-fix
...
Fixed flaky cluster size autoscaling e2e.
2015-10-07 11:34:27 +02:00
Piotr Szczesniak
a8bd23542f
Fixed flaky cluster size autoscaling e2e.
2015-10-07 11:22:28 +02:00
gmarek
3b11feda97
Change logging in scheduler_predicates e2e test
2015-10-07 11:10:48 +02:00
Marcin Wielgus
bc58341d34
Updated doc for cluster autoscaler
2015-10-07 10:58:33 +02:00
Filip Grzadkowski
c1345ce2d9
Merge pull request #15068 from wojtek-t/fix_default_limits
...
Tweak limits for system pods in manifest files.
2015-10-07 09:41:28 +02:00
k8s-merge-robot
348f0ca335
Merge pull request #14686 from yifan-gu/rkt_gc
...
Auto commit by PR queue bot
2015-10-07 00:15:48 -07:00
k8s-merge-robot
eea83ee930
Merge pull request #14722 from mqliang/pod-sort
...
Auto commit by PR queue bot
2015-10-06 23:32:03 -07:00
k8s-merge-robot
67768eb51c
Merge pull request #14769 from lavalamp/parallel_tests
...
Auto commit by PR queue bot
2015-10-06 22:59:50 -07:00
k8s-merge-robot
61b3fecb1a
Merge pull request #14876 from liggitt/proxy_https
...
Auto commit by PR queue bot
2015-10-06 22:29:38 -07:00
k8s-merge-robot
e99cfb1311
Merge pull request #14922 from fabianofranz/bump_cobra_pflag
...
Auto commit by PR queue bot
2015-10-06 21:32:15 -07:00
k8s-merge-robot
5979655da1
Merge pull request #14949 from brendandburns/flakes10
...
Auto commit by PR queue bot
2015-10-06 21:01:33 -07:00
Mike Danese
1ac70ecadc
Merge pull request #15196 from mikedanese/ds-bug
...
don't count nodes with 0 daemonpods running when 0 should be running as mischeduled.
2015-10-06 20:08:00 -07:00