Philip Lombardi

Results 47 comments of Philip Lombardi

Definitely would love to see this feature! This would make it so much nicer to use Java for CLI apps and servers that need to be distributed to users on...

Adding some additional context I received (internally found issue): ```text kubectl describe pod todo-db-0 Name: todo-db-0 Namespace: default Node: / Labels: controller-revision-hash=todo-db-437957389 environment=test role=todo-db Status: Pending IP: Controllers: StatefulSet/todo-db Containers:...

Reproduction steps: 1. Clone out TODO 2. Forge deploy

This looks like a case where there is no default storage class for the instance. We should probably install one.

Some conversation I had about the config location on Linux vs. macOS. ```text plombardi [10:53 AM] Where does kubectl store configs on macOS? What about other CLI's? flynn [10:54 AM]...

There is one? How do you think the CLI works?

## Delete `curl -X DELETE -H "Authorization: Bearer " https://next.kubernaut.io/claims/:name` ## List `curl -H "Authorization: Bearer " https://next.kubernaut.io/claims` ## Get `curl -H "Authorization: Bearer " https://next.kubernaut.io/claims/:name` ## Create `curl -X...

The only reason the API isn't a first class citizen is because everyone wanted a CLI as the UX originally and handling tokens is messy.

While not "pretty" this is a simple work around for (1) `curl ... | python -c 'import sys, json; print json.load(sys.stdin)["claim"]["kubeconfig"]'` Regarding ... customizable expirations is on the backlog to...