Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Docs fix: ID is in .metadata.uid, not .metadata.name #219

Merged
merged 1 commit into from
Jul 18, 2019

Commits on Jul 18, 2019

  1. vm id is in .metadata.uid, not .metadata.name

    ```root@pve:~# ignite inspect vm ${VM_NAME} | jq -r .metadata.uid
    062ef93e37ee96ae
    root@pve:~# ignite inspect vm ${VM_NAME} | jq -r .metadata.name
    my-vm
    ```
    
    here we want to get the uid of the vm, so we should use `.metadata.uid`
    silenceshell committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    f460f8f View commit details
    Browse the repository at this point in the history