-
Hi all!
I'm working on a bash script that will takeover cloud Ubuntu 16.04 instances and install CoreOS on top of them. I'm Live ISO booting CoreOS on a VPS (OVH) with a (1) base ignition config em…
-
**Host system details**
```
$ rpm-ostree --version
rpm-ostree:
Version: '2022.9'
Git: 44031a71f444ec63ed292f8807b5bb04a0cf3329
Features:
- rust
- compose
- fedora-integration
```
…
-
Cloud config files support two additional parameters that are useful for customizing systems:
- coreos.units
- write_files
The coreos.units.\* parameters define a list of arbitrary systemd units to s…
-
We should be able to use the `remote-prune` command on clouds other than just AWS.
(Taken from @jlebon's comment https://github.com/coreos/coreos-assembler/pull/839#issuecomment-548556519)
-
It's very likely my not understanding everything, and since you are actively working on it I figured I make sure I'm taking the right approach.
I have a fig-dynamic.yml:
```
logs:
image: "radial…
-
_From @bboreham on October 13, 2016 10:38_
TL;DR: hyperkube sets up its CNI files inside a container, while weave-kube mounts directories from the host and installs Weave Net CNI files into those. K…
-
I have my project repo as:
`"gitlab.orgname.eng.com/depname/someservice"`
My global GOPATH is defined as:
`/Users/admin/go`
goBuild works fine If I put above repo as:
`/Users/admin/go/src/gitlab.…
-
# Issue Report
## Bug
locksmithd requires etcd_certfile and etcd_keyfile to be set when setting endpoint.
From cloud-config user-data:
```
...
etcd2:
initial-cluster: ...
cert-file: /etc/ku…
-
Commit https://github.com/coreos/etcd/commit/80d15948bcfc93aabd2c5245d7993c8a9e76bf8f moves github.com/coreos/etcd/mvcc/mvccpb to internal/, hence breaking compilation of backends/etcd3/etcd3.go
-
## Current Situation
Flatcar OS does not include the `lz4` and `zstd` kernel modules, which are necessary for enabling certain compression features, particularly in the case of `zram` (a compressed…