k8s-scripts
k8s-scripts copied to clipboard
Opinionated scripts for managing application deployment lifecycle in Kubernetes
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....
https://github.com/kubernetes/kubernetes/pull/19946
Rollback or leave system in current state for engineer to triage. Alternative - rollback, but before doing so get logs, describe, etc from failing pods.