James Ravn
James Ravn
I may have several terminal windows sized a particular way, vertically tiled in a column. If I add another terminal via super-enter, super-i, it resets all the existing sizes. This...
I'm hiding the top bar in all workspaces. However the text "Workspace 1", etc., is still displayed when not covered by a window. Is that normal, or should it disappear...
**What happened**: ``` E0525 10:15:39.042133 1 awsmachineclass.go:173] Validation of AWSMachineClass failed metadata.name: Invalid value: "mcm-immutable-r5.4xlarge-canary-az-b": [-a-z0-9]+ (regex used for validation is 'name-40d-0983-1b89') ``` **What you expected to happen**: It should...
The current CRD is defined like this: ```yaml apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: statefulstores.cloudstate.io spec: group: cloudstate.io ``` This seems to break convention of defining a CRD group as...
ref: https://kubernetes.io/blog/2019/06/20/crd-structural-schema/ * As CRDs have become v1 stable now in K8s, they will require a schema going forward. * Having a schema means we can generate API documentation and...
## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...
I am using the pod label selection mechanism. It assumes that every pod in the cluster has the same label selector. However this is not always the case - such...
Hi, I'm enjoying this project a lot. It really helps the dev workflow on github. Thanks! I'm encountering one issue - whenever I do a `git spr up` on an...
I am following the example in https://book.kubebuilder.io/cronjob-tutorial/writing-tests.html, where it creates a Job with a status and calls `client.Create`. I'm doing similar with a third party CRD (tekton's PipelineRun) with a...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...