This project is mirrored from https://gitee.com/mirrors/k3os.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 10 Dec, 2019 1 commit
-
-
Jacob Blain Christen authored
-
- 09 Dec, 2019 3 commits
-
-
Jacob Blain Christen authored
sshd_config: establish default values in overlay
-
Jacob Blain Christen authored
Add default,secure values for /etc/ssh/sshd_config via overlay. Fixes #317 Fixes #262
-
Jacob Blain Christen authored
kernel: 4.15.0-72.81
-
- 07 Dec, 2019 1 commit
-
-
Jacob Blain Christen authored
-
- 02 Dec, 2019 4 commits
-
-
Jacob Blain Christen authored
build: go 1.13
-
Jacob Blain Christen authored
also bumped deps: - github.com/mattn/go-isatty - github.com/rancher/mapper - github.com/sirupsen/logrus - github.com/urfave/cli - golang.org/x/crypto - golang.org/x/sys Fixes #305
-
Jacob Blain Christen authored
doc: fix http_proxys typo
-
Jacob Blain Christen authored
-
- 28 Nov, 2019 1 commit
-
-
Jacob Blain Christen authored
cli: refactor k3os commands into single multi-call binary
-
- 26 Nov, 2019 1 commit
-
-
Jacob Blain Christen authored
- `os-config` -> `k3os install` - `ccapply` -> `k3os config` - `rc.init` -> `k3os rc`
-
- 25 Nov, 2019 2 commits
-
-
Jacob Blain Christen authored
project: add bug report and feature request templates
-
Jacob Blain Christen authored
Partially addresses #299
-
- 23 Nov, 2019 4 commits
-
-
Jacob Blain Christen authored
scripts/run-qemu: enable host qga socket by default
-
Jacob Blain Christen authored
With this change, invoking `scripts/run-qemu` with this following arguments will result in the activation of qemu-guest-agent in the guest VM: - `k3os.mode=live` - `'boot_cmd="echo GA_PATH=/dev/vport0p1>/etc/conf.d/qemu-guest-agent"'` Unless the `$STATE_DIR` envvar is overridden, the `qga.sock` will be in the `build/state/k3os-$TAG` directory. e.g. `echo '{"execute":"guest-get-osinfo"}' | socat unix-connect:/tmp/qga.sock stdout`
-
Jacob Blain Christen authored
refactor how we build linuxkit bits
-
Jacob Blain Christen authored
- upstream metadata is pulled on from v0.7 (latest release tag) - forked rc.init has been plopped down in ./cmd/rc.init/ Prepares for #202 Prepares for #294
-
- 20 Nov, 2019 4 commits
-
-
Jacob Blain Christen authored
tooling: toolbox, rng-tools, htop, qemu-guest-agent
-
Jacob Blain Christen authored
Includes: - rng-tools by @zimme #270 - htop by @zimme #269 - toolbox by @bhale #257 Fixes #291 Fixes #265 Fixes #256
-
Jacob Blain Christen authored
persist /etc/rancher/node across reboots
-
Jacob Blain Christen authored
Fixes #289
-
- 19 Nov, 2019 2 commits
-
-
Jacob Blain Christen authored
k3s: v1.0.0
-
Jacob Blain Christen authored
-
- 18 Nov, 2019 2 commits
-
-
Jacob Blain Christen authored
k3s: v1.0.0-rc6
-
Jacob Blain Christen authored
-
- 17 Nov, 2019 3 commits
-
-
Jacob Blain Christen authored
k3s: v1.0.0-rc5
-
Jacob Blain Christen authored
-
Jacob Blain Christen authored
kernel: 4.15.0-70.79
-
- 16 Nov, 2019 2 commits
-
-
Jacob Blain Christen authored
Fixes #278
-
Jacob Blain Christen authored
ccapply: add label with the value of k3os.mode
-
- 15 Nov, 2019 3 commits
-
-
Jacob Blain Christen authored
If the `k3os.mode` (read from /var/run/k3os/mode) is not empty then add node-label `k3os.io/mode=${k3os.mode}`.
-
Jacob Blain Christen authored
rootfs: move k3s symlinks out of overlay
-
Jacob Blain Christen authored
Removes k3s symlink and sub-command/reexec symlinks to it from `overlay/sbin`. These symlinks are now all declared in the rootfs Dockerfile. This should fix and issue with wranger generation code failing on the symlinks pointing to nowhere on module copy.
-
- 12 Nov, 2019 5 commits
-
-
Jacob Blain Christen authored
Fix type-o and structure
-
Daniel Pryor authored
-
Jacob Blain Christen authored
add ctr symlink (bundled as k3s sub-command) to /usr/sbin
-
Jacob Blain Christen authored
-
Jacob Blain Christen authored
-
- 11 Nov, 2019 2 commits
-
-
Jacob Blain Christen authored
- live cd boot `./scripts/run-qemu k3os.mode=live` - silent install `DISK_NAME=test.img ./scripts/run-qemu k3os.password=rancher k3os.mode=install k3os.install.silent k3os.install.device=/dev/vda` - run installed vm `DISK_NAME=test.img ./scripts/run-qemu k3os.password=rancher` - recover installed vm `DISK_NAME=test.img ./scripts/run-qemu k3os.password=rancher k3os.mode=live`
-
Jacob Blain Christen authored
Adding packer templates for vSphere
-