Dalton Hubble
d2fdc8bfab
contrib/dnsmasq: Add dnsmasq Makefile, v0.4.0 bump
...
* Add grub.efi to get-tftp-files script. This matches prior
dnsmasq images, but was not part of a repeatable build
* Switch rkt run examples to pull from quay.io
* Remove script using acbuild to create ACIs
2017-04-18 13:22:27 -07:00
Dalton Hubble
c66360bee0
Merge pull request #479 from coreos/update-ignition-cloud-ct
...
Update Ignition, Container Linux Config transpiler, and Cloud-init
2017-04-18 11:38:02 -07:00
Dalton Hubble
c9d8fcfbc1
Merge pull request #480 from coreos/remove-bootcmd
...
Makefile: Remove bootcmd from the release tarball
2017-04-18 11:22:42 -07:00
Dalton Hubble
311f1ec7cd
Documentation: Move ignition.md to container-linux-config.md
2017-04-18 10:22:38 -07:00
Dalton Hubble
32d48018e1
glide.yaml: Update and vendor coreos-cloudinit v1.13.0
2017-04-18 10:22:38 -07:00
Dalton Hubble
a948a97339
glide.yaml: Vendor Container Linux Config transpiler
...
* Update and vendor ct, Ignition, and deps
2017-04-18 10:22:38 -07:00
Dalton Hubble
3f43e4ecb6
matchbox,docs: Switch from Fuze to Container Linux Config
...
* Container Linux Configs are Fuze configs, just renamed
2017-04-18 10:20:44 -07:00
Chris Jones
2a83612ffb
matchbox/http: Update grub endpoint to use profile kernel args
2017-04-18 00:31:08 -07:00
Dalton Hubble
ed57a2a04a
Makefile: Remove bootcmd from the release tarball
...
* Stop shipping or mentioning bootcmd CLI tool
* bootcmd has not been built out into a user-facing tool
* terraform-provider-matchbox addresses some of the need
* Keep bootcmd implementation as an example matchbox gRPC client
2017-04-17 22:16:17 -07:00
Dalton Hubble
fd2c5e303d
Merge pull request #477 from coreos/terraform-examples
...
Add terraform examples for etcd3 and self-hosted Kubernetes
2017-04-17 13:56:55 -07:00
Dalton Hubble
2eed5fdf58
Add terraform examples for etcd3 and self-hosted Kubernetes
2017-04-17 11:31:33 -07:00
Dalton Hubble
54f0cc51ba
Merge pull request #476 from coreos/upgrade-kubernetes
...
examples: Upgrade self-hosted Kubernetes to v1.6.1
2017-04-15 00:20:18 -07:00
Dalton Hubble
bd17dd07a3
examples: Upgrade self-hosted Kubernetes to v1.6.1
...
* Render self-hosted assets with bootkube v0.4.0
* Relax bootkube smoke test Jenkins timeout
2017-04-14 21:58:12 -07:00
Dalton Hubble
f162ab8943
Merge pull request #475 from coreos/matchbox-on-kubernetes
...
contrib/k8s: Run matchbox on Kubernetes behind Ingress
2017-04-14 18:40:35 -07:00
Dalton Hubble
370790804b
contrib/k8s: Run matchbox on Kubernetes behind Ingress
...
* Show matchbox deployment, service, and TLS secret creation
* Provide an Ingress resource for exposing HTTP and gRPC APIs
* Add note mentioning matchbox can be run publicly if best practices
are followed
2017-04-14 15:07:31 -07:00
Dalton Hubble
9a42fb0701
Merge pull request #474 from coreos/terraform-experiment
...
README: Announce Matchbox Terraform Provider experiment
2017-04-12 13:07:24 -07:00
Dalton Hubble
a93a7f12bb
README: Announce Matchbox Terraform Provider experiment
2017-04-12 11:37:06 -07:00
Dalton Hubble
5eb257f2eb
Merge pull request #472 from coreos/ignition-get-delete
...
Add IgnitionGet and IgnitionDelete gRPC methods
2017-04-12 10:14:24 -07:00
Dalton Hubble
43ce5c1d91
matchbox/rpc: Add IgnitionGet and IgnitionDelete gRPC methods
2017-04-11 13:35:40 -07:00
Dalton Hubble
6bbf4a30a6
matchbox/storage: Add Ignition deletes to the Store
2017-04-11 12:01:34 -07:00
Dalton Hubble
d65b1b58ec
Merge pull request #469 from coreos/update-protobuf
...
Update protoc, Go protobuf plugin, and gRPC package
2017-04-11 11:31:00 -07:00
Dalton Hubble
7aaf0bce1e
glide.yaml: Update and vendor golang protobuf plugin and gRPC
...
* Update Go protobuf plugin to a recent SHA
* Update Go gRPC pacakge to v1.2.1
* Regenerate code from proto files (no changes)
2017-04-11 11:12:04 -07:00
Dalton Hubble
a0a508b16b
scripts/get-protoc: Update protoc from 3.1.0 to 3.2.0
...
* Update protoc Protocol Buffer Compiler codegen tool
2017-04-11 11:12:04 -07:00
Dalton Hubble
e5f428d412
scripts: Remove unused gentools script
2017-04-11 11:12:04 -07:00
Dalton Hubble
585ce50284
Merge pull request #468 from coreos/deletion-apis
...
gRPC: Add ProfileDelete and GroupDelete gRPC methods
2017-04-11 11:03:23 -07:00
Dalton Hubble
fcdabd2f23
Merge pull request #470 from coreos/curl-exit-code
...
examples/ignition: Return non-zero exit code for curl failures
2017-04-11 10:38:13 -07:00
Dalton Hubble
ebfc9b3f57
examples/ignition: Return non-zero exit code for curl failures
2017-04-10 16:48:52 -07:00
Dalton Hubble
3464e38c85
matchbox/rpc: Add ProfileDelete and GroupDelete gRPC methods
2017-04-10 14:52:02 -07:00
Dalton Hubble
81989cc64e
matchbox/storage: Add profile and group deletes to the Store
...
* Add deleteFile to the Dir restricted filesystem accessor
2017-04-10 13:44:09 -07:00
Dalton Hubble
7e05672ee7
Merge pull request #466 from coreos/update-bootkube
...
examples: Update self-hosted Kubernetes to v1.5.6
2017-04-05 10:51:16 -07:00
Dalton Hubble
5cd275bdc1
Jenkinsfile: Relax static Kubernetes bring-up timeout
2017-04-05 09:58:16 -07:00
Dalton Hubble
1537676484
examples: Update self-hosted Kubernetes to v1.5.6
...
* Bump bootkube to v0.3.13
* Use hyperkube v1.5.6_coreos.0
2017-04-05 09:55:21 -07:00
Dalton Hubble
9a3347f1b5
Merge pull request #465 from coreos/vm-memory
...
scripts: Allow libvirt VM_MEMORY configuration
2017-04-03 20:03:21 -07:00
Dalton Hubble
7787c6b787
scripts: Allow libvirt VM_MEMORY configuration
2017-04-03 14:48:48 -07:00
Dalton Hubble
630026a1ae
Merge pull request #464 from coreos/update-kubernetes
...
examples: Update Kubernetes (static, self-hosted, rktnetes) to v1.5.5
2017-03-21 22:14:40 -07:00
Dalton Hubble
ca4ab1a230
examples: Update Kubernetes (static, self-hosted, rktnetes) to v1.5.5
...
* Bump kubectl version to v1.5.5
* Bump bootkube to v0.3.12
2017-03-21 21:47:14 -07:00
Dalton Hubble
1a48a51253
Merge pull request #460 from coreos/bump-k8s
...
examples: Update static Kubernetes to v1.5.4
2017-03-13 15:46:15 -07:00
Dalton Hubble
07e22ca6ed
examples: Update static Kubernetes to v1.5.4
2017-03-13 15:30:35 -07:00
Dalton Hubble
a79d94947f
Merge pull request #459 from tvon/patch-1
...
Add missing comma
2017-03-13 15:28:30 -07:00
Tom von Schwerdtner
31993b2e69
Add missing comma
2017-03-13 13:15:01 -04:00
Dalton Hubble
00dbbd9588
Merge pull request #458 from coreos/download-bins
...
scripts: Always download bootkube and kubectl
2017-03-10 18:04:14 -08:00
Dalton Hubble
c498665bdd
scripts: Always download bootkube and kubectl
...
* Cached bootkube binary causes smoke test failures
when a new version is needed
2017-03-10 17:27:52 -08:00
Dalton Hubble
ad5caa1eee
Merge pull request #457 from coreos/bootkube-update
...
examples: Update self-hosted Kubernetes to v1.5.4
2017-03-10 16:31:20 -08:00
Dalton Hubble
66fb51f006
examples: Update self-hosted Kubernetes to v1.5.4
...
* Use bootkube v0.3.11 binary and image
* Disable anonymous-auth flag for on-host kubelet
* Set the client CA for on-host kubelet, based on kubeconfig
2017-03-10 14:45:11 -08:00
Dalton Hubble
7c53dc5b60
Merge pull request #443 from coreos/go-1.8
...
travis.yml: Build matchbox with Go 1.8
2017-03-10 14:39:18 -08:00
Dalton Hubble
020768834c
travis.yml: Build matchbox with Go 1.8
2017-03-09 11:28:31 -08:00
Dalton Hubble
aaa29ec6b2
Merge pull request #456 from coreos/improve-tests
...
tests: Improve Jenkins smoke testing reliability
2017-03-09 11:24:03 -08:00
Dalton Hubble
d465d97201
Jenkinsfile: Smoke test against the checkout scm
2017-03-09 10:57:25 -08:00
Dalton Hubble
fa23c0706f
tests: Increase etcd3 timeout and trap EXITs to cleanup
2017-03-09 10:54:38 -08:00
Dalton Hubble
3946d9ee66
tests,scripts: Simplify bootkube and kubectl binary curling
2017-03-09 10:51:10 -08:00