Chao Xu
c4ee22b5b6
grep sed NewExperimental
2015-10-13 13:22:22 -07:00
Chao Xu
9a812bd0c5
grep sed ExperimentalClient
2015-10-13 13:22:22 -07:00
Chao Xu
9aa163aa88
grep sed ExperimentalInterface
2015-10-13 13:22:22 -07:00
Chao Xu
10917084df
experimental.go
2015-10-13 13:22:22 -07:00
Brian Grant
1bac67f9e2
Add DoesNotExist label operator.
2015-10-13 20:13:19 +00:00
Mike Danese
c0943f1139
add intermediate e2e runs to gce upgrade
2015-10-13 12:47:16 -07:00
Clayton Coleman
d4cdabf2fc
Connect should be passed a Responder interface
...
For connect handlers that need to respond with a structured error or
structured object, pass an interface that hides the details of writing
an object to the response (error or runtime.Object).
Example use case:
Connect handler that accepts a body input stream, which it streams to a
pod, and then returns a structured object with info about the pod it
just created.
2015-10-13 15:05:14 -04:00
Dawn Chen
307fbeec3f
Merge pull request #15420 from caesarxuchao/patch-resourceVersion
...
Testing if Patch can take resourceVersion as a precondition
2015-10-13 11:53:23 -07:00
Dawn Chen
e4c910a35a
Merge pull request #15362 from wojtek-t/refactor_test_objects
...
Refactor test objects to a separate package
2015-10-13 11:52:47 -07:00
Dawn Chen
0f22551e90
Merge pull request #15296 from anish/iscsi_fixes
...
Fix extraneous entries in iscsi path format, update README and sample json
2015-10-13 11:51:06 -07:00
Mike Danese
10d56ff18a
promote simple daemonset test out of flaky
2015-10-13 11:09:19 -07:00
Dawn Chen
03fb74400b
Upgrade to docker 1.8.3
2015-10-13 11:05:09 -07:00
Chao Xu
a503e5301a
add a test to check if patch works with resourceVersion as a precondition
2015-10-13 10:41:09 -07:00
Huamin Chen
340cfcc284
iscsi: if port is not provided, use default 3260 for target portal
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-10-13 13:31:59 -04:00
Dawn Chen
535246f364
Merge pull request #15396 from derekwaynecarr/kernel_flags
...
Ensure panic_on_oom disabled
2015-10-13 10:24:50 -07:00
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
k8s-merge-robot
f6bed84af7
Merge pull request #15252 from brendandburns/flakes3
...
Auto commit by PR queue bot
2015-10-13 09:53:13 -07:00
Dawn Chen
eb58db2772
Fix daemon_restart with right pause image
2015-10-13 09:50:36 -07:00
Dawn Chen
edd56cc00e
Using right pause image in container_probe test
2015-10-13 09:50:36 -07:00
derekwaynecarr
0ec36ae210
Ensure panic_on_oom disabled
2015-10-13 11:24:32 -04:00
k8s-merge-robot
e929977ff3
Merge pull request #15541 from wojtek-t/extend_logging_for_scalability
...
Auto commit by PR queue bot
2015-10-13 07:33:12 -07:00
gmarek
4625f50131
Small changes in Kubemark requested by @wojtek-t
2015-10-13 16:26:19 +02:00
k8s-merge-robot
4008c65323
Merge pull request #15135 from ZJU-SEL/upgrade-flannel
...
Auto commit by PR queue bot
2015-10-13 07:07:18 -07:00
k8s-merge-robot
de1a9e3167
Merge pull request #15430 from liggitt/fix_tls_config_for
...
Auto commit by PR queue bot
2015-10-13 06:29:16 -07:00
k8s-merge-robot
ae9f7c8ff8
Merge pull request #15426 from zhengguoyong/adjust_package_name_pkgcontroller
...
Auto commit by PR queue bot
2015-10-13 06:05:23 -07:00
k8s-merge-robot
1de4e88022
Merge pull request #15532 from zhengguoyong/typo_cassandra_example
...
Auto commit by PR queue bot
2015-10-13 06:05:04 -07:00
k8s-merge-robot
57b1f8798e
Merge pull request #15404 from mesosphere/smoke-test-args
...
Auto commit by PR queue bot
2015-10-13 05:11:46 -07:00
Marcin Wielgus
2fa2ddbdb4
Merge pull request #15515 from jlowdermilk/actually-rename-shameshameshame
...
fix jobname for kubernetes-e2e-gce-release-1.1
2015-10-13 13:51:26 +02:00
Marcin Wielgus
d5246a74f6
Merge pull request #15536 from gmarek/fix-jenkins
...
Wait until all pods are running before starting tests
2015-10-13 13:49:41 +02:00
Andrew Butcher
a2c97c7b0e
Ports could be in reverse order or otherwise.
2015-10-13 07:42:43 -04:00
Andrew Butcher
efd8e3c9c7
Additional service ports config for master service.
2015-10-13 07:42:40 -04:00
Wojciech Tyczynski
f837b6166d
Extend logging for #15540
2015-10-13 13:38:08 +02:00
k8s-merge-robot
eeeb5e0cd6
Merge pull request #15452 from jayunit100/petstore-dev
...
Auto commit by PR queue bot
2015-10-13 04:36:25 -07:00
k8s-merge-robot
d0e672f391
Merge pull request #15489 from spohnan/doc-fix-volume-mounting
...
Auto commit by PR queue bot
2015-10-13 04:28:29 -07:00
gmarek
71fbef2e2d
Wait until all pods are running before starting tests
2015-10-13 13:00:14 +02:00
k8s-merge-robot
2dec0826f7
Merge pull request #15351 from caesarxuchao/fix-14584-1
...
Auto commit by PR queue bot
2015-10-13 02:19:43 -07:00
Wojciech Tyczynski
f659034da5
Update go-etcd dependency
2015-10-13 10:45:45 +02:00
Wojciech Tyczynski
9df9fa7e78
Update ugorji/go/codec dependency
2015-10-13 10:45:29 +02:00
k8s-merge-robot
b0d5738936
Merge pull request #15513 from aledbf/fix-serviceloadbalancer-tests
...
Auto commit by PR queue bot
2015-10-13 01:27:53 -07:00
eulerzgy
2968778f2e
fix typo of cassandra example
2015-10-13 16:26:40 +08:00
Wojciech Tyczynski
3d88a63b5d
Refactor test objects to a separate package
2015-10-13 10:15:11 +02:00
Marek Grabowski
98a0cc63f3
Merge pull request #15377 from gmarek/fix-jenkins
...
Prefix hollow-cluster-master name with instance prefix
2015-10-13 10:03:27 +02:00
k8s-merge-robot
866d7d4fb9
Merge pull request #15505 from dchen1107/fix
...
Auto commit by PR queue bot
2015-10-12 22:21:13 -07:00
Manuel de Brito Fontes
6ee3fc8297
Fix service-loadbalancer e2e tests
2015-10-12 21:25:43 -03:00
Jeff Lowdermilk
a48515bfb0
fix jobname for kubernetes-e2e-gce-release-1.1
2015-10-12 17:18:38 -07:00
Dawn Chen
e2659fc645
Merge pull request #15207 from elsonrodriguez/selenium-example-pr
...
Adds example for running Selenium on Kubernetes.
2015-10-12 17:08:00 -07:00
Dawn Chen
cf0bdadd96
Merge pull request #15486 from ixdy/resource-check
...
jenkins/e2e: only run ./cluster/gce/list-resources.sh if it exists
2015-10-12 17:03:05 -07:00
Dawn Chen
ff84db0960
Merge pull request #15487 from mikedanese/fix-docs
...
fix incorrect merge MIME type in api-conventions doc
2015-10-12 16:39:25 -07:00
Yu-Ju Hong
2c76c55bb9
kubelet: move PodManager and MirrorClient to a subpackage
...
This change moves pod_manager.go and mirror_client.go to a separate package.
Also made necessary, minor changes to facilitate testing.
2015-10-12 16:34:18 -07:00
Dawn Chen
593878f1d2
Merge pull request #15350 from mikedanese/gls-api
...
add generalized label selector to the experimental API
2015-10-12 16:24:21 -07:00