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

Display image creation date #240

Open
anmazzotti opened this issue Nov 28, 2024 · 1 comment
Open

Display image creation date #240

anmazzotti opened this issue Nov 28, 2024 · 1 comment
Assignees
Labels

Comments

@anmazzotti
Copy link

Starting from elemental-operator 1.7.2, the ManagedOSVersion will have a new metadata created timestamp.
This is in Unix time format. For example:

apiVersion: elemental.cattle.io/v1beta1
kind: ManagedOSVersion
metadata:
  name: baremetal-v2.2.0-3.9-os
  namespace: fleet-default
spec:
  metadata:
    created: 1732636343
    displayName: SL Micro Baremetal 6.1 OS
    platforms:
      - linux/x86_64
      - linux/aarch64
    upgradeImage: registry.suse.com/suse/sl-micro/6.1/baremetal-os-container:2.2.0-3.9
  type: container
  version: v2.2.0-3.9

It would be nice if we can somehow display this timestamp in a human readable format when listing the ManagedOSVersions.
Would also be nice to do a conversion based on the browser's timezone. In any case I think it should be best to explicitly display the used timezone.

@aalves08
Copy link
Member

@anmazzotti when will operator 1.7.2 be published?

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

No branches or pull requests

3 participants