Filip Grzadkowski
16d3531e90
Merge pull request #9120 from piosz/load
...
Disabled load e2e test for scalability Jenkins job
2015-06-02 16:32:58 +02:00
Piotr Szczesniak
ac82f50afb
Disabled load e2e test for scalability Jenkins job
2015-06-02 16:16:02 +02:00
Zach Loafman
6f1d60ed31
gke provider: Fix "gcloud .* describe" checks in util.sh
...
This basically prevents you from re-running e2es cross-project on the
GKE provider. (The current Jenkins jobs that have been moved to
different projects are working kind of accidentally.)
2015-06-02 07:03:32 -07:00
markturansky
b1464437de
fixed test
2015-06-02 09:19:28 -04:00
Jan Safranek
d2b4ae4df4
Fix persistent volumes.
...
Check Spec.PersistentVolumeSource in NFS, RBD, Gluster and iSCSI volume
plugins.
2015-06-02 09:19:28 -04:00
Filip Grzadkowski
74b688dc0e
Merge pull request #9115 from fgrzadkowski/fix_startup
...
Retry downloading binary tars in case of unpack failure
2015-06-02 15:19:25 +02:00
Filip Grzadkowski
caafd28245
Retry downloading binary tars in case of unpack failure
2015-06-02 14:59:15 +02:00
James DeFelice
4abcf7449c
implementation of proxy port allocation
2015-06-02 12:28:25 +00:00
Jerzy Szczepkowski
44f11ea662
Added e2e test case for network partition.
...
Added e2e test case which verifies if a node can return to cluster after longer network partition. Valid for gce. Finally fixes to #7051 .
2015-06-02 13:09:21 +02:00
kargakis
0fba4820f5
expose: Better error formatting and generic flag message
...
Re error formatting:
$ osc expose svc frontend --port=5432 --generator='service/v2' --name=test
Before:
error: generator %!!(MISSING)q(<nil>) not found.
see 'osc expose -h' for help.
Now:
error: generator "services/v2" not found.
see 'openshift cli expose -h' for help.
2015-06-02 13:06:21 +02:00
Filip Grzadkowski
d7f242b8b0
Merge pull request #8873 from piosz/load_generator
...
Re-enabled load e2e test for Jenkins scalability suite
2015-06-02 04:05:23 -07:00
Piotr Komborski
ddb10e87f8
Version bump to 0.18.0
2015-06-02 11:35:48 +01:00
Piotr Szczesniak
a2116f2bc1
Re-enabled load e2e test for Jenkins scalability suite
...
Also increased next pod startup waiting time from 100s to 200s
to eliminate flakiness by incresing failCount param.
2015-06-02 11:26:42 +02:00
Filip Grzadkowski
7580006771
Merge pull request #9059 from fgrzadkowski/watch_density
...
Use watch-based cache in density e2e tests.
2015-06-02 02:00:26 -07:00
Jordan Liggitt
a837771b27
Clean up token on service account update failure
2015-06-02 01:35:51 -04:00
Jordan Liggitt
870be9768a
fix omitempty on service account in v1beta3
2015-06-02 01:31:06 -04:00
wizard
73b7128941
bump the k8s version to 0.18.0
2015-06-02 13:18:45 +08:00
Tim Hockin
96caf1b582
Make services.sh e2e more reliable(?) and debuggable
2015-06-01 21:34:18 -07:00
derekwaynecarr
c2642a1349
Align systemd environ file with optimal admission controllers
2015-06-01 21:30:08 -04:00
Tim Hockin
be4b700ccb
Document the supported DNS schema
2015-06-01 17:02:17 -07:00
Tim Hockin
a826529573
Insert 'svc' into the DNS search paths
...
Fixes #8569 .
This requires the DNS server to be running kube2sky v1.6 or higher (part of
release 0.18). Users with older kube2sky MUST NOT update to this kubelet until
they upgrade DNS. Versions of kube2sky >= 1.6 support both old and new style
names. Old style names are deprectaed and will be removed around the time of
kubernetes v1.0 release.
2015-06-01 17:02:17 -07:00
Vishnu Kannan
404558f29c
New release of kube2sky v1.8
2015-06-01 16:59:53 -07:00
Clayton Coleman
e89d551817
Add a new contiguous allocator strategy option
...
Also fix an error in port allocator
2015-06-01 19:59:17 -04:00
Eric Tune
5520386b18
Merge pull request #9060 from errordeveloper/master
...
coreos/azure: Version bump and doc update
2015-06-01 16:45:57 -07:00
Eric Tune
474860a0c1
Merge pull request #9061 from stevesloka/master
...
Added note about AWS env variable to specify location of private key
2015-06-01 16:44:39 -07:00
Clayton Coleman
f12a68cd60
Apply fix for #8642 to GracefulDeletion
2015-06-01 19:24:02 -04:00
Clayton Coleman
5f06138798
Namespace controller must wait for terminating resources
2015-06-01 19:24:02 -04:00
Clayton Coleman
f1eaa8a27b
Delete resources immediately from e2e tests
2015-06-01 19:24:02 -04:00
Clayton Coleman
984692d205
Verify in hack/test-cmd
2015-06-01 19:24:01 -04:00
Clayton Coleman
ce3a6a666d
Show terminating pods in get/describe
2015-06-01 19:24:01 -04:00
Clayton Coleman
9d3631e3de
Handle deleted pods in replication and endpoint controllers
...
Pods that are slated for deletion should be excluded from
replication and endpoints immediately.
2015-06-01 19:24:01 -04:00
Clayton Coleman
cfb122a3bf
Enable network-tester to test graceful deletion
2015-06-01 19:24:00 -04:00
Clayton Coleman
72ee028cab
Gracefully delete pods from the Kubelet
...
This commit wires together the graceful delete option for pods
on the Kubelet. When a pod is deleted on the API server, a
grace period is calculated that is based on the
Pod.Spec.TerminationGracePeriodInSeconds, the user's provided grace
period, or a default. The grace period can only shrink once set.
The value provided by the user (or the default) is set onto metadata
as DeletionGracePeriod.
When the Kubelet sees a pod with DeletionTimestamp set, it uses the
value of ObjectMeta.GracePeriodSeconds as the grace period
sent to Docker. When updating status, if the pod has DeletionTimestamp
set and all containers are terminated, the Kubelet will update the
status one last time and then invoke Delete(pod, grace: 0) to
clean up the pod immediately.
2015-06-01 19:23:59 -04:00
Chao Xu
66e4f7b053
add v1 swagger-spec; update existing swagger-spec
2015-06-01 16:16:20 -07:00
Clayton Coleman
da7c612bb6
Expire is a new type of watch action
2015-06-01 17:26:48 -04:00
Clayton Coleman
3368e12a6c
Ensure TTL is not cleared in possible edge cases
2015-06-01 17:26:47 -04:00
Eric Tune
497f99ff85
Merge pull request #9071 from derekwaynecarr/fix_run
...
Fix kubectl run broken at HEAD
2015-06-01 14:11:54 -07:00
Andy Goldstein
2a0d7ebb11
Add support for pluggable Docker exec handlers
...
Add support for pluggable Docker exec handlers. The default handler is
now Docker's native exec API call. The previous default, nsenter, can be
selected by passing --docker-exec-handler=nsenter when starting the
kubelet.
2015-06-01 16:59:59 -04:00
Eric Tune
a58847e45d
Merge pull request #9082 from tnguyen-rh/hmm
...
docs: markdown and simple fixes
2015-06-01 13:58:10 -07:00
Eric Tune
5651bdb237
Merge pull request #8746 from justinsb/e2e_restartpolicy_never
...
e2e: Specify RestartPolicy=Never in empty_dir test
2015-06-01 13:47:31 -07:00
Eric Tune
8195f13b86
Merge pull request #9063 from piosz/cluster_upgrade
...
Refactored kube-push.sh script
2015-06-01 13:47:15 -07:00
Eric Tune
43951b04d2
Merge pull request #9016 from goltermann/kube-down-fix
...
GCE kube-down.sh error fixes
2015-06-01 13:46:54 -07:00
Eric Tune
a687d62b81
Merge pull request #9037 from rjnagal/monitoring
...
Fix cluster monitoring setup config.
2015-06-01 13:45:24 -07:00
Eric Tune
ccea8fafa5
Merge pull request #8434 from jayunit100/soak_ns_2
...
Soak ns 2
2015-06-01 13:44:38 -07:00
Eric Tune
7fb79a3a5a
Merge pull request #8693 from caesarxuchao/contrib/git-sync
...
Contrib/git sync
2015-06-01 13:44:07 -07:00
Eric Tune
3c067b766a
Merge pull request #8996 from manolitto/aws_cluster_monitoring_fix
...
aws: fix cluster monitoring (new option "influxdb" instead of "true")
2015-06-01 13:43:43 -07:00
Thien-Thi Nguyen
618965b35a
grammar fixes to replication-controller.md
2015-06-01 22:42:53 +02:00
Thien-Thi Nguyen
5f548e61c7
spell ReplicationController like that (camelcase)
2015-06-01 22:42:19 +02:00
Thien-Thi Nguyen
230968e8b1
add article
2015-06-01 22:41:15 +02:00
Thien-Thi Nguyen
dd848da801
s/master elected/master-elected/
2015-06-01 22:41:15 +02:00