Justin Keller

Results 91 issues of Justin Keller

It appears if the bucket does not exist, this plugin creates it in `us-east-1`. Is there a command option instead to fail if the bucket does not exist? We manage...

enhancement
awaiting PR

## Feature Setting the path should be done in `.profile` instead of `.bash_profile` in https://github.com/jordanwilson230/kubectl-plugins/blob/master/install-plugins.sh. Simply append: ``` PATH="$PATH:$HOME/.kube/plugins/jordanwilson230" ``` To `.profile` instead of `.bash_profile`. ## Reason Having a `.bash_profile`...

I have a custom field for contacts defined as: ![screen shot 2017-02-21 at 9 11 48 pm](https://cloud.githubusercontent.com/assets/523312/23198193/8c118e5a-f87a-11e6-8c4d-dce139c55075.png) Howerver, what is the object key in JavaScript when creating a contact? I've...

Heads up, in the new OS **macOS Monterey** they added a new service used for AirPlay that listens on port `5000` by default. Not a huge deal to change the...

🐛 bug
🙏 help-wanted
🤩 good-first-bug

When creating a license add the date/time it was created. Also support providing arbitrary key => values that are stored in metadata. When getting a license, display this new information.

Would it be possible to add retries, i.e: ``` retries: 3 retryDelay: 30 ``` If the returned status code is not one of `httpSuccessCodes ` or a timeout, automatically retry...

First, amazing job. Would it be possible to build a pie chart type? It is the only critical visualization type missing. Thanks.

Found this project via Hacker News. Looks awesome. Quick question: ``` “keyspaceSize”: 65536 ``` Is that the number of items or number of bytes that can be stored? Typically you...

**BUG REPORT** **What happened**: ``` kubeless topic ls panic: assignment to entry in nil map goroutine 1 [running]: net/textproto.MIMEHeader.Set(...) /usr/local/Cellar/go/1.12.6/libexec/src/net/textproto/header.go:22 net/http.Header.Set(...) /usr/local/Cellar/go/1.12.6/libexec/src/net/http/header.go:37 github.com/kubeless/kubeless/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec.(*roundTripper).RoundTrip(0xc000497e80, 0xc000105400, 0xc000047bc0, 0x7, 0x200b38e) /private/tmp/kubeless-20190702-51707-1pec8sr/kubeless-1.0.4/src/github.com/kubeless/kubeless/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go:176 +0x270 github.com/kubeless/kubeless/cmd/kubeless/topic.execCommand(0xc0001768c0,...

### BUG REPORT Migrating this from serverless repo https://github.com/serverless/serverless-kubeless/issues/140#issuecomment-526726537 as they state it is a problem with Kubeless. Running Kubernetes 1.13 on Amazon EKS with Kubelss `v1.0.4`. **What happened**: ```...