Rich Stokes

Results 59 comments of Rich Stokes

Well then shouldn't `--aws-profile` override whatever profile name the user that created the file used.? Otherwise all users in a company would need to make sure they use the exact...

The `AWS_PROFILE` env var behaves the same - it will only decrypt the file if the same profile name was used that encrypted the file. The docs say that "Similarly...

Thank you, no worries -- for now I will make sure our own internal processes are well documented to always use a specific profile name to avoid any confusion!

Sure, dockerfile is: ``` FROM python:3.7-alpine RUN apk update RUN apk upgrade RUN apk add dumb-init git bash RUN pip install boto3 pymysql bottle ADD code.py / ENTRYPOINT ["/usr/bin/dumb-init", "--"]...

What do you mean by " inbound ICMP on your loadbalancers to your instances" ? Do you mean allow ICMP on the instance SG from the LBs? Or allow ICMP...

This works if you change the provided line to: `helm install stable/kubewatch --set='rbac.create=true,slack.channel=#devops-k8s,slack.token=xoxb-31XXXXXXXXXXXXXXXXXXX,resourcesToWatch.pod=true,resourcesToWatch.daemonset=true'`

Also running into this. The kubewatch.yaml in the repo is pointing to an old/incorrect image: ``` Failed to pull image "gcr.io/skippbox/kubectl:v1.3.0": rpc error: code = Unknown desc = Error response...

+1 it would be awesome if we could plan in parallel multiple projects, assuming they are all on different backends.

FYI this fixed it, https://github.com/sequelize/cli/issues/1056 May be worth updating the docs since they don't work 🤷🏼‍♂️

I think this is the same issue as this https://github.com/actions/runner/issues/1056 Same problem on MacOS Ventura, FWIW