homeworld icon indicating copy to clipboard operation
homeworld copied to clipboard

Cluster management system for the SIPB Hyades project

Results 100 homeworld issues
Sort by recently updated
recently updated
newest added

When launching an existing virtual cluster, don't attempt to authenticate to the supervisor with the pre-keysystem method of using the preseeded authorized ssh key. Doing so won't work because that...

micro

Running "kubectl version" gives us the following: Client Version: version.Info{Major:"", Minor:"", GitVersion:"v0.0.0-master+$Format:%h$", GitCommit:"$Format:%H$", GitTreeState:"", BuildDate:"1970-01-01T00:00:00Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"{gitMajor}", Minor:"{gitMinor}", GitVersion:"{gitVersion}", GitCommit:"{gitCommit}", GitTreeState:"{gitTreeState}", BuildDate:"{buildDate}", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"} We...

micro
category current-known-bugs

Currently, the autoinstaller creates a new installer image for each new install, and never cleans it up, so you quickly find yourself with a collection of junk .iso files: ```...

micro
category productivity

#515 bumps us to Go 1.13.10, but that's (as far as I can recall) not a supported version of Go for our current version of Kubernetes. It's just as much...

micro
category upstream-updates

As I'm working on #29, it's becoming apparent that there are some mildly questionable security choices in Rook's configuration, like the following: ``` kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1beta1 metadata: name: rook-ceph-object-bucket...

micro
category design

It would help to make it more obvious what the output means, practically. This doesn't need to be the build date, necessarily -- it could also be the commit date?

micro
category productivity

In order to meet our supply chain protection standards, we have to build our own versions of Rook and Ceph. I am not yet planning on merging this PR, because...

micro

See commit message. Unfortunately this does not seem to fix the memory leak, and the number of exit files still grows apparently unboundedly. See #490 . --- Checklist: - [x]...

micro

This should hopefully be easier than maintaining these rules by hand.

micro
category productivity

You know what's annoying? Having to manually rebase every PR, often multiple times, before it be can merged. As suggested by @cryslith, let's set up [Bors-NG](https://bors.tech/). This will allow us...

micro
category productivity