Seth Pollack
b1702d749e
validate region
2017-02-23 12:03:03 -05:00
Justin Santa Barbara
e09037dff0
Merge pull request #1969 from zytek/fix-1949
...
Resolve DNS Hosted Zone ID while building IAM policy
2017-02-23 10:21:39 -05:00
Justin Santa Barbara
08419fcae8
Merge pull request #1750 from robinpercy/cli-cloud-labels
...
WIP: Exposing cloud labels as a CLI option
2017-02-23 09:51:08 -05:00
Robin Percy
f9b3c5e584
Now applying the tags to IGs at render time.
...
- Previous method would have caused issues with the way tags are used
for filtering resources.
- Updated docs and comments to only refer to instance groups, rather
than all AWS resources
2017-02-23 06:10:15 -08:00
Jakub Paweł Głazik
26fac5e17d
Update cloudformation test (IAM policy)
2017-02-23 11:46:06 +01:00
Eric Hole
65aa5343e6
Merge pull request #1966 from justinsb/tf_sort_ephemeral
...
Output ephemeral devices in terraform in consistent order
2017-02-23 05:46:01 -05:00
Jakub Paweł Głazik
cd795d0c8c
Resolve DNS Hosted Zone ID while building IAM policy
...
Fixes #1949
2017-02-23 11:45:58 +01:00
Justin Santa Barbara
5813ed9464
Merge pull request #1858 from justinsb/remove_kubectl_dependency
...
Replace use of kubectl with calls to library
2017-02-23 01:11:32 -05:00
Justin Santa Barbara
851ffc4f5a
Replace use of kubectl with calls to library
...
In particular, when setting configuration, just set it using the
clientcmd functions.
Lets us do this in one change.
Follow up from #1663
2017-02-23 01:11:20 -05:00
Justin Santa Barbara
51a1cddafc
Output ephemeral devices in terraform in consistent order
2017-02-23 01:09:30 -05:00
Eric Hole
f146ac309c
Merge pull request #1925 from justinsb/fix_1793
...
Additional ShouldCreate method to prevent spurious changes
2017-02-22 22:17:05 -05:00
Justin Santa Barbara
9e8dd6cfe3
Merge pull request #1947 from kris-nova/cf-delete
...
Delete CloudFormation stack on kops delete cluster
2017-02-22 21:58:02 -05:00
Justin Santa Barbara
e16c46230a
Merge pull request #1973 from johanneswuerbach/fix-heapster
...
Allow node -> master on tcp 10255
2017-02-22 21:52:22 -05:00
Johannes Würbach
01bcf416e2
Allow node -> master on tcp 10255
...
This port serves the read-only kubelet api and is required by heapster
2017-02-23 00:06:46 +01:00
Eric Hole
072c81e394
Merge pull request #1971 from justinsb/just_block_etcd
...
Only block etcd port from node -> master
2017-02-22 14:57:48 -05:00
Justin Santa Barbara
8bfb2643a3
Update tests for new security group rules
2017-02-22 13:21:54 -05:00
Justin Santa Barbara
80a732527d
Just block specific traffic from node -> master
...
We _should_ block per port... but:
* It causes e2e tests to break
* Users expect to be able to reach pods
* If we are running an overlay, we allow all ports anyway
2017-02-22 13:21:49 -05:00
Robin Percy
7a1792e7cb
go fmt fixes and apimachinery run
2017-02-22 09:51:18 -08:00
yissachar
3d1971c51f
Merge pull request #1722 from mshenhera/patch-1
...
fixed link to topology.md file
2017-02-22 10:52:14 -05:00
Robin Percy
c3b6733b08
Updated boilerplate
2017-02-22 06:24:35 -08:00
Robin Percy
6fa4acd49e
Exposed cloud labels as a CLI option
...
- --cloud-labels will be applied to every kops-created resource
- Also ran apimachinery to regenerated the conversions for the new
Cluster.ClusterLabels property.
2017-02-22 06:24:35 -08:00
Kris Nova
9d843a6596
Merge pull request #1888 from ahawkins/patch-1
...
Document MFA workaround
2017-02-22 06:38:09 -07:00
Eric Hole
62c7bc50b3
Merge pull request #1946 from kris-nova/add-office-hour-heading
...
Add office hour heading
2017-02-22 05:31:30 -05:00
Kris Nova
965dd3f987
Revert to 21fafbbd95
2017-02-21 13:56:18 -07:00
Kris Nova
52ba8e82c1
Initial commit for removing CloudFormation on kops delete cluster
2017-02-21 13:52:08 -07:00
yissachar
21fafbbd95
Merge pull request #1955 from justinsb/rationalize_cgroups_hierarchies
...
Update cgroup hierarchies for k8s 1.6
2017-02-21 15:37:52 -05:00
Justin Santa Barbara
3ad94fc964
Merge pull request #1879 from sethpollack/fix_1872
...
Add audit flags to kube-apiserver
2017-02-21 00:50:30 -05:00
Justin Santa Barbara
11e1fc1f45
Merge pull request #1894 from bboreham/weave-guaranteed
...
Run Weave Net in Guaranteed Quality of Service
2017-02-21 00:48:22 -05:00
Justin Santa Barbara
363cf2a2aa
Update cgroup hierarchies for k8s 1.6
...
We're going with a much cleaner cgroup hierarchy for k8s 1.6
2017-02-20 23:30:33 -05:00
yissachar
58a8e9448a
Merge pull request #1948 from heartlock/patch-1
...
fix misspell "unhealthy" in componentconfig.go
2017-02-20 18:24:01 -05:00
yissachar
cab7cd3540
Merge pull request #1950 from zytek/iam-route53-docs
...
docs: reflect changes made in #1871
2017-02-20 17:04:04 -05:00
Eric Hole
a1d98a3aa9
Merge pull request #1952 from justinsb/fix_1951
...
Update expected cloudformation output for tighter route53 policy
2017-02-20 15:49:18 -05:00
Justin Santa Barbara
42321adec7
Update expected cloudformation output for tighter route53 policy
...
Fix #1951
2017-02-20 14:08:26 -05:00
Jakub Paweł Głazik
91cb0f8297
docs: reflect changes made in #1871
2017-02-20 18:34:05 +01:00
Bryan Boreham
05e0346ce3
Apply requests and limits so Weave Net runs in Guaranteed Quality of Service
...
See https://github.com/kubernetes/community/blob/master/contributors/design-proposals/resource-qos.md
for a description of how requests and limits relate to QOS.
2017-02-20 10:55:09 +00:00
Bryan Boreham
8504a9029d
Bump Weave Net version to 1.9.0
2017-02-20 10:55:09 +00:00
jg Chen
d489244652
fix misspell "unhealthy" in componentconfig.go
2017-02-20 14:05:09 +08:00
Chris Love
95397959e3
Merge pull request #1923 from justinsb/fix_1788
...
dns-controller: include namespace in keys
2017-02-19 13:29:21 -07:00
Kris Nova
540947cbc4
Merge pull request #1877 from justinsb/cloudformation
...
Initial support for cloudformation output
2017-02-19 10:19:14 -07:00
Kris Nova
39c9e75f33
Updating office hours heading
2017-02-19 09:16:21 -07:00
Kris Nova
aaba0e1d84
Merge pull request #1942 from kubernetes/geojaz-patch-1
...
Update README.md for all current maintainers and a little word-smithing
2017-02-17 21:48:34 -07:00
Eric Hole
22a650fd62
Update README.md
...
Minor updates to the maintainers section to list all "maintainers" but hopefully encourage contribution from all!
Also dropped the time in UTC right on the page.
2017-02-17 21:29:24 -05:00
Eric Hole
8f1d85d101
Merge pull request #1632 from DualSpark/kops-office-hours
...
updating office hours
2017-02-17 21:05:13 -05:00
chrislovecnm
eb722c73df
adding date link
2017-02-17 15:59:58 -07:00
chrislovecnm
1154d54fff
updating office hours
2017-02-17 15:58:21 -07:00
Seth Pollack
38b97e505c
change variable names
2017-02-17 14:55:35 -05:00
Seth Pollack
f61d6c8010
change maxage, maxbackup, and maxsize to int32
2017-02-17 14:16:55 -05:00
Seth Pollack
89899b1a79
Add audit flags to kube-apiserver
2017-02-17 14:16:55 -05:00
Justin Santa Barbara
24f77f9c63
Merge pull request #1871 from zytek/iam-route53-scoping
...
IAM: scope route53 permissions to DNS_ZONE only
2017-02-17 13:42:45 -05:00
Justin Santa Barbara
45cfd8a455
Merge pull request #1886 from zacblazic/optional-apiserver-elb-timeout
...
Add support for adjusting ELB idle timeout for apiserver
2017-02-17 11:25:20 -05:00