Mike Danese
45b3ba17e3
Merge pull request #11969 from moander/patch-1
...
typo
2015-07-29 09:50:35 -07:00
Mike Danese
60ac834563
Merge pull request #10652 from JanetKuo/kubectl-o-name
...
Add '-o name' to mutations
2015-07-29 09:46:10 -07:00
Mike Danese
e5c31da2ff
Merge pull request #11878 from wojtek-t/refactor_etcd_watcher
...
Factor out etcdWatcher and rename methods in StorageInterface
2015-07-29 09:44:02 -07:00
Mike Danese
b4f8dae187
Merge pull request #11863 from danieldreier/fedora_manual_docsfix
...
Fix fedora manual config getting started guide
2015-07-29 09:42:03 -07:00
Mike Danese
8472615be6
Merge pull request #11918 from brendandburns/kubelet
...
Add support for Attach to the kubelet.
2015-07-29 09:39:29 -07:00
Mike Danese
0b7c2d5496
Merge pull request #11450 from errordeveloper/master
...
coreos/azure: Updates for 1.0
2015-07-29 09:18:09 -07:00
Mike Danese
c25bcaa395
Merge pull request #11109 from resouer/patch-3
...
Add a script version for kube-in-docker
2015-07-29 07:28:43 -07:00
deads2k
9386db8c99
support multiple index values for a single object
2015-07-29 07:54:09 -04:00
hurf
35cac3c4e7
Deprecate kubectl stop command
...
Added deprecation warning for stop.
2015-07-29 17:19:18 +08:00
Wojciech Tyczynski
4b9903ec17
Move remaining PD test back from flaky
2015-07-29 08:18:07 +02:00
Wojciech Tyczynski
7ce51db40d
Rename StorageInterface methods
2015-07-29 08:02:13 +02:00
Wojciech Tyczynski
db5f6eae6c
Factor out etcdWatcher to a separate file
2015-07-29 08:02:13 +02:00
He Simei
a67be8e8ab
deprecate outdated param
2015-07-29 13:57:14 +08:00
Morten Andersen
e8017d3a90
Missing argument to get documented result
2015-07-29 07:50:05 +02:00
Morten Andersen
9a010a71c8
typo
2015-07-29 07:42:55 +02:00
Brendan Burns
dfe3e8076b
Add go-flowrate dependency.
2015-07-28 22:02:29 -07:00
Brendan Burns
dde72229dc
Merge pull request #11954 from brendandburns/e2e2
...
Skip flaky mesos test TestPlugin_LifeCycle
2015-07-28 15:58:20 -07:00
Brendan Burns
54eb143342
Merge pull request #10745 from justinsb/e2e_fix_resize_nodes
...
e2e fix resize nodes
2015-07-28 15:57:10 -07:00
Brendan Burns
813a678eeb
Merge pull request #11873 from saad-ali/11302FlakyPDTest
...
Auto commit by PR queue bot
2015-07-28 15:23:11 -07:00
Brendan Burns
0c07b66226
Skip another flaky mesos test.
2015-07-28 15:18:21 -07:00
Daniel Dreier
d67105d05a
Fix fedora manual config getting started guide
...
Add a step to create /var/run/kubernetes. Without this step the kube-apiserver service is
unable to create a self-signed SSL cert and fails to start.
2015-07-28 14:31:11 -07:00
Ilya Dmitrichenko
5e7a6a8b89
Ignore home directory paths
2015-07-28 22:02:49 +01:00
Ilya Dmitrichenko
03070297a7
coreos/azure: Updates for 1.0
...
- Bump CLI tools version
- Bump CoreOS image IDs
- Use etcd2 shipped in stable channel
- Prefix unit names for consistency
- Run proxy on master as well
- Allocate node port for the app
- Update docs
- No need to register nodes any more
- Remove stale argument `--cloud_provider=vagrant`
- Refactor how addons are delivered
- Remove fluentd (it can be optionally dropped into addons dir)
- Script Azure endpoint creation for Guestbook example
- Provide only SkyDNS addon out-of-the-box
2015-07-28 22:02:49 +01:00
Miguel Perez
d08ffb3101
Fix file extension
2015-07-28 16:57:49 -04:00
Brendan Burns
a546a2979c
Merge pull request #11726 from caesarxuchao/fix-types-link
...
Auto commit by PR queue bot
2015-07-28 13:24:11 -07:00
deads2k
2c06f11052
make kubelet prefer ipv4 address if available
2015-07-28 15:45:57 -04:00
David Oppenheimer
bfb6203627
Merge pull request #11940 from brendandburns/e2e2
...
Disable a couple of flaky tests.
2015-07-28 21:31:53 +02:00
Jeff Lowdermilk
27ce920c1b
Remove unused vars in cluster/gke/config and add warning
2015-07-28 11:58:20 -07:00
Brendan Burns
660efc7583
Disable a couple of flaky tests.
2015-07-28 11:42:39 -07:00
derekwaynecarr
e62c47db8c
Update kube-apiserver unit files for systemd
2015-07-28 14:36:56 -04:00
saadali
09c137e99b
Fix flaky PD test by adding wait for detach
2015-07-28 11:25:46 -07:00
Cesar Wong
a84fa79a01
Use versioned objects for GET and CONNECT operations
2015-07-28 13:43:23 -04:00
Justin Santa Barbara
62bb38af21
e2e: Improve logging while waiting for node readiness
...
Per suggestions by mbforbes
2015-07-28 12:41:40 -04:00
jayunit100
739e79dd9f
Modularized implementation of prompush json with e2e running pending push gateway gauges.
2015-07-28 09:29:57 -04:00
Chi Vinh Le
d91932f0b7
SSH tunnels fallback to LegacyHostIP
2015-07-28 10:10:48 +02:00
Marek Biskup
860822431b
e2e test for dns example
2015-07-28 08:34:38 +02:00
Marek Biskup
eb43cbb5dc
e2e: reading stdin in kubectl
2015-07-28 08:30:59 +02:00
Brendan Burns
64be76c14d
Add support for Attach to the kubelet.
...
This is a pre-cursor to supporting 'kubectl attach ...' and 'kubectl run -it ...'
2015-07-27 21:48:55 -07:00
Chao Xu
70a29c1a3a
address comments, wait for travis pass
2015-07-27 21:08:02 -07:00
Harry Zhang
e6a2b068cb
Fix intend mess in scripts
2015-07-28 10:15:14 +08:00
Harry Zhang
611a41d894
Merge scripts of kube-in-docker with the manual guide
2015-07-28 10:15:14 +08:00
Daniel Smith
c5bffaaf31
Merge pull request #11903 from mikedanese/renamers
...
rename StoreToControllerLister -> StoreToReplicationControllerLister
2015-07-27 17:33:05 -07:00
Daniel Smith
f37be94d3f
Merge pull request #11906 from eghobo/patch-1
...
Added create folder command to avoid situation when apiserver doesn't…
2015-07-27 17:32:18 -07:00
Daniel Smith
a9948158eb
Merge pull request #11867 from kelseyhightower/node-cidrs-works-with-empty-cloud-provider
...
Allocating CIDRs for Pods works without a cloud provider.
2015-07-27 17:20:44 -07:00
Brendan Burns
8866cf0580
Merge pull request #11905 from thockin/docs-cleanup
...
Auto commit by PR queue bot
2015-07-27 16:48:00 -07:00
Muhammed Uluyol
ab83ad2e4b
Update documentation for deep copy functions
2015-07-27 16:47:41 -07:00
Mike Danese
b37e7bbd7c
fix incorrect maintainer for getting started from scratch guide
2015-07-27 16:26:42 -07:00
Daniel Smith
226c950bda
Merge pull request #11409 from pmorie/secrets-bc-type
...
Refactor secrets volume plugin to separate builder and cleaner types
2015-07-27 16:22:58 -07:00
Daniel Smith
8d5a6b063c
Merge pull request #11029 from justinsb/fix_aws_security_group_races
...
AWS: Fix security group races
2015-07-27 16:15:43 -07:00
Daniel Smith
6c36f0dfa4
Merge pull request #11891 from a-robinson/lb
...
Add a resync period for services in the service controller
2015-07-27 16:15:03 -07:00