Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion sidebarsUserDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ const sidebars = {
type: 'doc',
id: 'usage-hints/index'
},
items: ['usage-hints/find-image/index']
items: [
'usage-hints/find-image/index',
'usage-hints/diskless-flavor/index'
]
}
]
}
Expand Down
23 changes: 23 additions & 0 deletions user-docs/usage-hints/diskless-flavor/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: post
title: 'Preferring diskless flavors in SCS'
author:
- 'Kurt Garloff'
---

## Purpose

Sovereign Cloud Stack (SCS) downgraded the formerly mandatory flavors with
root disks to recommended ones when the flavor naming standard version 3
became effective in the fall 2023. For many users using flavors that comprise
a root disk is still the standard and at least when using CLI tooling,
it's also simpler.

This article documents how the diskless flavors can be used with common
IaC tooling.

## Link to blog article

We covered this in a blog article before, for which we
[link here](https://scs.community/2023/08/21/diskless-flavors/) to our
old web site for now.