Commit Graph

626 Commits

Author SHA1 Message Date
Dalton Hubble
8fd4bea89b examples: Update bootkube to v0.3.7 and etcd3 2017-02-17 18:36:12 -08:00
Dalton Hubble
dabf0eae54 examples: Remove etcd (i.e. etcd2) cluster examples 2017-02-17 15:21:12 -08:00
Dalton Hubble
e02f8f7a9e examples: Update etcd3 (etcd-member) and use the etcd3 gateway 2017-02-17 15:10:37 -08:00
Dalton Hubble
b27e1a8afa Merge pull request #439 from coreos/test
Documentation: Remove mkdocs site builder
2017-02-16 15:53:38 -08:00
Dalton Hubble
1a93282cb5 Documentation: Remove mkdocs site builder 2017-02-16 15:47:29 -08:00
Dalton Hubble
fd2b6e1cb1 Merge pull request #438 from andrewrothstein/fix-typo
fix typo in documentation
2017-02-16 15:45:34 -08:00
Andrew Rothstein
2d5bce04c1 fix typo 2017-02-14 23:13:16 -05:00
Dalton Hubble
189f790a7e examples: Remove torus example cluster 2017-02-13 16:39:16 -08:00
Dalton Hubble
cfdec8cea0 Merge pull request #435 from coreos/bump-coreos
Bump CoreOS image from 1185.3.0 to 1235.9.0
2017-02-13 16:33:25 -08:00
Dalton Hubble
0419b2f327 Bump CoreOS image from 1185.3.0 to 1235.9.0 2017-02-13 15:44:06 -08:00
Dalton Hubble
e1fda6b22b Merge pull request #434 from cjyar/filestore-logging
Don't swallow errors; that's rude.
2017-02-13 15:30:45 -08:00
Chris Jones
697d7ec73d storage: report errors in GroupList
Errors should be reported instead of silently failing to read files.
2017-02-10 16:45:05 -07:00
Dalton Hubble
7fa2c96d5d Merge pull request #428 from coreos/update-kubernetes
Update example Kubernetes clusters to v1.5.2
2017-01-30 14:26:13 -08:00
Dalton Hubble
1526a2edaf examples: Ensure kubelet awaits /etc/resolv.conf setup
* Reflects a change we applied in Tectonic clusters
2017-01-29 17:37:36 -08:00
Dalton Hubble
e024a6b7b0 examples: Update Kubernetes clusters to v1.5.2
* Update bootkube to v0.3.5 binary
2017-01-29 17:37:19 -08:00
Dalton Hubble
5812cab050 Documentation: Update RPM Copr repository 2017-01-25 11:24:11 -08:00
Dalton Hubble
40f13e0587 *: Prepare for v0.5.0 release v0.5.0 2017-01-23 04:05:55 -08:00
Máximo Cuadros
cedeb868f9 ipxe: use mac instead of net0/mac 2017-01-19 21:06:45 -08:00
Dalton Hubble
354b434ffc Merge pull request #427 from urzds/patch-2
Lock architecture to ARMv6 for linux-arm images
2017-01-19 14:01:42 -08:00
Dalton Hubble
88f9d637b1 Merge branch 'master' into patch-2 2017-01-19 11:48:51 -08:00
Dalton Hubble
a0d578d547 Merge pull request #426 from urzds/patch-1
Fix typo: AMR64->ARM64
2017-01-19 11:48:25 -08:00
Dennis Schridde
e739b98305 Lock architecture to ARMv6 for linux-arm images
Unless `GOARM` is specified, the Go compiler will choose the compiling system's architecture as a target (similar to GCC's `-march=native`). This commit prevents that by explicitly selecting ARMv6 (e.g. Raspberry Pi 1) as the target.

According to the documentation, ARM64 does not need this, as ARMv8 is implicit and the value of `GOARM` is not considered for this architecture.

