diff --git a/sidebarsUserDocs.js b/sidebarsUserDocs.js index 527c226395..db8ae61a89 100644 --- a/sidebarsUserDocs.js +++ b/sidebarsUserDocs.js @@ -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' + ] } ] } diff --git a/user-docs/usage-hints/diskless-flavor/index.md b/user-docs/usage-hints/diskless-flavor/index.md new file mode 100644 index 0000000000..bad72771f0 --- /dev/null +++ b/user-docs/usage-hints/diskless-flavor/index.md @@ -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.