Justin Santa Barbara
dfc79ce018
Removed kube-dns from /etc/kubernetes/addons/dns
...
Fix #1172
2016-12-27 00:06:01 -05:00
Justin Santa Barbara
84ca708176
Respect the name flag on cluster get
...
Fix #1238
2016-12-26 22:41:17 -05:00
Chris Love
23d44f78d8
Merge pull request #1263 from DualSpark/readme-updates-3
...
Readme updates!
2016-12-26 12:28:00 -07:00
Justin Santa Barbara
ef14a1d172
Private DNS initial implementation - via feature flag
2016-12-26 14:03:31 -05:00
Justin Santa Barbara
99b672bcd2
Featureflag implementation
2016-12-26 14:03:26 -05:00
Justin Santa Barbara
911826e397
Protokube should mount volumes in a consistent order
...
And always mounting the main volume first should be a little faster
Fix #934
2016-12-26 11:47:17 -05:00
Justin Santa Barbara
1e3e14add5
Merge pull request #1257 from DualSpark/bastion-default
...
Default to `bastion-$clustername` for new bastion clusters
2016-12-26 11:05:18 -05:00
Justin Santa Barbara
ef212f2695
Merge pull request #1261 from DualSpark/godoc
...
Adding GoDoc widget - we really need to start coding with this in mind
2016-12-26 11:04:34 -05:00
Kris Nova
48c787b702
Readme updates!
2016-12-26 08:34:48 -07:00
Kris Nova
7e3540f507
Borrowing from k8s!
2016-12-26 07:36:32 -07:00
Kris Nova
31586b7d09
syntax
2016-12-26 07:34:36 -07:00
Kris Nova
fdf0c6de65
Remove link - try try again
2016-12-26 07:33:37 -07:00
Kris Nova
bb627ef4f8
With a space..
2016-12-26 07:32:48 -07:00
Kris Nova
6a052664c3
Adding godoc to README
2016-12-26 07:31:06 -07:00
Kris Childress
a4b00a879a
Headers 2016->2017
2016-12-25 20:02:30 -07:00
Kris Childress
898f7e33d8
Default to bastion-$clustername for new bastion clusters
2016-12-25 19:29:39 -07:00
Kris Childress
cf46fdff51
Updating AWS to use pypi instead of brew
2016-12-25 19:17:58 -07:00
Kris Childress
c3c0322712
Backport the backport
2016-12-25 18:56:26 -07:00
Kris Childress
9751746415
Backport the backport
2016-12-25 18:13:32 -07:00
Chris Love
2aa3a6ce03
Merge pull request #766 from vendrov/patch-2
...
elaborate "external networking"
2016-12-24 13:20:15 -07:00
vendrov
43a9170ca9
Changed
2016-12-24 18:06:22 +02:00
Chris Love
49a0ed4bfb
Merge pull request #1250 from itsmrwave/upgrade_kops_182
...
Upgrade Weave to 1.8.2 and fix semantic versioning issue
2016-12-24 09:03:06 -07:00
King'ori Maina
66f430c71e
Prefer Semantic Versioning
...
See:
* http://semver.org
* https://github.com/kubernetes/kops/issues/1081
2016-12-24 02:27:53 +02:00
King'ori Maina
267c0ca451
Upgrade Weave to 1.8.2
...
https://github.com/weaveworks/weave/releases/tag/v1.8.2
2016-12-23 21:48:16 +02:00
Chris Love
789bfcf07b
Merge pull request #1093 from heschlie/master
...
Integrating Calico as CNI provider
2016-12-22 17:43:48 -07:00
heschlie
e18036cfa6
Renamed networking.calico
...
Renamed the networking.calico directory to networking.projectcalico.org
2016-12-22 16:23:08 -08:00
Justin Santa Barbara
c15466f91d
Merge pull request #1237 from justinsb/fix_e2e
...
Fix e2e: nodeup-dist can continue to build in docker
2016-12-22 03:06:29 -05:00
Justin Santa Barbara
064abd0d18
Fix e2e: nodeup-dist can continue to build in docker
2016-12-22 02:38:14 -05:00
heschlie
5cb8575dfe
Fixed CI integration, added some tests for Calico
...
- CI issues were due to v1alpha2 being added, created Calico there
- Added some tests around Calico, similar to Weave
- Added conversion functions similar to Weave in zz_generated_conversion
2016-12-21 19:15:52 -08:00
Chris Love
b4f530d5f9
Merge pull request #1224 from vjm/nodeup-cross-compile
...
Ability to cross-compile nodeup
2016-12-21 17:13:24 -07:00
Vince Montalbano
a1d7eb6eca
Docs for crossbuild explanation
2016-12-21 10:35:31 -06:00
Vince Montalbano
ba9f296b0d
working crossbuild
2016-12-21 10:35:01 -06:00
Vince Montalbano
5ea5b50511
docs for cross compile
2016-12-20 21:14:32 -06:00
Vince Montalbano
74edc094f0
Ability to cross-compile nodeup
2016-12-20 21:07:04 -06:00
Chris Love
8470034dc5
Merge pull request #1215 from justinsb/prevent_utility_subnetid_in_v1alpha1
...
If the user tries to save a SubnetID into v1alpha1, fail
2016-12-20 20:00:22 -07:00
Chris Love
84106c5f8b
Merge pull request #1217 from justinsb/test_docker_version
...
Add tests for docker nodeup side
2016-12-20 19:59:33 -07:00
Justin Santa Barbara
9e79acaec6
Merge pull request #1083 from vjm/master
...
Add KubeletPreferredAddressTypes
2016-12-20 13:50:12 -05:00
Vince Montalbano
0fbd19adfd
Add KubeletPreferredAddressTypes #1083
2016-12-20 12:31:42 -06:00
Vince Montalbano
b0a535c4cb
Add KubeletPreferredAddressTypes #1083 Documentation
2016-12-20 12:28:39 -06:00
Chris Love
47f6a167d3
Merge pull request #1216 from justinsb/docs_api_machinery_v1
...
Initial doc for API machinery
2016-12-20 11:14:36 -07:00
heschlie
a4b7093b0d
Calico integration
...
Adding the option to install Calico with the `--networking calico`
argument. This will currently deploy Calico v2.0 to the cluster.
Documentation has also been updated with information about Calico and
where one can find more information or help.
2016-12-20 10:13:00 -08:00
Justin Santa Barbara
2f256b9d39
Add tests for docker nodeup side
2016-12-20 13:10:39 -05:00
Yissachar Radcliffe
b6a6352050
Delete kubectl config when deleting cluster
2016-12-20 12:42:03 -05:00
Justin Santa Barbara
3528a67a26
Add links & hints
2016-12-20 11:20:23 -05:00
Justin Santa Barbara
24e9d2fb07
Add note about need for && make
2016-12-20 11:15:32 -05:00
Justin Santa Barbara
39a1ecaec4
Initial doc for API machinery
...
Fix #1164
2016-12-20 10:56:27 -05:00
Chris Love
a46f1109ce
Merge pull request #1209 from justinsb/nodeup_docker_version
...
Configure DockerVersion in Docker Spec
2016-12-20 08:23:37 -07:00
Justin Santa Barbara
594ec692e4
If the user tries to save a SubnetID into v1alpha1, fail
...
Rather than failing silently.
Will not be an issue once we switch the default to v1alpha2, but in the
meantime this is surprising.
2016-12-20 09:55:21 -05:00
Justin Santa Barbara
846b7601db
Configure DockerVersion in Docker Spec
...
And automatically choose 1.12.3 for k8s >= 1.5, 1.11.2 for < 1.5
Fix #849
2016-12-20 00:34:40 -05:00
Kris Nova
165d2873af
Merge pull request #1212 from DualSpark/readme-updates
...
Readme updates
2016-12-19 22:25:24 -07:00