See-Also: https://github.com/golang/go/wiki/GoArm
2017-01-19 13:49:23 +01:00
Dennis Schridde
ea10f41886 Fix typo: AMR64->ARM64 2017-01-19 11:30:38 +01:00
Dalton Hubble
ed017d7a86 Merge pull request #425 from coreos/devnet
scripts/devnet: Improve devnet script usability
2017-01-18 13:04:29 -08:00
Dalton Hubble
3337f9ef60 scripts/devnet: Improve devnet script usability
* Add devnet script to getting-started-rkt
2017-01-18 11:37:03 -08:00
Dalton Hubble
23216b2a97 Merge pull request #417 from coreos/update-protobuf
Update protobuf tools, re-vendor deps, re-generate code
2017-01-18 11:36:03 -08:00
Dalton Hubble
f609b85d30 matchbox: Re-generate matchbox protobuf code 2017-01-18 11:17:08 -08:00
Dalton Hubble
3ac3063995 vendor: Re-vendor protobuf and grpc 2017-01-18 11:17:08 -08:00
Dalton Hubble
11c739949f glide.yaml: Update protobuf and grpc
* Update grpc to 1.0.5
* Update protobuf to 8ee79997227bf9b34611aee7946ae64735e6fd93
* Add protoc-gen-go subpackage which is needed by codegen
2017-01-18 11:17:08 -08:00
Dalton Hubble
6c6e2aadaf Merge pull request #422 from coreos/makefile
Switch to a Makefile driven develop/release process
2017-01-18 10:21:10 -08:00
Dalton Hubble
219da4d934 *: Switch to a Makefile driven develop/release process
* Add make targets for vendor, docker-image, and tools
* Move scripts into the scripts folder
2017-01-18 02:11:27 -08:00
Dalton Hubble
b9d73c58ee Merge pull request #421 from coreos/project-rename
*: Rename coreos-baremetal to matchbox
2017-01-17 01:48:35 -08:00
Dalton Hubble
c749a28662 *: Rename coreos-baremetal to matchbox 2017-01-17 00:58:03 -08:00
Dalton Hubble
9e3efa5229 Merge pull request #411 from coreos/self-hosted-flannel
examples: Update Kubernetes to use self-hosted flannel
2017-01-13 16:57:07 -08:00
Dalton Hubble
e54418633c examples: Update Kubernetes to use self-hosted flannel
* Self-hosted Kubernetes now runs flannel as a daemonset
2017-01-13 15:29:23 -08:00
Dalton Hubble
e56e5a3a03 Update dockerignore to slim the build context 2017-01-12 17:21:16 -08:00
Dalton Hubble
e4b4f82177 Merge pull request #416 from coreos/pin-base-image
Dockerfile: Pin the matchbox and dnsmasq base images
2017-01-11 18:01:46 -08:00
Dalton Hubble
79a2bf2326 Dockerfile: Pin the matchbox and dnsmasq base images 2017-01-11 15:47:31 -08:00
Dalton Hubble
2b23f4a17c Merge pull request #414 from coreos/standard-context
matchbox: Switch to Go 1.7+ standard context
2017-01-11 10:58:09 -08:00
Dalton Hubble
89accb281f matchbox: Switch to Go 1.7+ standard context
* Drop build support for Go 1.6
2017-01-11 03:00:33 -08:00
Dalton Hubble
fd61297a43 README: Update README with move notice
* Add an Enterprise section to show Tectonic
2017-01-11 02:44:05 -08:00
Dalton Hubble
f064d72c28 .travis.yml: Add Go 1.8rc1, fix Go tip tests 2017-01-11 01:28:18 -08:00
Dalton Hubble
9165dc202b contrib: Rename systemd units from bootcfg to matchbox 2017-01-11 01:25:32 -08:00
Dalton Hubble
2d8977b2e1 Merge pull request #413 from coreos/rename-bootcfg
Rename bootcfg to matchbox
2017-01-11 00:59:54 -08:00
Dalton Hubble
27427dbd1b Add CHANGES, migration notes, and update contrib
* Update k8s and systemd contrib examples for v0.5.0
2017-01-09 04:34:06 -08:00
Dalton Hubble
b7377f54bc Discontinue signed and tagged ACIs
* Move toward a unified container image which is run
either by rkt or docker
* Sadly, image signing only supported by rkt and is not
part of the new standard
2017-01-09 04:33:01 -08:00
Dalton Hubble
d496192032 Rename bootcfg to matchbox in docs, examples, scripts
* Verify all examples and docs work correctly
* Exclude contrib k8s and systemd which will be updated
and verified in a followup commit
2017-01-09 04:32:45 -08:00
Dalton Hubble
86f737ff93 Rename bootcfg code references to matchbox
* Change config drectory to /etc/matchbox
* Change data-path to /var/lib/matchbox
* Change assets-path to /var/lib/matchbox/assets
2017-01-09 04:30:30 -08:00
Dalton Hubble
50432159d7 Update imports from bootcfg to matchbox 2017-01-09 02:25:56 -08:00
Dalton Hubble
88da59560d Move bootcfg package to matchbox 2017-01-09 02:21:47 -08:00