krane icon indicating copy to clipboard operation
krane copied to clipboard

A command-line tool that helps you ship changes to a Kubernetes namespace and understand the result

Results 78 krane issues
Sort by recently updated
recently updated
newest added

**What are you trying to accomplish with this PR?** Currently if there is some error applying a manifest happening at the `kubectl apply` call, this error will get swallowed by...

I'm using the ejson gem in order to encrypt the secrets, and I'd like to set labels. I tried the following, but it didn't work: ```json { "_public_key": "xxxxxxxxxxxxxxxx", "kubernetes_secrets":...

- [x] yank Krane 0.27.0.pre - [ ] PVC issue in tests - [ ] Deploy tests that require erb rendering (@RyanBrushett) - [x] CR prune tests moved to serial-integration...

# Improvement Analysis / Request During the work on https://github.com/Shopify/kubernetes-deploy/pull/598 to support Kubernetes 1.16 (and move from `extensions/v1beta1`, we discovered that the `templateGeneration` field was removed in `DaemonSet v1` and...

krane [ProdX-GSD]

Hi, # Bug report Trying to deploy on rancher2/Kubernetes-1.15.4 using an user that ist only admin within the namespace (not cluster-admin). ``` # deploying to data-privacy-page-373-production... [INFO][2019-11-04 15:52:27 +0000] [INFO][2019-11-04...

**Proposal:** Currently, if someone attempts to redeploy a deployment in the state `progressDeadlineExceeded`, we instantly fail the deploy. In general, this leads users to think their deploy is fundamentally broken...

:sparkles: enhancement

In my current project we have some pods that runs as tasks and they can take up to 2h to run, for that we had to set the timeout to...

# Bug report krane fails with a deadlock during some deploys: ``` Traceback (most recent call last): --   | 14: from /usr/local/bin/kubernetes-deploy:23:in `'   | 13: from /usr/local/bin/kubernetes-deploy:23:in `load'   | 12:...

I would like to be able to render `secrets.ejson`, including support for partials. When sharing a namespace with `--selector` it would be extremely handy if I could at least define...

## Idea It's necessarily true that each invocation of our tool only needs one of the clusters/contexts/users in the kubeconfig. If we constructed a tempfile containing only the information we...