mortar icon indicating copy to clipboard operation
mortar copied to clipboard

The manifest shooter for Kubernetes

Results 20 mortar issues
Sort by recently updated
recently updated
newest added

Trying to deploy below a `ClusterIssuer`. But Mortar pops up with an error. Deploying with `kubectl` goes through fine, as it should. **cluster-issuer.yml** ``` apiVersion: cert-manager.io/v1alpha2 kind: ClusterIssuer metadata: name:...

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task...

dependencies

What's mortar's relation to kustomize in upstream or ship from replicatedhq? Is it purely an alternative approach, or do you see the tools interacting with each other? Our use case...

question

It would be really nice if Mortar could recreate resources that aren't allowed to be updated (opting in via a `--force` flag or something).

This may just be a longer way of asking for #92. Using mortar 0.3.3, starting with a simple deployment with a `Secret`: ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: patchtest...

The `KUBECONFIG` env can contain references to multiple files as described [here](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#the-kubeconfig-environment-variable), separated by `:` like in `$PATH` and the multiple configs should be merged. Mortar assumes there is only...

bug

same as in: https://github.com/kontena/pharos-cluster/pull/839

Would be cool to be able to do `mortar --dry-run my-app resources/`. Mortar could run a "diff" against the processed resources vs. current state on Kubernetes cluster. We currently already...

enhancement

Currently the namespace is a **mandatory** for each of the resources. Mortar could handle the namespace defaulting same way as kubectl does. The underlying k8s-client library has also some support...

bug