Dalton Hubble
692bf81df8
examples: Update Kubernetes from v1.7.5 to v1.7.7
...
* Update from bootkube v0.6.2 to v0.7.0
* Update kube-dns to fix dnsmasq vulnerability
2017-10-04 09:55:37 -07:00
Dalton Hubble
cfcec6ac03
Merge pull request #655 from coreos/update-terraform-module
...
examples/terraform: Update bare-metal module version
2017-09-29 10:52:18 -07:00
Dalton Hubble
592969134c
examples/terraform: Update bare-metal module version
...
* Upstream fixes to bump all control plane components to v1.7.5
* Stop including etcd-network-checkpointer with on-host etcd
* Remove experimental_self_hosted_etcd support
2017-09-28 11:25:52 -07:00
Dalton Hubble
2b605c8d9c
Merge pull request #653 from coreos/improve-ctx
...
matchbox: Use Go 1.7 request Context, remove ContextHandler
2017-09-25 17:07:45 -07:00
Dalton Hubble
63a95188be
matchbox: Use Go 1.7 request Context, remove ContextHandler
...
* Starting in Go 1.7, the standard library http.Request includes
a Context for passing request-scoped values between chained handlers
* Delete the ContextHandler (breaking, should not have been
exported to begin with)
2017-09-21 17:12:33 -07:00
Dalton Hubble
5aa301b72d
Merge pull request #648 from coreos/bump-container-linux
...
examples: Bump Container Linux to stable 1465.7.0
2017-09-18 16:35:48 -07:00
Dalton Hubble
7647a5d095
Merge pull request #649 from radhus/add_select_client
...
matchbox/client: Expose Select endpoint
2017-09-18 15:09:50 -07:00
Dalton Hubble
06f80fa003
examples: Bump Container Linux to stable 1465.7.0
2017-09-18 15:08:08 -07:00
Dalton Hubble
01a767ab3e
Merge pull request #651 from coreos/cleanup
...
examples: Remove unused example module
2017-09-18 14:57:34 -07:00
Dalton Hubble
6be5c0f59c
examples: Remove unused example module
...
* Terraform-based Kubernetes example now uses an community project's
Terraform module to show Matchbox usage
2017-09-18 14:33:51 -07:00
William Johansson
5efc514097
matchbox/client: Expose Select endpoint
...
Exposes the Select endpoint in matchbox/client just as the other
endpoints like Profiles, Ignition and Generic.
2017-09-17 21:19:37 +02:00
Dalton Hubble
757f46e96f
Merge pull request #647 from dvrkps/patch-1
...
travis: update go versions
2017-09-15 10:43:05 -07:00
Dalton Hubble
5aeb2d1d3d
Merge pull request #646 from coreos/update-kubernetes
...
examples: Update Kubernetes from v1.7.3 to v1.7.5
2017-09-15 10:38:59 -07:00
Davor Kapsa
1119bb22f0
travis: update go versions
2017-09-15 12:15:03 +02:00
Dalton Hubble
6195ae377e
examples/ignition: Update kubelet.service to match upstream
...
* Mount host /opt/cni/bin in Kubelet to use host's CNI plugins
* Switch /var/run/kubelet-pod.uuid to /var/cache/kubelet-pod.uuid
to persist between reboots and cleanup old Kubelet pods
* Organize Kubelet flags in alphabetical order
2017-09-14 16:53:42 -07:00
Dalton Hubble
d7783a94e9
examples: Update Kubernetes from v1.7.3 to v1.7.5
...
* Switch Terraform example to use Typhoon project's module
instead: https://github.com/poseidon/typhoon
* Includes support for Calico and Flannel
2017-09-14 15:52:58 -07:00
Dalton Hubble
4228ccb330
README: List notable projects using Matchbox
2017-09-11 15:59:05 -07:00
Dalton Hubble
e5d5280658
Merge pull request #644 from squeed/fix-pxe-flag
...
libvirt: don't pass --pxe
2017-08-22 10:47:31 -07:00
Casey Callendrello
46f0477614
libvirt: don't pass --pxe
...
In virt-install v1.4.2, the meaning of `--pxe` changed from "allow pxe
boot" to "always pxe boot." This breaks matchbox, since we expect hosts
to pxe-boot only with empty hds. On hosts with v1.4.2, the VMs loop,
re-installing CL over and over.
The flag isn't necessary anyways, since we pass `--boot=hd,network`,
which enables pxe-booting.
2017-08-22 11:19:16 +02:00
Dalton Hubble
0e4265b2bc
Merge pull request #643 from coreos/bump-kubernetes
...
examples: Update Kubernetes from v1.7.1 to v1.7.3
2017-08-21 15:00:57 -07:00
Dalton Hubble
18de74e85b
examples: Update Kubernetes from v1.7.1 to v1.7.3
2017-08-21 11:19:39 -07:00
Dalton Hubble
31040e9729
Merge pull request #642 from coreos/bump-fix
...
Update CLUO version and bootkube-terraform location
2017-08-18 10:28:29 -07:00
Dalton Hubble
f0a4cfd1cb
*: Update location of bootkube-terraform module
2017-08-17 15:56:49 -07:00
Dalton Hubble
aeca5b08f9
examples/addons: Update CLUO to v0.3.1
2017-08-17 15:38:34 -07:00
Dalton Hubble
7c1b9b17dc
Merge pull request #636 from jcmoraisjr/jm-add-version
...
Add version.txt download on get-coreos
2017-08-15 17:15:47 -07:00
Dalton Hubble
0e6ce19172
Merge pull request #640 from andrewrothstein/typo
...
fix typo in documentation
2017-08-15 10:49:50 -07:00
Andrew Rothstein
281fd5226a
fix typo
2017-08-14 19:35:49 -04:00
Joao Morais
fb0ee0f05a
Add version.txt download on get-coreos
...
The version.txt file is used by coreos-install if
the version number is "current".
2017-08-09 22:10:59 -03:00
Dalton Hubble
7def0d7e86
Merge pull request #635 from dghubble/better-validation
...
matchbox/client: Validate client endpoint is a host:port
2017-08-09 14:45:57 -07:00
Dalton Hubble
1c076875c2
matchbox/client: Validate client endpoint is a host:port
...
* Provide better errors to clients that forget to specify the
port or include a protocol scheme by mistake
* grpc-go uses net.SplitHostPort to validate server listener
addresses are 'host:port', but doesn't validate Dial targets
2017-08-09 10:50:25 -07:00
Dalton Hubble
7ba0f1476b
Merge pull request #632 from dghubble/update-ct-and-ignition
...
glide.yaml: Update ct and Ignition
2017-08-08 13:55:21 -07:00
Dalton Hubble
ec6844a43a
glide.yaml: Update ct and Ignition
...
* Fix container-linux-config-transpiler calls that changes
* Update container-linux-config-transpiler to v0.4.2
* Update Ignition to v0.17.2
2017-08-08 13:30:14 -07:00
Dalton Hubble
6857c1319a
Merge pull request #629 from heyitsanthony/etcdctl-api
...
Documentation: remove ETCDCTL_API=3 settings
2017-08-07 09:48:44 -07:00
Anthony Romano
cb6bb3c90d
Documentation: remove ETCDCTL_API=3 settings
...
etcd examples set ETCDCTL_API=3 but are using v2 etcdctl commands. This
works on CL by accident because it ships with 2.3 so etcdctl doesn't
recognize the API env var.
2017-08-04 23:04:19 -07:00
Dalton Hubble
5c5be5ce5b
Merge pull request #628 from alrs/fix-swallowed-test-errors
...
Fix swallowed errors in server package tests
2017-08-04 17:02:41 -07:00
Lars Lehtonen
4cbf2b7448
Fix swallowed errors in server package tests
2017-08-03 18:59:15 -07:00
Dalton Hubble
d781e43212
Merge pull request #627 from coreos/fix-module-location
...
*: Fix location of the bootkube-terraform module
2017-08-03 16:09:57 -07:00
Dalton Hubble
3ca88334d2
*: Fix location of the bootkube-terraform module
2017-08-03 14:00:35 -07:00
Dalton Hubble
c7a649c731
Merge pull request #626 from coreos/bump-dnsmasq
...
*: Bump dnsmasq references to use v0.4.1
2017-08-01 23:21:18 -07:00
Dalton Hubble
d03f256976
*: Bump dnsmasq references to use v0.4.1
2017-08-01 16:47:18 -07:00
Dalton Hubble
9ecfcac0b9
Merge pull request #625 from coreos/dnsmasq
...
contrib/dnsmasq: Bump dnsmasq image to v0.4.1
2017-08-01 16:17:06 -07:00
Dalton Hubble
035b01634f
contrib/dnsmasq: Bump dnsmasq image to v0.4.1
...
* Update from alpine:3.5 to alpine:3.6
* List ports 67 and 69 so ACI conversion still works
2017-07-31 14:26:05 -07:00
Dalton Hubble
e8d3e8c70c
Merge pull request #617 from coreos/kubernetes-v1.7
...
examples: Update Kubernetes to v1.7.1
2017-07-24 17:14:51 -07:00
Dalton Hubble
cc490ff55d
examples: Update Kubernetes to v1.7.1
2017-07-24 15:52:57 -07:00
Dalton Hubble
df6354ad45
Merge pull request #618 from dghubble/cluo
...
examples/addonts: Update CLUO from v0.2.1 to v0.2.2
2017-07-21 16:05:43 -07:00
Dalton Hubble
3d8a3777f0
examples/addonts: Update CLUO from v0.2.1 to v0.2.2
2017-07-21 15:12:23 -07:00
Dalton Hubble
dfee550522
Merge pull request #615 from dghubble/in-place-upgrade
...
Documentation: Refresh Kubernetes in-place upgrade doc
2017-07-21 13:50:00 -07:00
Dalton Hubble
07e9676457
Merge pull request #616 from coreos/bump-cl
...
examples: Install clusters at Container Linux 1409.7.0 (stable)
2017-07-20 11:52:57 -07:00
Dalton Hubble
a69f6dd2d8
examples: Install clusters at Container Linux 1409.7.0 (stable)
2017-07-20 11:13:43 -07:00
Dalton Hubble
26d8b7d480
Documentation: Refresh Kubernetes in-place upgrade doc
2017-07-19 17:15:12 -07:00