We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcac18e commit 88a695cCopy full SHA for 88a695c
1 file changed
doc/content/design/secureboot-certificate-expiry.md
@@ -44,6 +44,7 @@ stateDiagram
44
update_available --> update_on_boot : Admin marks VM for update
45
update_on_boot --> ok : VM boots, update succeeds
46
update_on_boot --> update_on_boot : VM boots, update fails(retain state)
47
+ok --> update_available : recompute state(e.g. legacy VM import)
48
49
~~~
50
0 commit comments