4783 Commits

Author SHA1 Message Date
Andrew Rynhard
4208ffe415
chore: prepare v0.1.0-alpha.15 release (#301) 2019-01-02 11:35:38 -08:00
Andrew Rynhard
a9bce975b8
docs: update docs for new year (#300) 2019-01-02 09:02:17 -08:00
Andrew Rynhard
3472f49362
chore: remove unneeded files from initramfs (#299) 2018-12-24 08:59:41 -08:00
Andrew Rynhard
42b722b0eb
feat: add filesystem probing library (#298) 2018-12-24 07:42:30 -08:00
Andrew Rynhard
7918d38e0f
chore: use the existing docker install for AMI builds (#297) 2018-12-20 06:40:05 -08:00
Andrew Rynhard
72eb1b34f5
chore: use buildkit for builds (#295) 2018-12-19 22:22:05 -08:00
Andrew Rynhard
3de43232dc
fix: symlink kubernetes libexec directory (#294) 2018-12-18 19:29:19 -08:00
Andrew Rynhard
a8292cb07d
feat(kernel): upgrade Linux to v4.19.10 (#293) 2018-12-18 14:53:19 -08:00
Andrew Rynhard
23f7adb541
feat: use Containerd as CRI (#292) 2018-12-18 14:51:23 -08:00
Andrew Rynhard
f5f948e019
feat: upgrade Kubernetes to v1.13.1 (#291) 2018-12-18 14:45:50 -08:00
Andrew Rynhard
2ae2b527eb
chore: remove toolchain and kernel builds (#290)
This PR uses external builds of the toolchain and the kernel.
2018-12-15 19:52:03 -08:00
Andrew Rynhard
fdac0439f6
fix(init): no memory limit for container runtime (#289) 2018-12-11 07:08:16 -08:00
Andrew Rynhard
bc33df0c3a
refactor: use reserved ports for services (#288) 2018-12-10 11:44:25 -08:00
Andrew Rynhard
648ce5b068
feat(image): build AMI with random.trust_cpu=on (#287) 2018-12-06 19:35:38 -08:00
Andrew Rynhard
37970fc1d8
chore: ignore linting error (#285) 2018-12-06 15:58:03 -08:00
Andrew Rynhard
5140fbe4e1
feat(init): reboot node on panic (#284) 2018-12-05 20:26:46 -08:00
Brad Beam
028bdec339 feat(initramfs): retry userdata download (#283) 2018-12-05 19:42:15 -08:00
Brad Beam
0cd87bdff9 refactor(init): DRY symlink creation (#280) 2018-12-05 19:03:03 -08:00
Andrew Rynhard
0c32c95228
fix(init): don't create the EncryptionConfig if it exists (#282) 2018-12-05 19:02:30 -08:00
Andrew Rynhard
fa26c63f79
chore: prepare v0.1.0-alpha.14 release (#277) 2018-12-04 21:55:46 -08:00
Brad Beam
55fc13e646 fix(initramfs): imports (#276) 2018-12-04 21:30:18 -08:00
Brad Beam
72eaa723d7 fix(initramfs): fix hardcoded version (#275) 2018-12-04 21:23:47 -08:00
Andrew Rynhard
b3f12a23ed
fix(init): revert e94095b and fix bad attribute lookups (#274) 2018-12-04 21:05:13 -08:00
Andrew Rynhard
1bb002cb47
fix: disable AlwaysPullImages admission plugin (#273)
This is a temporary fix until Istio sidecar injection works with this plugin enabled.
2018-12-03 20:00:55 -08:00
Andrew Rynhard
d4db548c59
fix(image): install gzip (#272) 2018-12-03 19:43:54 -08:00
Andrew Rynhard
0c65fc6dee
feat: udevd service (#231) 2018-12-02 08:50:37 -08:00
Andrew Rynhard
ff83876b2b
fix(init): address linter errors (#251) 2018-12-02 07:43:56 -08:00
Andrew Rynhard
090eb78f69
chore: reduce xz compression level of initramfs (#252) 2018-12-01 19:35:57 -08:00
Brad Beam
678951b2c1 fix(initramfs): fix printf statement (#250) 2018-12-01 19:26:12 -08:00
Andrew Rynhard
ee95933c43
fix(init): unmount / last (#249) 2018-12-01 15:46:37 -08:00
Andrew Rynhard
c502ca87f3
chore(ci): fix build script (#248) 2018-12-01 15:44:24 -08:00
Andrew Rynhard
e94095b0f3
refactor(init): remove unnecessary unmount/mount (#246) 2018-12-01 15:41:39 -08:00
Brad Beam
c171c51c5c fix(initramfs): fix bare metal install (#245) 2018-12-01 15:41:21 -08:00
Andrew Rynhard
de8bf88b33
chore(ci): add pod resource requests and limits (#247) 2018-12-01 15:38:52 -08:00
Andrew Rynhard
e320fd1cd0
feat(init): add label and force options for xfs (#244) 2018-12-01 14:39:45 -08:00
Andrew Rynhard
e74f4c19e7
fix(init): use the correct blkid lookup values (#243)
Fixes an issue where the block devices were not detected properly.
2018-12-01 14:39:02 -08:00
Brad Beam
7564144142 fix(initramfs): minor fixes for booting from bare metal (#241) 2018-11-30 22:19:28 -08:00
Andrew Rynhard
b50afcb7d4
fix(init): use smaller default install sizes (#240) 2018-11-30 15:39:35 -08:00
Andrew Rynhard
95c9b3f380
chore: add gpt scope (#239) 2018-11-30 15:26:33 -08:00
Andrew Rynhard
a3dd113079
fix(init): use PARTLABEL to identity Talos block devices (#238) 2018-11-30 15:25:31 -08:00
Andrew Rynhard
fa9f77ea8e
fix(gpt): do not inform kernel of partition when writing (#237) 2018-11-30 15:22:29 -08:00
Brad Beam
79c96cf229 feat(init): add support for installing to a device (#225) 2018-11-30 06:21:08 -08:00
Brad Beam
a9c91d39f5 refactor(image): Changing rootfs from xz -> gz (#232) 2018-11-28 17:19:45 -08:00
Andrew Rynhard
58adddcfbb
chore: pin protoc-gen-go to v1.2.0 (#235) 2018-11-28 17:10:57 -08:00
Andrew Rynhard
c48a2ef835
fix(kernel): add missing kernel config options (#236) 2018-11-28 17:09:57 -08:00
Andrew Rynhard
d379fb213e
chore: add helper script for pushing images (#233) 2018-11-28 17:08:54 -08:00
Andrew Rynhard
a2d079e805
feat: atomic partition table operations (#234) 2018-11-28 17:08:01 -08:00
Andrew Rynhard
d0a0d1f3a0
feat(init): enable PSP admission plugin (#230) 2018-11-23 16:50:17 -08:00
Andrew Rynhard
f870acdae1
style: run gofmt (#229) 2018-11-23 09:30:17 -08:00
Andrew Rynhard
08dd81a557
fix(init): use text/template (#228)
Fixes an issue where the rendered encryptionconfig.yaml could contain invalid
base64 data.
2018-11-23 09:15:52 -08:00