File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
user-docs/usage-hints/diskless-flavor Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,10 @@ const sidebars = {
3636 type : 'doc' ,
3737 id : 'usage-hints/index'
3838 } ,
39- items : [ 'usage-hints/find-image/index' ]
39+ items : [
40+ 'usage-hints/find-image/index' ,
41+ 'usage-hints/diskless-flavor/index'
42+ ]
4043 }
4144 ]
4245}
Original file line number Diff line number Diff line change 1+ ---
2+ layout : post
3+ title : ' Preferring diskless flavors in SCS'
4+ author :
5+ - ' Kurt Garloff'
6+ ---
7+
8+ ## Purpose
9+
10+ Sovereign Cloud Stack (SCS) downgraded the formerly mandatory flavors with
11+ root disks to recommended ones when the flavor naming standard version 3
12+ became effective in the fall 2023. For many users using flavors that comprise
13+ a root disk is still the standard and at least when using CLI tooling,
14+ it's also simpler.
15+
16+ This article documents how the diskless flavors can be used with common
17+ IaC tooling.
18+
19+ ## Link to blog article
20+
21+ We covered this in a blog article before, for which we
22+ [ link here] ( https://scs.community/2023/08/21/diskless-flavors/ ) to our
23+ old web site for now.
You can’t perform that action at this time.
0 commit comments