Skip to content

Commit 6ce1b91

Browse files
garloffmbuechse
authored andcommitted
Rename capinode to k8snode, reintroduce network.
As discussed in today's SIG std/cert meeting: * More generic type to cover other k8s image types (beyond capi) Also express expectation to have CRI runtime and kubelet preinstalled. * network type for opnsense, vyos (and amphorae) images Signed-off-by: Kurt Garloff <[email protected]>
1 parent c5f291e commit 6ce1b91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Standards/scs-0102-v1-image-metadata.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ recommend an additional field:
8383
|--------------------|-----------------------------------------------------------|
8484
| `generic` | A general purpose image, (mostly) vanilla from upstream |
8585
| `minimal` | A much more barebones general purpose image |
86-
| `capinode` | Node image built for cluster-API |
86+
| `k8snode` | Node image built for k8s with CRI and kubelet |
8787
| `gpu` | Image with GPU drivers e.g. for HPC or AI |
88+
| `network` | Network appliance (firewall, router, loadbalancer, ...) |
8889
| `custom` | None of the above |
8990

9091
Note that no other values are currently allowed and `custom` should be used in case

0 commit comments

Comments
 (0)