Commit Graph

2667 Commits

Author SHA1 Message Date
Eric Hole 014204b60e Merge pull request #2236 from justinsb/go_175
Update to golang 1.7.5
2017-03-30 08:55:50 -04:00
Eric Hole e42a3f1e50 Merge pull request #2239 from kris-nova/docs-update
Release notes tweaks
2017-03-30 08:55:28 -04:00
Kris Nova 02f5dd026f Adding @yissachar's concerns in a new PR 2017-03-30 08:41:13 +02:00
Kris Nova 68930ebafc Merge pull request #2237 from justinsb/relnotes_160alpha1
Release notes for 1.6.0-alpha.1
2017-03-30 08:17:11 +02:00
Justin Santa Barbara 19d739551e Release notes for 1.6.0-alpha.1 2017-03-30 01:16:52 -04:00
Justin Santa Barbara 2759a5fa6c Update to golang 1.7.5
Kubernetes did so in https://github.com/kubernetes/kubernetes/pull/41771

We're also starting to see failures with pulling the 1.7.4 image
2017-03-29 23:01:02 -04:00
Justin Santa Barbara db5e435c55 Merge pull request #2233 from justinsb/authorization_flag
Add authorization flag to kops create
2017-03-29 19:31:52 -04:00
Justin Santa Barbara 3f2ee47689 Fix tests 2017-03-29 18:23:19 -04:00
Justin Santa Barbara 4fcb6e31da API machinery for AlwaysAllow 2017-03-29 13:54:44 -04:00
Justin Santa Barbara c9f412f0c8 Add authorization flag
Also add AlwaysAllow to the schema
2017-03-29 13:53:06 -04:00
Chris Love f63c52c425 Merge pull request #2225 from justinsb/use_kcm_serviceaccounts
Set --use-service-account-credentials for 1.6
2017-03-29 10:50:42 -06:00
Justin Santa Barbara bc7743f726 Merge pull request #2160 from ryane/validate-completed-job-fix-2137
validate cluster considers pods with PodPhase Succeeded as valid
2017-03-29 11:44:59 -04:00
Justin Santa Barbara 2678f7e4be Merge pull request #2221 from justinsb/use_tee
Use tee for kube-proxy, so kubectl logs works
2017-03-29 11:44:07 -04:00
Justin Santa Barbara e5ec85fb7c Merge pull request #2220 from justinsb/disable_insecure_port
Be able to disable insecure port for apiserver
2017-03-29 11:43:40 -04:00
Justin Santa Barbara 19db8b37a0 Set --use-service-account-credentials for 1.6 2017-03-29 11:42:24 -04:00
Justin Santa Barbara 3ddc1dd939 Merge pull request #2226 from justinsb/rbac_for_dnscontroller
Add RBAC permissions for dns-controller
2017-03-29 11:41:22 -04:00
Justin Santa Barbara de0dedfac3 Merge pull request #2224 from justinsb/config_to_enable_rbac
Add RBAC roles to basic auth
2017-03-29 11:40:45 -04:00
Justin Santa Barbara 67c9683b75 Add RBAC permissions for dns-controller 2017-03-29 00:43:43 -04:00
Justin Santa Barbara 4179074590 Add RBAC roles to basic auth 2017-03-29 00:42:03 -04:00
Justin Santa Barbara 736a51d2ef Enable insecure port after all
Temporary workaround for
https://github.com/kubernetes/kubernetes/issues/43784 until we can find
a better solution.
2017-03-28 23:47:18 -04:00
Justin Santa Barbara 8b965a0ad9 Disable insecure port for apiserver
All components need a kubeconfig
2017-03-28 21:26:17 -04:00
Justin Santa Barbara c4808d1f65 Merge pull request #2211 from justinsb/rbac
Enable RBAC on 1.6
2017-03-28 21:21:35 -04:00
Justin Santa Barbara fe3b1f3abe Use tee for kube-proxy, so kubectl logs works 2017-03-28 20:48:48 -04:00
Justin Santa Barbara c6b4288e61 Pull fixes from the integration branch 2017-03-28 20:42:15 -04:00
Justin Santa Barbara 4c28bd30e4 Enable RBAC on 1.6 2017-03-28 20:14:13 -04:00
Justin Santa Barbara 04b3d10ed0 Merge pull request #2218 from andrewsykim/gce-cloud-dns-fix
[GCE] Only apply dns changes if records were removed
2017-03-28 20:01:00 -04:00
Justin Santa Barbara c815063c40 Merge pull request #2208 from justinsb/refactor_kubeconfig
Refactor kubeconfig building
2017-03-28 20:00:13 -04:00
Justin Santa Barbara eb0b83a0fd Merge pull request #2207 from justinsb/protobuf_rbac
Add initialize-rbac flag to protokube
2017-03-28 19:59:58 -04:00
Justin Santa Barbara daecd1a829 Add initialize-rbac flag to protokube
We are integrating with kubeadm!
2017-03-28 19:59:25 -04:00
Justin Santa Barbara eecf22d593 Merge pull request #2206 from justinsb/kubeproxy_to_code
Move kubeproxy configuration to code
2017-03-28 19:51:02 -04:00
Justin Santa Barbara 04b4659923 Log kube-proxy command after we build it 2017-03-28 19:37:03 -04:00
Justin Santa Barbara 375c703606 Merge pull request #2219 from justinsb/add_127001_for_master
Add 127.0.0.1 to the IPs on the master apiserver
2017-03-28 19:28:15 -04:00
Chris Love 01b179ccea Merge pull request #2217 from justinsb/rbac_option
Add Authorization / RBAC option to schema
2017-03-28 16:32:30 -06:00
Chris Love dec92f531a Merge pull request #2203 from justinsb/dnscontroller_fixes
dns-controller: skip over duplicate records
2017-03-28 16:27:39 -06:00
Justin Santa Barbara ee9379f35e Add 127.0.0.1 to the IPs on the master apiserver 2017-03-28 18:11:26 -04:00
Justin Santa Barbara 9ea322d109 Add 127.0.0.1 to the IPs on the master apiserver 2017-03-28 18:09:16 -04:00
andrewsykim b68815e930 Only apply dns changes if records were removed 2017-03-28 17:28:41 -04:00
Justin Santa Barbara 533efb7c51 Add Authorization / RBAC option to schema 2017-03-28 15:28:54 -04:00
Justin Santa Barbara d6db014eca Create kube-proxy PKI certificate 2017-03-28 14:23:42 -04:00
Eric Hole 91cde08513 Merge pull request #2215 from justinsb/fix_taint_format
Fix taint format
2017-03-28 13:16:00 -04:00
Justin Santa Barbara c4e05ca1b1 Fix taint format 2017-03-28 12:26:10 -04:00
Justin Santa Barbara 2817e49bd6 Refactor kubeconfig building 2017-03-28 10:10:14 -04:00
Justin Santa Barbara e2a06a389a Move kubeproxy configuration to code
Also map kube-proxy ClusterCIDR arg.
2017-03-28 10:03:17 -04:00
Justin Santa Barbara a7a0b38123 Merge pull request #2205 from justinsb/fix_omitempty_tag
Fix omitEmpty tag: only omitempty is valid
2017-03-28 09:49:22 -04:00
Kris Nova 5fdee1ad1f Merge pull request #2204 from kris-nova/uas
API Server - rebased on 1.6 vendor changes, and compiling main.go
2017-03-28 15:48:36 +02:00
Kris Nova c0e88558f0 Getting deps up to speed for the server
Protobuf and etcd updates - yey
2017-03-28 11:10:21 +02:00
Justin Santa Barbara 984191ef94 Fix omitEmpty tag: only omitempty is valid
Although actually omitEmpty appears to be recognized, although it is not
"traditional".
2017-03-28 02:16:53 -04:00
Justin Santa Barbara 115a4ffffc dns-controller: skip over duplicate records
Route53 considers this an error
2017-03-28 02:16:24 -04:00
Justin Santa Barbara fea4df5868 Merge pull request #2202 from justinsb/post_2095
More log options for k8s 1.6
2017-03-28 01:25:20 -04:00
Kris Nova 72e8f99ea8 Adding docs on running kops with helm 2017-03-28 07:18:15 +02:00