Jess Frazelle
cde5559d09
Update gcloud docker
commands to use gcloud docker -- ARGS
...
We can then avoid the following warning:
```
WARNING: The '--' argument must be specified between gcloud specific args on the left and DOCKER_ARGS on the right. IMPORTANT: previously, commands allowed the omission of the --, and unparsed arguments were treated as implementation args. This usage is being deprecated and will be removed in March 2017.
This will be strictly enforced in March 2017. Use 'gcloud beta docker' to see new behavior.
```
Signed-off-by: Jess Frazelle <acidburn@google.com >
2016-10-10 13:42:34 -07:00
Minhan Xia
1e88c99e3e
bump cni
2016-09-06 10:48:36 -07:00
Minhan Xia
69e540e634
bump cni to 9d5e6e6
2016-08-26 13:13:24 -07:00
Lucas Käldström
d711fd8764
Refactor hyperkube, remove unnecessary packages, optimize layers, bump cni version, add new features, run kube-proxy in a daemonset
2016-08-25 01:24:05 +03:00
Cole Mickens
1cb361ea2b
Handle spaces in some hack/ scripts. Cleanup after hyperkube build.
2016-08-15 21:13:13 +00:00
Lucas Käldström
8786dab70a
Include CNI for all architectures in the hyperkube image
2016-07-23 01:03:46 +03:00
Mike Danese
95e2e299a9
move kube-dns to the cluster/addons/ directory
2016-07-14 11:44:00 -07:00
Minhan Xia
0bd411878a
bump cni version
2016-07-11 14:33:01 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Lucas Käldström
622696ca85
Hotfix: Fixup the dns configuration from a breaking feredation PR
2016-06-27 00:03:20 +03:00
Lucas Käldström
ca3ee9e5a1
Revert kube-proxy as a DaemonSet in hyperkube for the v1.3 release
2016-06-22 00:48:46 +03:00
Lucas Käldström
6c53c6a997
Make hyperkube work on all platforms, bump dnsmasq to 1.3 and addon-manager to v3, and always use the latest manifests
2016-06-19 17:15:17 +03:00
Liyi Meng
6c195a4923
Fix the problem in building hyperkube for 3rd party registry
2016-06-01 04:38:48 -04:00
Lucas Käldström
73947cc5aa
Large changes to the docker deployment. Added kube-addon-manager as a static pod. The addon-manager deploys kube-proxy as a DaemonSet as well as Dashboard and DNS automatically. SecurityContextDeny is removed from the manifests. Also, the turnup.sh and turndown.sh scripts are removed because we don't need them anymore, they're covered by the online documentation
2016-05-20 19:28:13 +03:00
Johannes Scheuermann
cb11324cc3
Add support for OSX and Linux
2016-05-17 21:31:32 +02:00
k8s-merge-robot
1738bbfe5f
Merge pull request #25693 from luxas/fix_hyperkube
...
Automatic merge from submit-queue
Fix hyperkube's layer caching, and remove --make-symlinks at build time
@david-mcmahon This is required before you release. Explanation in the code.
2016-05-17 04:01:43 -07:00
Lucas Käldström
e7eff87455
Critical patch. Fix hyperkube's layer caching, and remove --make-symlinks at build time
2016-05-17 00:28:24 +03:00
David McMahon
57247a672b
Revert "OS X: Fix hyperkube build by adding empty string to sed invocation"
2016-05-16 12:25:54 -07:00
Johannes Scheuermann
f23380fe84
Add empty string to sed
2016-04-27 08:54:13 +02:00
Lucas Käldström
4559a84d3b
Build Kubernetes, etcd and flannel for arm64 and ppc64le
2016-04-14 07:29:10 +03:00
Lucas Käldström
560268e036
Add a flannel image for arm and amd64. Cross-build debian-iptables for arm, arm64 and ppc64le. Build and push hyperkube for arm on every release
2016-04-04 23:33:32 +03:00
Manuel de Brito Fontes
a2b4bc0ae3
Allow running make in mac and change sed separator to allow custom paths in registry
2016-03-12 22:59:08 -03:00
laushinka
7ef585be22
Spelling fixes inspired by github.com/client9/misspell
2016-02-18 06:58:05 +07:00
Paul Morie
05bd107301
Add boilerplate checks for Makefiles
2016-02-03 18:35:26 -05:00
Filip Grzadkowski
e7e8c5af84
Push docker images for cluster components during release.
2016-01-05 12:36:10 +01:00
Filip Grzadkowski
215b4cc41f
Refactor hyperkube Makefile to avoid changing local files
2015-12-29 10:38:20 +01:00
Filip Grzadkowski
f2d56c4198
Simplify local docker setup.
2015-12-11 15:53:44 +01:00
Brendan Burns
d2dbe56820
Add linux/arm to the list of server builds
2015-11-23 13:55:56 -08:00
Brendan Burns
ce90b83689
Update some flags
2015-11-20 11:47:31 -08:00
Brendan Burns
132575bcf8
Update single node docker to 1.0.1
2015-07-29 13:43:27 -07:00
Tim St. Clair
f5830edbbc
s/gcloud preview docker/gcloud docker/
2015-06-18 12:27:08 -07:00
wizard
4e92f409a0
update docker k8s approach
2015-06-16 09:44:21 +08:00
Brendan Burns
4b904c34a8
Update Docker instructions.
2015-06-10 21:40:06 -07:00
Brendan Burns
cbef26b1dd
Update docker instructions to 0.17.0
2015-05-18 16:51:48 -07:00
Victor Marmol
2b1b85468a
Merge pull request #7330 from chrismoos/volume_format_script_updates
...
Add safe_format_and_mount to hyperkube image.
2015-05-14 09:17:20 -07:00
Brendan Burns
48d7604f4e
Update single node docker to 0.16.2
2015-05-13 11:15:56 +01:00
Chris Moos
1b814ffd2c
Add safe_format_and_mount to hyperkube image.
...
* Add volume format script into hyperkube image.
* Fix issue with format script on non-redhat platforms.
2015-05-04 21:25:39 -07:00
Robert Bailey
225da3f88f
Fetch resources from storage.googleapis.com over SSL.
2015-04-26 21:51:37 -07:00
Brendan Burns
49977e6a47
Revert "Update docker examples to 0.15.0"
2015-04-24 10:05:27 -07:00
Brendan Burns
8c947de4e2
Update docker examples to 0.15.0
2015-04-20 15:40:08 -07:00
Brendan Burns
6217ae0242
Update to 0.14.2 in the docker k8s instructions.
2015-04-10 22:02:55 -07:00
Brendan Burns
628b052aae
Add a docker how-to guide.
2015-04-06 10:43:42 -07:00
Brendan Burns
ee9591e25d
Add a docker image for the hyperkube binary.
2015-04-03 14:54:50 -07:00