Skip to content

Commit 6870f37

Browse files
authored
Merge branch 'main' into alert-autofix-4
2 parents 6de596e + ae27e97 commit 6870f37

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
workflow_dispatch:
44
pull_request:
55

6+
permissions:
7+
contents: read
68
jobs:
79
build:
810
runs-on: ubuntu-latest

.github/workflows/build_and_staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
build_and_staging:
11+
permissions:
12+
contents: write
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: Checkout Repository

sidebarsUserDocs.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.

0 commit comments

Comments
 (0)