k8s-scripts icon indicating copy to clipboard operation
k8s-scripts copied to clipboard

Opinionated scripts for managing application deployment lifecycle in Kubernetes

Results 9 k8s-scripts issues
Sort by recently updated
recently updated
newest added

Right now, docker-push attempts to push all-the-things, even if the env vars aren't set. e.g. CI_SHA1

Error from server: deployments.extensions "apname-staging" not found Error from server: deployments.extensions "appname-staging" not found

https://docs.docker.com/engine/reference/commandline/build/#/set-build-time-variables---build-arg

I have a couple of concerns about how to specify versions using k8s-deploy. I'd be happy to make changes, just want to lay out my case and get feedback first....

Rollback or leave system in current state for engineer to triage. Alternative - rollback, but before doing so get logs, describe, etc from failing pods.