172 Commits

Author SHA1 Message Date
Andrew Rynhard
325de5b31f
feat(kernel): add low level SCSI support (#215)
Adds support for Virtio, Xen, and VMware.
2018-11-16 21:37:43 -08:00
Andrew Rynhard
48b2ea3d83
feat(init): add VMware support (#200) 2018-11-16 21:32:16 -08:00
Andrew Rynhard
b30ed5dd4e
feat(init): log to /dev/kmsg (#214) 2018-11-16 09:26:38 -08:00
Andrew Rynhard
0244d182dc
feat(kernel): add vmxnet3 support (#213) 2018-11-15 22:08:52 -08:00
Andrew Rynhard
0bbd8a4dd2
fix(init): allow custom image for kubeadm (#212) 2018-11-15 22:08:38 -08:00
Andrew Rynhard
ca9719cd72
refactor: rename project to Talos (#211) 2018-11-15 11:33:24 -08:00
Andrew Rynhard
088a001a6a
chore: prepare v0.1.0-alpha.13 release (#210) 2018-11-15 06:05:03 -08:00
Andrew Rynhard
b5849041ea
feat(init): add NoCloud user-data support (#209) 2018-11-14 20:10:57 -08:00
Andrew Rynhard
ff97c8cc84
feat(kernel): add virtio support (#208) 2018-11-14 16:42:42 -08:00
Andrew Rynhard
0081a89801
feat(init): enforce use of hyperkube and Kubernetes version (#207) 2018-11-13 06:39:26 -08:00
Andrew Rynhard
9a8284465f
chore: run tests before linting (#206) 2018-11-12 08:23:24 -08:00
Andrew Rynhard
160ce41c0d
feat: embed the kubeadm config (#205) 2018-11-12 08:17:43 -08:00
Andrew Rynhard
9d4f7911d5
fix(image): VMDK generation (#204) 2018-11-10 21:30:13 -08:00
Andrew Rynhard
0c41de9d39
feat(init): enforce CIS requirements (#198) 2018-11-10 16:31:38 -08:00
Andrew Rynhard
fc84b6218d
fix(hack): add /etc/kubernetes to CIS benchmark jobs (#199) 2018-11-10 15:43:35 -08:00
Andrew Rynhard
d662791ae4
chore: update artifact destination (#202)
The newest version of Conform now deletes the destination.
2018-11-10 15:43:02 -08:00
Andrew Rynhard
edbc84bfbe
chore: build xfsprogs before binaries (#197)
Building xfsprogs before adding the soruce code will speed up builds.
2018-11-10 15:00:19 -08:00
Andrew Rynhard
ab82aa7577
fix(osctl): build Linux binary with CGO (#196)
CGO is required to use user.Current on Linux
2018-11-09 09:41:45 -08:00
Andrew Rynhard
157ef67365
fix(init): node join (#195)
The only time we need admin.conf is when the joining node creates a control plane.
2018-11-09 09:40:25 -08:00
Andrew Rynhard
2fd7112fa7
fix(init): use kubeadm experimental-control-plane (#194) 2018-11-08 22:02:33 -08:00
Andrew Rynhard
ac0ac44706
docs: add Xen example (#193) 2018-11-07 09:03:34 -08:00
Andrew Rynhard
36b899b77c
feat(kernel): upgrade Linux to v4.19.1 (#192) 2018-11-05 09:00:39 -08:00
Andrew Rynhard
f7ad93ce3d
feat(rootfs): upgrade crictl to v1.12.0 (#191) 2018-11-04 18:27:49 -08:00
Andrew Rynhard
47787f7087
feat(*): upgrade Containerd to v1.2.0 (#190) 2018-11-04 18:25:29 -08:00
Andrew Rynhard
91825fa8af
feat(*): upgrade Kubernetes to v1.13.0-alpha.3 (#189) 2018-11-04 18:24:44 -08:00
Andrew Rynhard
a75801f912
docs: fix typos (#188) 2018-11-04 14:01:55 -08:00
Andrew Rynhard
160702be24
fix(osctl): nil pointer when injecting kubernetes PKI (#187) 2018-11-04 13:47:28 -08:00
Andrew Rynhard
c5fbe9957d
docs: improve configuration documentation (#186) 2018-11-04 13:44:54 -08:00
Andrew Rynhard
de01e950f8
chore: fix node selector (#185) 2018-11-02 10:55:16 -07:00
Andrew Rynhard
776f2f905f
chore: prepare v0.1.0-alpha.12 release (#184) 2018-11-01 22:26:05 -07:00
Andrew Rynhard
aa65101232
feat: add blockd service (#172) 2018-11-01 22:05:24 -07:00
Andrew Rynhard
c8de882c67
docs: add rendered files (#183) 2018-11-01 21:33:27 -07:00
Andrew Rynhard
20e28286df
docs: improve search result previews (#182) 2018-11-01 21:30:56 -07:00
Andrew Rynhard
7fa575a8cf
docs: add search (#181) 2018-11-01 09:08:40 -07:00
Andrew Rynhard
12a958047d
docs: improve sidebar style (#180) 2018-10-31 22:48:15 -07:00
Andrew Rynhard
62ce638da9
docs: fix CDN to use https (#179) 2018-10-31 17:47:58 -07:00
Andrew Rynhard
3f13f4c54b
docs: add navbar to theme (#178) 2018-10-31 17:44:54 -07:00
Andrew Rynhard
6152fa2539
docs: update CSS for small screens (#177) 2018-10-31 07:47:55 -07:00
Andrew Rynhard
93c55aff97
docs: add section navigation to theme (#176) 2018-10-31 07:14:49 -07:00
Andrew Rynhard
60adafbd75
feat(*): upgrade Kubernetes to v1.13.0-alpha.2 (#173) 2018-10-30 20:44:21 -07:00
Andrew Rynhard
cb27f589bc
chore: run CI jobs on dedicated nodes (#174) 2018-10-30 20:44:02 -07:00
Andrew Rynhard
6b68599724
chore: ignore .vscode (#175) 2018-10-30 20:43:25 -07:00
Andrew Rynhard
b67f0d84fb
docs: add documention (#158) 2018-10-30 07:26:31 -07:00
Andrew Rynhard
8a9359d2ce
chore: prepare v0.1.0-alpha.11 release (#171) 2018-10-17 21:00:21 -07:00
Andrew Rynhard
fc383808ce
feat(kernel): enable NVMe support (#170) 2018-10-17 16:48:57 -07:00
Andrew Rynhard
453bc48ae7
feat(init): mount partitions dynamically (#169) 2018-10-17 14:44:41 -07:00
Andrew Rynhard
04bb2dab8c
fix(image): align VERSION env var with pkg/version (#168) 2018-10-17 09:06:22 -07:00
Andrew Rynhard
4c4d692eb1
chore(ci): add brigade configuration (#166) 2018-10-17 07:18:21 -07:00
Andrew Rynhard
9a6542fea3
fix(init): disable megacheck until it gains module support (#167) 2018-10-17 00:31:23 -07:00
Andrew Rynhard
cb5c5ac01e
chore: tag and push docker image with semver (#165) 2018-10-16 16:37:15 -07:00