Karl Isenberg

Results 66 issues of Karl Isenberg

I would like to know which version of addlicense I have installed to know whether I need to install a new one to fix a bug or update to the...

When exec'd, `character varying(255)` errors with `cannot execute : Syntax error near character varchar (` while `varchar(32)` works fine. Please add support for `character varying`, which is the ANSISQL standard...

Recent versions of Vagrant set the VM name and hostname as aliases to 127.0.0.1 at the top of `/etc/hosts` on CentOS. This seems to change the behavior of hostname resolution...

I would like to be able to define a secret or directory of secrets and have them written to disk in a hierarchy that matches the secret path hierarchy. The...

I would like to be able to : 1. extract the whole data payload as raw json 2. extract the whole secret payload as raw json with metadata, like TTL...

This is an interesitng project! It seems like it's the only jsonpath library that supports mutation and not just retrieval. That said, the mutation API/behavior could be improved. I'd like...

`kustomize edit set image org/repo:tag@sha256:digest` is not parsed correctly. Currently it results in: ``` apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - digest: sha256:digest name: org/repo:tag ``` If you leave out the...

help wanted
good first issue
kind/bug
triage/accepted

Now that k8s-mesos integration is upstreamed, one of the next steps is to automate deployment of a mesos cluster on GCE. This may not be high priority, once DCOS can...

cluster-support/gce
priority/later

http://kubernetes.io/v1.1/gs-custom.html Link to "Kubernetes in Mesosphere" is broken.

documentation
priority/soon

The following test fail when Container IPs are disabled (#699 & #651) - [ ] [Example] ClusterDns [It] should create pod that uses dns

integration/DCOS
tests/conformance
priority/P2
MVP