Gavin Scallon
Gavin Scallon
https://github.com/defenseunicorns/uds-capability-rook-ceph
Potential solution for zarf-init related issues, if applicable: rke2 offers a local provider for storage class, but this is not suitable for our purposes. A multi-node cluster will explode the...
We ran into an issue with containerd/k3s. If you run `zarf init` at all, this starts a k3s service which can block containerd from starting properly. More info on containerd...
Utilizing the custom config provided by other unicorns caused some issues... We were able to get RKE2 spun up, but the provided config is not working. Here is some information:...
``` root@jlaw-server:/home/jlaw# k describe po/zarf-docker-registry-59c964db5c-prgbs -n zarf NOTE Using config file Name: zarf-docker-registry-59c964db5c-prgbs Namespace: zarf Priority: 2000001000 Priority Class Name: system-node-critical Service Account: default Node: jlaw-server/192.168.122.77 Start Time: Mon, 08...
In the startup script, we should do the following: - [ ] check whether k3s is running / taking up a socket / etc. Do a fresh install as needed...
Made progress and items are coming up for the rook-ceph cluster: ``` root@jlaw-server:~# k --namespace rook-ceph get cephcluster NOTE Using config file NAME DATADIRHOSTPATH MONCOUNT AGE PHASE MESSAGE HEALTH EXTERNAL...
We were able to get around the above issue by editing the upstream manifest in order to reduce the number of mons from 3 to 1. This likely isn't a...
We ran into issues with the blockpools that were being created in the cluster by rook-ceph. Ceph research / info: [Definitions](https://docs.ceph.com/en/quincy/start/intro/): - OSD - object store daemon - stores data,...
Items for updating the Zarf package used for the sandbox env: - [ ] add rook-ceph capability Zarf package - [ ] modify rook-ceph capability charts in order to support...