-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.yaml
More file actions
26 lines (26 loc) · 793 Bytes
/
module.yaml
File metadata and controls
26 lines (26 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: echoserver
stage: Experimental
weight: 960
# constraints to check module requirements
requirements:
deckhouse: ">= 1.69"
subsystems:
- chore
namespace: echoserver
descriptions:
en: A simple echoserver for demo purposes.
tags: ["demo"]
disable:
# if you want to warn users about potential disruptions when disabling the module
# set confirmation to true and fix message below
confirmation: false
message: "Disabling of this module can cause disruptions in the cluster functionality."
accessibility:
editions:
# this module has default behavior
_default:
# it is not available (deckhouse will ignore it)
available: false
# it is not enabled in any bundle (auto startup like deckhouse embedded modules)
enabledInBundles:
- Minimal