short icon indicating copy to clipboard operation
short copied to clipboard

Manageable Kubernetes manifests through a composable, reusable syntax

Results 30 short issues
Sort by recently updated
recently updated
newest added

I am working to port the ideas here to TypeScript. When I programatically convert structs to TypeScript types the types and fields have no documentation. In the same way, documentation...

**Issue:** koki selector match label is added by default during the creation of persistent volume claim which is expecting the persistent volume to be labelled in the same way. **Expectation:**...

When vendoring short to use the types and converters, there appears to be an issue with the affinity converter: ../../vendor/github.com/koki/short/converter/converters/affinity/koki_affinity_to_kube_v1_affinity.go:304:36: too many values in struct initializer I've tried numerous combinations...

The Convert_Koki_Deployment_to_Kube_Deployment method returns an interface{}. Should it return a v1apps.Deployment? Should there be a converter to return v1apps version of the Deployment if Convert_Koki_Deployment_to_Kube_Deployment wouldn't do it?

Latest Deployment, StatefulSet, etc types are apps.v1. Currently we're using apps.v1beta2.

I am using master and the default skeleton for a stateful set. I am getting an error with the template for the PVC: ``` Warning ProvisioningFailed 1s (x4 over 33s)...

Latest release, I'm seeing ``` ➜ install git:(installer-prometh) ✗ cat openshift/openshift-perceiver.yaml| ./short_linux_amd64 --verbose-errors - Error: converting stdin: extraneous fields (typos?) at paths: $.metadata ``` This is happening for every yaml...

Hello! After converting my Kubernetes configs into Short format I noticed that my container with a Rails web app started failing liveness/readiness checks. Quick investigation revealed that the problem is...