Zach Loafman
26aeb6c370
Merge pull request #6618 from roberthbailey/no-nginx
...
Salt reconfiguration to get rid of nginx on GCE
2015-04-22 13:59:12 -07:00
Deyuan Deng
401442b024
Fix condition tags
2015-04-22 16:33:22 -04:00
Victor Marmol
45575d95b3
Merge pull request #7177 from yifan-gu/runner
...
kubelet/dockertools: Remove dockerContainerCommandRunner.
2015-04-22 13:24:50 -07:00
Akram Ben Aissi
0883bfa6d3
Fixes an issue with hosts having an IPv6 address on localhost
...
- When 'getent hosts localhost' returns '::1' the creation of the
listener fails because of the port parsing which uses ":" as a
separator
- Use of net.SplitHostPort() to do the job
- Adding unit tests to ensure that the creation succeeds
- On docker.go: adds a test on the presence the socat command which was
failing silenty if not installed
- Code Review 1
- Fixed typo on Expected
- The UT now fails if the PortForwarder could not be created
- Code Review 2
- Simplify socat error message
- Changing t.Fatal to to.Error on unit tests
- Code Review 3
- Removing useless uses cases in unit tests
- Code Review 4
- Removing useless initiliasiation of PortForwarder
- Changing error message
- Code Review 5
- Simplifying TestCast struct
- Adding addition test in one test case
- Closing the listener
- Code Review 6
- Improving unit test
2015-04-22 22:20:51 +02:00
Steve Milner
5d11bb2f87
Reordered getting started guides by version/support level.
2015-04-22 15:57:26 -04:00
Abhishek Shah
8cf11fd608
removed elasticsearch and fluentd-gcp pods from master
2015-04-22 12:54:57 -07:00
Brendan Burns
ee34d4942b
Merge pull request #6576 from jeffmendoza/azure-loop
...
Azure: Wait for salt completion on cluster initialization
2015-04-22 12:51:40 -07:00
Brendan Burns
dacd0e0847
Merge pull request #6398 from BlueShells/master
...
update the doc of fedora to let someone else out of trouble
2015-04-22 12:51:06 -07:00
Robert Bailey
35a18e35c3
Merge pull request #7154 from cjcullen/readonly
...
Change kube2sky to use token-system-dns secret, point at https endpoint ...
2015-04-22 12:41:53 -07:00
Victor Marmol
a0cc7c26d7
Merge pull request #7185 from yifan-gu/interface
...
kubelet/container: Move Prober/HandlerRunner interface to container/help...
2015-04-22 12:16:10 -07:00
Yifan Gu
f59013410a
kubelet/container: Move Prober/HandlerRunner interface to container/helpers.go
...
This enables us to pass them to container runtime as parameters.
2015-04-22 11:56:15 -07:00
Brian Grant
97302af015
Merge pull request #5012 from smarterclayton/podtemplates
...
Pod templates as their own type
2015-04-22 11:50:24 -07:00
Brendan Burns
2150e6d2af
Merge pull request #7130 from preillyme/detailed-installation-instructions
...
Update README to address issues
2015-04-22 11:36:52 -07:00
Justin Santa Barbara
4120849cc4
AWS: Set hostname_override for minions, back to fully-qualified name
...
This is a stop-gap fix; we'd really like to use EC2 instance ids, but that is
blocked by #7092 or changing that health-check to not assume that the node name
is resolvable.
This stop-gap essentially reverts #7072 for AWS
2015-04-22 11:28:53 -07:00
Vish Kannan
a054201556
Merge pull request #7110 from swagiaal/improve-iscsi-test
...
iscsi Test: Add explicit check for attach and detach calls.
2015-04-22 11:21:42 -07:00
Vish Kannan
ee06097c07
Merge pull request #7003 from derekwaynecarr/enforce_unbounded
...
Reject unbounded cpu and memory pods if quota is restricting it
2015-04-22 11:19:52 -07:00
Robert Bailey
dc45f7f9e6
Remove nginx and replace basic auth with bearer token auth for GCE.
...
- Configure the apiserver to listen securely on 443 instead of 6443.
- Configure the kubelet to connect to 443 instead of 6443.
- Update documentation to refer to bearer tokens instead of basic auth.
2015-04-22 11:11:20 -07:00
Clayton Coleman
d790cc14a9
Merge pull request #7163 from wojtek-t/conversion_benchmarks
...
Create benchmarks for conversions.
2015-04-22 14:10:46 -04:00
Robert Bailey
4ca8fbbec6
Merge pull request #7147 from fabioy/validate.fix
...
Fix validate-cluster.sh to work on Mac.
2015-04-22 11:06:46 -07:00
Fabio Yeon
46d7868fbd
Merge pull request #7175 from zmerlynn/jenkins_skip_update
...
Use KUBE_SKIP_UPDATE in Jenkins
2015-04-22 11:03:46 -07:00
Yifan Gu
c55c879ffe
kubelet/dockertools: Remove dockerContainerCommandRunner.
...
Replace with docker manager.
2015-04-22 11:00:54 -07:00
Fabio Yeon
c64874aab0
Merge pull request #7161 from chees/master
...
Added an example for Meteor with raw documentation
2015-04-22 10:58:13 -07:00
Zach Loafman
a590e5f240
Merge pull request #7178 from GoogleCloudPlatform/revert-7113-kube-proxy-token
...
Revert "Added kube-proxy token."
2015-04-22 10:55:38 -07:00
Zach Loafman
86468cd29d
Revert "Added kube-proxy token."
2015-04-22 10:55:08 -07:00
Brendan Burns
7e0f6f859f
Suggest a simple rolling update.
2015-04-22 10:22:47 -07:00
Zach Loafman
f12a59465e
Merge pull request #7176 from zmerlynn/fix_updown
...
Fix unbound variable after #7146
2015-04-22 10:20:35 -07:00
Zach Loafman
0e3e502d52
Fix unbound variable after #7146
2015-04-22 10:19:53 -07:00
Zach Loafman
93207bfd1c
Merge pull request #7174 from zmerlynn/fix_build
...
Fix build after #7146
2015-04-22 10:12:23 -07:00
Zach Loafman
42e1710ccf
Fix build after #7146
2015-04-22 10:11:19 -07:00
Zach Loafman
e055ee0b71
Use KUBE_SKIP_UPDATE in Jenkins
...
After #7146 , we need to protect Jenkins from the internal gcloud bug (again).
2015-04-22 10:08:09 -07:00
Zach Loafman
c9988db0ee
Merge pull request #7146 from brendandburns/get-k8s
...
Extend the get-cluster.sh script to use sudo if necessary.
2015-04-22 09:58:07 -07:00
Clayton Coleman
09d86b5fdb
Add completions
2015-04-22 12:54:28 -04:00
Clayton Coleman
7f1f0cd233
Add swagger pod template output
2015-04-22 12:54:28 -04:00
Clayton Coleman
e6e034af4f
Rename PodTemplate.Spec to PodTemplate.Template
2015-04-22 12:54:27 -04:00
Clayton Coleman
10c2ace6bf
Pod Templates
2015-04-22 12:54:25 -04:00
Brendan Burns
42121d1809
Extend the get-cluster.sh script to use sudo if necessary.
2015-04-22 09:52:44 -07:00
Wojciech Tyczynski
8b04e7f737
Merge pull request #7165 from fgrzadkowski/add_metrics_handler
...
Add metrics handler in controller manager.
2015-04-22 18:31:14 +02:00
Zach Loafman
b98f93bb4b
Merge pull request #7112 from erictune/kubeconfig-secrets
...
Extend PR#5470 for AWS and Vagrant
2015-04-22 09:25:53 -07:00
Victor Marmol
1a41ec9c86
Merge pull request #7116 from yujuhong/container_status
...
Print container statuses in `kubectl get pods`
2015-04-22 09:18:14 -07:00
Zach Loafman
7e875a0f1c
Merge pull request #7167 from pmorie/typo
...
Fix typo in secrets integration test
2015-04-22 09:17:11 -07:00
Zach Loafman
854c20c5e2
Merge pull request #7113 from erictune/kube-proxy-token
...
Added kube-proxy token.
2015-04-22 09:16:04 -07:00
Zach Loafman
f1d9a88be6
Merge pull request #7168 from pmorie/typo2
...
Fix typo in networking e2e
2015-04-22 08:48:03 -07:00
Robert Bailey
7854954fc2
Merge pull request #7158 from crossorigin/azure-0.15.0
...
Set Weave To 0.9.0 And Update Etcd Configuration For Azure
2015-04-22 08:33:02 -07:00
Federico Simoncelli
253ce4b6fe
replication: annotate replicated pods with controller name
...
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-04-22 11:26:25 -04:00
Victor Marmol
914a6febfb
Merge pull request #7010 from yifan-gu/compute
...
kubelet: Refactor computePodContainerChanges().
2015-04-22 08:05:18 -07:00
Paul Morie
87ddd7c2e7
Fix typo in networking e2e
2015-04-22 10:57:26 -04:00
Paul Morie
d381db1778
Fix typo in secrets integration test
2015-04-22 10:54:54 -04:00
Filip Grzadkowski
9357341995
Add metrics handler in controller manager.
2015-04-22 16:46:03 +02:00
Filip Grzadkowski
780db9d794
Wait for minion to start even if gcloud command fails.
2015-04-22 16:37:22 +02:00
Wojciech Tyczynski
ea314d55f7
Create benchmarks for conversions.
2015-04-22 16:27:23 +02:00