-
Notifications
You must be signed in to change notification settings - Fork 107
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
[FEATURE REQUEST] Allow to check on VMs which epicli version was used to deploy/upgrade components #1306
Comments
@rafzei do you mean that:
? |
@mkyc I mean 'target' VMs not a epicli one. I've edit the issue description - I hope it has more sense right now. |
Today I was asked about such functionality so it's really needed. |
Optional, but with that feature we can skip following step in - name: Load legacy version images to registry when upgrading
include_tasks: load-image.yml
vars:
docker_image: "{{ item }}"
loop: "{{ specification.images_to_load.legacy }}"
when: is_upgrade_run |
Such information is presented in MOTD now (see #2628) |
Yup, I think adding some ~/.version or ~/.epicli file containing that information would be a good solution here. .epicli:
|
Or |
* Add version info file creation for each VM used.
* Add version info file creation for each VM used.
* Add version info file creation for each VM used.
* Add version info file creation for each VM used.
✔️ When executing
Now #2715 should be done as related task. |
* Add epicli versioning (#1306) Co-authored-by: to-bar <[email protected]>
Is your feature request related to a problem? Please describe.
Right now we can recognize the version of epicli by specific k8s version on masters/nodes.
Describe the solution you'd like
We want to dump the version number of executed epicli on cluster components (VMs) to easily recognize which version is deployed. We can also think about feature to add a history of upgrades if they were any.
Describe alternatives you've considered
None.
Additional context
None.
DoD checklist
The text was updated successfully, but these errors were encountered: