Jesse Glick

Results 498 comments of Jesse Glick

Drafted a quick tool in the subshell style (save as `kubectl-shell` in `$PATH`): ```bash #!/bin/bash if [[ $# = 0 ]] then kubectl config get-contexts exit elif [[ $# !=...

There [is a snap](https://snapcraft.io/eksctl) but it is terribly outdated.

FWIW I would still like to see a snap (given https://github.com/weaveworks/eksctl/issues/1721#issuecomment-618533261). Would match how I keep other K8s-related tools like `kubectl`, `helm`, and `gcloud` up to date. (Sadly, not `aws-cli`,...

> awscli can be installed via package managers At least on Ubuntu, yes but an obsolete 1.x version, and https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html does not suggest a package. Frankly using a Docker wrapper...

@gnodet is there a reason to hold back on releasing this? Would manual sanity testing help increase confidence?

It does not install a required DLL: #607

Is this obsolete yet? E.g. https://github.com/awslabs/amazon-eks-ami/pull/704. Also https://github.com/ContainerSolutions/trow/blob/main/QUICK-INSTALL.md#install-with-tls still refers to #14.

> I would suggest JEP-225 A number is allocated by maintainers if and when the PR is merged. Pointless to guess at it now.

Try https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/plugins/docker-workflow/523.v69dde87b_2243/docker-workflow-523.v69dde87b_2243.hpi from #280?

This plugin is generally unmaintained and I do not recommend you use it. Instead directly run `docker` CLI commands from a build script. Windows-specific issues are particularly risky since we...