Justin Santa Barbara
3912ab29d8
e2e test polishing
...
Some typo fixes; some clearer messages on failed assertions;
some TODOs on deeper problems.
2015-06-16 21:15:11 -04:00
Jordan Liggitt
2b840279d9
Validate service account name in pod spec
2015-06-16 21:09:01 -04:00
Jordan Liggitt
87f84974d3
Make admission errors clearer
2015-06-16 21:08:51 -04:00
Jordan Liggitt
e869d5c6fc
Apply BeforeCreate logic to kubernetes service
2015-06-16 21:08:42 -04:00
Jordan Liggitt
dae4e82dca
Add system: prefix to service account usernames
2015-06-16 21:08:18 -04:00
Jordan Liggitt
ee4cd972e0
Validate port protocol case strictly
2015-06-16 20:28:11 -04:00
Chao Xu
b093af57ba
cleanse common_test.go of v1beta1
2015-06-16 17:22:35 -07:00
Vishnu Kannan
b6e4480463
Updating heapster to v0.14.2
2015-06-16 17:15:24 -07:00
Chao Xu
271a63f486
remove string "v1beta1" from streamer_test.go
2015-06-16 17:10:58 -07:00
Daniel Smith
f990899290
fix annoying 'please check...' messages; remove v1beta1&2 ref
2015-06-16 16:21:54 -07:00
Saad Ali
9f60f3ce44
Merge pull request #9831 from jayunit100/local-up-from-docker
...
Allow docker/ or other source directory for local-up
2015-06-16 16:17:06 -07:00
Chao Xu
5371d8215d
remove pkg/config/
2015-06-16 16:12:31 -07:00
Saad Ali
c463467f7b
Merge pull request #9730 from mikedanese/gitignore
...
add some more temporary files to gitignore
2015-06-16 16:02:19 -07:00
Justin Santa Barbara
1561fce81c
servicecontroller: last state applied to LB vs last state seen
...
We need the last state seen for interpreting the change-stream,
separately we need to track the last state we successfully applied to the
load balancer.
2015-06-16 18:59:03 -04:00
Saad Ali
68edcaa08b
Merge pull request #9900 from pmorie/nfs-e2e
...
Fix typo in volumes e2e
2015-06-16 15:58:49 -07:00
Saad Ali
6ada940e7f
Merge pull request #9706 from hurf/shorten_id
...
Shorten container ID in events
2015-06-16 15:58:30 -07:00
Saad Ali
f82accda25
Merge pull request #9582 from mnagy/fix_quoting
...
Quote integers correctly
2015-06-16 15:55:58 -07:00
Brendan Burns
d18dcabca5
Merge pull request #9786 from ZJU-SEL/UpdateDockerK8s
...
Update docker k8s approach
2015-06-16 15:53:25 -07:00
Saad Ali
7266f4930f
Merge pull request #9901 from vishh/svc_name
...
Updating heapster service labels to make it compatible with `kubectl cluster-info`
2015-06-16 15:51:34 -07:00
Saad Ali
418ab026c3
Merge pull request #9839 from lavalamp/logSpam
...
remove broken ginkgo Done concept from tests
2015-06-16 15:50:11 -07:00
Saad Ali
a1e3e536c3
Merge pull request #9820 from thockin/dead-code
...
Remove dead code
2015-06-16 15:49:53 -07:00
Saad Ali
a00b55c023
Merge pull request #9770 from brendandburns/notes
...
Add some more logic to clean up the release-notes generation.
2015-06-16 15:49:29 -07:00
Justin Santa Barbara
c4d8a73345
AWS: Enable restart tests
2015-06-16 18:47:01 -04:00
Vishnu Kannan
7dd692cc72
Updating heapster version to v0.14.1.
...
Adding a standalone version of heapster which exposes stats via REST API.
(cherry picked from commit 31f7ea10c6
)
2015-06-16 15:26:34 -07:00
Alex Robinson
db20457dfc
Update heapster's combined googleinfluxdb version to 0.14.0.
...
(cherry picked from commit 8b1f2d2bf2
)
2015-06-16 15:26:17 -07:00
saadali
e6bf9c6359
Disable GCM for GCE
...
(cherry picked from commit a839f47d4a
)
2015-06-16 15:25:58 -07:00
saadali
4df6a26df7
Enable InfluxDB/Grafana for GCE in addition to GCM/GCL
...
(cherry picked from commit bc53533c83
)
2015-06-16 15:25:42 -07:00
Vishnu Kannan
38428785fe
Update to heapster v0.14.0
...
(cherry picked from commit a38204a498
)
2015-06-16 15:22:37 -07:00
Jeff Lowdermilk
e2f4472d71
kubectl negotiates apiversion to use based on client,server supported
...
(cherry picked from commit f31191224b
)
2015-06-16 15:08:37 -07:00
CJ Cullen
4cd4d363c5
Change SSHTunnelList to struct to make Open() semantics better.
...
(cherry picked from commit 48f672af92
)
2015-06-16 15:07:21 -07:00
CJ Cullen
e98f79e4bc
Fix mislooping in ssh.go. Add retries to AddSSHKeys.
...
(cherry picked from commit 4d5d0457ef
)
2015-06-16 15:07:06 -07:00
Saad Ali
f7cb6e9844
Merge pull request #9890 from ncdc/fix-exec-infinite-loop
...
Eliminate possible infinite loop in exec
2015-06-16 15:03:25 -07:00
Saad Ali
0aae358d2d
Merge pull request #9835 from caesarxuchao/remove-testapi-nsQuery
...
Update pkg/api/testapi because namespace is always in the path now
2015-06-16 14:54:36 -07:00
Saad Ali
9fd02fcf7f
Merge pull request #9811 from erictune/matrix
...
Add conformance column to matrix.
2015-06-16 14:52:26 -07:00
Saad Ali
5e597c5f0d
Merge pull request #9826 from brendandburns/redirect
...
Remove the redirect verb.
2015-06-16 14:51:24 -07:00
Vishnu Kannan
c70014d399
Updating heapster service labels to make it compatible with kubectl cluster-info
2015-06-16 14:46:50 -07:00
Saad Ali
369a1e7761
Merge pull request #9894 from markturansky/image_change
...
Changed busybox image to gcr.io image for PV Recyclers
2015-06-16 14:42:19 -07:00
Paul Morie
0ec8332418
Fix typo in volumes e2e
2015-06-16 17:24:02 -04:00
Saad Ali
4d25121206
Merge pull request #9769 from brendandburns/secure
...
Revert the revert of https://github.com/GoogleCloudPlatform/kubernetes/pull/9761
2015-06-16 14:21:54 -07:00
Tim St. Clair
49b8c975d8
Update the URL-rewriting logic to make minimal modifications.
...
The new approach avoids building a complete parse tree, instead using the lower level token stream. Doing so removes the need for creating "missing" HTML elements, reducing the collateral changes to the rewritten HTML.
Resolves : #9766
2015-06-16 14:15:11 -07:00
Chao Xu
a309d3e652
Update pkg/api/testapi because namespace is always in the path since we remove v1beta1/2
2015-06-16 14:12:03 -07:00
nikhiljindal
34a0bccd2e
Stop supporting TRACE proxy requests
2015-06-16 14:07:40 -07:00
Saad Ali
068000a8ba
Merge pull request #9847 from mikedanese/apiserver-liveness-probe
...
add livenessProbe to kube-apiserver.manifest
2015-06-16 14:03:13 -07:00
Saad Ali
d5b40de7b4
Merge pull request #9867 from marekbiskup/doc-overview
...
clarification of name uniqueness
2015-06-16 14:02:06 -07:00
Saad Ali
591132f4ae
Merge pull request #9871 from marekbiskup/doc-service
...
formatting
2015-06-16 14:00:47 -07:00
Mike Danese
677855f1a9
fix longRunningRequestRE to something that doesn'tt push -f orig match pretty much all requests.
2015-06-16 13:48:10 -07:00
Saad Ali
03af349173
Merge pull request #9758 from satnam6502/gcl-default
...
Make Google Cloud Logging the default for GCE
2015-06-16 13:47:56 -07:00
Saad Ali
d6b50d5602
Merge pull request #9823 from caesarxuchao/remove-PodContainerInfo
...
remove PodContainerInfo from api/types.go
2015-06-16 13:38:53 -07:00
Manan Saraf
86025129fb
Fixed pointers bug in PATCH verb in the API
2015-06-16 13:31:49 -07:00
Satnam Singh
64699aa328
Update one of the diagrams for logging blog article
2015-06-16 13:21:38 -07:00