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 |
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 |
Vishnu Kannan
|
31f7ea10c6
|
Updating heapster version to v0.14.1.
Adding a standalone version of heapster which exposes stats via REST API.
|
2015-06-16 11:56:23 -07:00 |
Saad Ali
|
5596e6f789
|
Merge pull request #9493 from marekbiskup/testAddonUpdate
e2e test for addon upgrade
|
2015-06-16 10:50:15 -07:00 |
Mike Danese
|
491eb5e583
|
add livenessProbe to kube-apiserver.manifest
|
2015-06-15 23:22:56 -07:00 |
Fabio Yeon
|
9b3e9a509d
|
Merge pull request #9616 from jeffbean/kube_addons
kube_addons - Adding variable with default for kubectl bin.
|
2015-06-15 19:31:42 -07:00 |
Fabio Yeon
|
8d2c7ff1d7
|
Merge pull request #9687 from satnam6502/fluentd-gcp
Adjust Fluentd source format for Docker files to be JSON for Cloud Lo…
|
2015-06-15 13:32:49 -07:00 |
Satnam Singh
|
33311b46a2
|
Adjust Fluentd source format for Docker files to be JSON for Cloud Logging
|
2015-06-15 10:22:27 -07:00 |
Marek Biskup
|
dcc4034d57
|
e2e test for addon update
|
2015-06-15 17:37:24 +02:00 |
Brendan Burns
|
51b20b35e2
|
Revert "Revert "Optionalize (default false) --insecure-registry.""
This reverts commit 1645c9a9b8 .
|
2015-06-12 21:00:16 -07:00 |
Dawn Chen
|
1645c9a9b8
|
Revert "Optionalize (default false) --insecure-registry."
|
2015-06-12 17:50:38 -07:00 |
Justin Santa Barbara
|
16d6ba8a9d
|
AWS: Stop the master kubelet from registering as a node (like GCE does)
|
2015-06-12 18:33:45 -04:00 |
Brendan Burns
|
675d8378f2
|
Optionalize (default false) --insecure-registry.
|
2015-06-11 16:33:14 -07:00 |
Abhi Shah
|
59a347d119
|
Merge pull request #9309 from saad-ali/issue9028
Enable InfluxDB/Grafana for GCE in addition to GCL. Disable GCM
|
2015-06-11 11:04:09 -07:00 |
Abhi Shah
|
f4eb2f366f
|
Merge pull request #9568 from marekbiskup/docker_log_rotate
rotate docker log
|
2015-06-10 14:50:07 -07:00 |
Jeffrey Bean
|
99f64a8a07
|
kube_addons - Adding variable with default for kubectl bin. Fixes #9599
|
2015-06-10 14:47:31 -07:00 |
Abhi Shah
|
53fa4e1366
|
Merge pull request #9383 from brendandburns/liveness
Add liveness checks to the controller-manager and scheduler.
|
2015-06-10 14:44:12 -07:00 |
Abhi Shah
|
c8591bd323
|
Merge pull request #9491 from ArtfulCoder/etcd_log
Etcd log mount
|
2015-06-10 13:17:10 -07:00 |
Marek Biskup
|
83f8cd148d
|
rotate docker log
|
2015-06-10 12:19:13 +02:00 |
Brendan Burns
|
ff3f463e00
|
Add liveness checks to the controller-manager and scheduler.
|
2015-06-09 13:06:04 -07:00 |
Robert Bailey
|
2feb658ed7
|
Distribute the cluster CA cert to cluster addon pods through
the kubeconfig file. Use the $KUBERNETES_MASTER_NAME from the
kube-env for skydns, because it can't use the service name.
|
2015-06-08 20:17:45 -07:00 |
Abhishek Shah
|
fe906677d4
|
Etcd log mount
|
2015-06-08 17:21:11 -07:00 |
krousey
|
8a9e0e00bf
|
Merge pull request #9128 from marekbiskup/addonUpgrade
Addon upgrade (partial implementation of #8107)
|
2015-06-08 15:15:27 -07:00 |
Marek Biskup
|
13ba177668
|
kube-addon-update.sh
|
2015-06-08 15:10:40 +02:00 |
CJ Cullen
|
04cd9b3c75
|
Make sshproxy use a hostmount on master PD (don't spam sshKeys on upgrade/reboot).
Add comment describing what SSHTunnelList.Close() does.
Simplify util.FileExists.
|
2015-06-05 15:03:03 -07:00 |
CJ Cullen
|
cb317604ab
|
Some refactoring. Only selectively use ssh proxy.
Add NetworkName to gce.Config.
Add locking to uses of master.tunnels.
|
2015-06-05 14:55:16 -07:00 |
CJ Cullen
|
de9a5f43bc
|
Specify sshUser, sshKeyfile in kube-apiserver manifest.
Trim space on ssh key so GCE doesn't treat it as 2 lines.
A couple other minor fixes.
|
2015-06-05 14:55:15 -07:00 |
CJ Cullen
|
82afaaf31d
|
Mount cloud-config files for cloudproviders in kube-apiserver & kube-controllermanager.
|
2015-06-05 14:54:20 -07:00 |
saadali
|
bc53533c83
|
Enable InfluxDB/Grafana for GCE in addition to GCM/GCL
|
2015-06-05 01:17:45 -07:00 |
derekwaynecarr
|
2168cee414
|
Upgrade to Fedora 21, Docker 1.6, clean-up SDN
|
2015-06-04 10:59:23 -04:00 |
Daniel Smith
|
1690617ee6
|
remove ro service
|
2015-06-03 16:45:54 -07:00 |
Brian Grant
|
984b779b05
|
Merge pull request #9192 from dchen1107/clean
Watch kubelet flag file, so restart kubelet upon changes.
|
2015-06-03 14:45:07 -07:00 |
Brian Grant
|
d37264edde
|
Merge pull request #9158 from dchen1107/cleanup
stop monit kube-proxy on master node.
|
2015-06-03 12:13:17 -07:00 |
Dawn Chen
|
1d94348023
|
Watch kubelet flag file, so restart kubelet upon changes.
|
2015-06-03 09:13:28 -07:00 |
Prashanth Balasubramanian
|
f7c0f1c1e3
|
Set min-request-timeout in test clusters
|
2015-06-03 08:46:28 -07:00 |
Brian Grant
|
d861631f08
|
Merge pull request #9142 from roberthbailey/kubelet-on-master
Prevent access to the /run and /exec endpoints on the master's kubelet
|
2015-06-02 22:55:06 -07:00 |
Dawn Chen
|
301bed535e
|
stop monit kube-proxy on master node.
Fixed #8783
|
2015-06-02 17:48:24 -07:00 |
CJ Cullen
|
934c553c04
|
Clarify description/usage of --advertise-address, Master.PublicAddress
|
2015-06-02 15:23:32 -07:00 |
Robert Bailey
|
1dad552edc
|
Prevent access to the /run and /exec endpoints on the master's kubelet
so that users can't run arbitrary code on the master.
|
2015-06-02 14:42:11 -07:00 |
CJ Cullen
|
085a48a70e
|
Add an advertise-address flag. This allows the address that the apiserver binds
to (possibly 0.0.0.0) to be different than the address on which members of the cluster
can reach the apiserver (possibly not a local interface).
|
2015-06-02 14:33:15 -07:00 |
Justin Santa Barbara
|
c4a2631593
|
Mount logic breaks if /var/lib/kubelet is a symlink
Pass the correct kubelet root-dir on AWS
|
2015-05-29 20:13:09 -04:00 |
Rohit Jnagal
|
6274d845b9
|
Merge pull request #8931 from dchen1107/clean
Fix the race when monit is used to monitor services which are also
|
2015-05-29 11:23:21 -07:00 |
Rohit Jnagal
|
50b9d6284a
|
Merge pull request #8681 from vmarmol/system-container
Create a system container
|
2015-05-29 09:41:06 -07:00 |
Tim Hockin
|
ac3cc3c518
|
Rename PORTAL_NET all over
|
2015-05-28 16:10:44 -07:00 |
Tim Hockin
|
3005471100
|
Add new apiserver flags for clusterIP (nee portal)
Leave old flags but marked as deprecated
|
2015-05-28 16:10:44 -07:00 |
Dawn Chen
|
79a2a4f18d
|
Fix the race when monit is used to monitor services which are also
started at boot time via init.d at boot time.
|
2015-05-28 11:58:33 -07:00 |
Eric Tune
|
b76dd0e585
|
Merge pull request #8722 from roberthbailey/dead-flags-salt
Remove deprecated nodecontroller flags from the salt configuration.
|
2015-05-27 08:22:26 -07:00 |
Victor Marmol
|
c97dda068d
|
Create a /system system container in Debian.
|
2015-05-26 20:52:09 -07:00 |
Saad Ali
|
fae1636eda
|
Merge pull request #8586 from vmarmol/use-root-containers
Run Docker containers as top-level containers in Debian.
|
2015-05-26 18:44:36 -07:00 |
Saad Ali
|
bed9f826d3
|
Merge pull request #7435 from jsafrane/devel/volume-tests
V2: Add e2e tests for NFS and Gluster
|
2015-05-26 17:49:41 -07:00 |