Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k8s resources names must include the docker image version #7

Open
stavalfi opened this issue Jun 11, 2020 · 0 comments
Open

k8s resources names must include the docker image version #7

stavalfi opened this issue Jun 11, 2020 · 0 comments

Comments

@stavalfi
Copy link
Owner

incase there is a namespace resource "redis" and it's version is 1.0.0 (becuase the user didnt specify version in the image-name, so the latest was chosen and 1.0.0 is the latest).

after couple of days, redis has new version 2.0.0, the user will still use the same deployment with the same image-version (1.0.0). this is because we check if there is a delployment and service with the same name already. and the deployment name is based on the image name as the user specify it (sometimes without the version so it's a problem).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant