dima
|
e7ddeb71ec
|
add tests and fix existed for --encrypt-volume option
|
2017-04-03 14:47:28 +02:00 |
dima
|
0da368476a
|
create encrypted volume during initiation cluster
|
2017-04-03 14:15:31 +02:00 |
Justin Santa Barbara
|
cbc36f614a
|
Merge pull request #2251 from pronix/feature/add-weave-1.9.4
added weave 1.9.4. used default template.
|
2017-04-02 23:32:00 -04:00 |
dima
|
48c678fb7f
|
for different k8s version different weave
|
2017-04-02 18:46:21 +02:00 |
Eric Hole
|
761af25227
|
Merge pull request #2247 from justinsb/reuse_privatekey
Reuse the public key if it exists
|
2017-04-01 09:45:43 -04:00 |
Eric Hole
|
4da5e3e462
|
Merge pull request #2248 from justinsb/fix_node_role_defaulting
Fix node role defaulting
|
2017-04-01 09:42:32 -04:00 |
dima
|
70f1d7247a
|
added weave 1.9.4. used default template. https://github.com/kubernetes/kops/issues/2180
|
2017-03-31 17:05:22 +02:00 |
Justin Santa Barbara
|
3dcddf5b67
|
Reuse the public key if it exists
This avoids breaking all the service account signatures if a minor
change is made to the certs.
|
2017-03-31 01:52:04 -04:00 |
Justin Santa Barbara
|
6556eeda69
|
Fix node role defaulting
This otherwise breaks validation.
|
2017-03-31 01:49:48 -04:00 |
Eric Hole
|
31a8a8ac91
|
Merge pull request #2241 from justinsb/doc_shipbot
Link to shipbot
|
2017-03-30 13:17:57 -04:00 |
Justin Santa Barbara
|
9b4707f347
|
Link to shipbot; fix makefile target
|
2017-03-30 10:52:29 -04:00 |
Justin Santa Barbara
|
a4ea3ea5da
|
Merge pull request #2238 from justinsb/release_160_alpha1
Version updates for 1.6.0-alpha.1
|
2017-03-30 10:38:27 -04:00 |
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
|
5a539882b0
|
Version updates for kops 1.6.0-alpha.1
|
2017-03-30 01:08:55 -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
|
20e867e822
|
Bump alpha channel: 1.5.6, and 1.6.0 for kops 1.6
|
2017-03-29 21:58:18 -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 |