Skip to content

Commit 68d4638

Browse files
abhijith-darshanIvoGoman
authored andcommitted
chore: update ADR with tooling
1 parent 1aea4fe commit 68d4638

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

architecture-decision-records/007-greenhouse-cluster-onboarding

Whitespace-only changes.
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# 007 Cluster Onboarding
2+
3+
- Status: [draft | proposed | rejected | accepted | deprecated | … | superseded by [xxx](yyyymmdd-xxx.md)] <!-- optional -->
4+
- Deciders: [list everyone involved in the decision] <!-- optional -->
5+
- Date: [YYYY-MM-DD when the decision was last updated] <!-- optional. To customize the ordering without relying on Git creation dates and filenames -->
6+
- Tags: [greenhouse / cloudoperators] <!-- optional -->
7+
- Technical Story: [description | ticket/issue URL] <!-- optional -->
8+
9+
## Context and Problem Statement
10+
11+
[Describe the context and problem statement, e.g., in free form using two to three sentences. You may want to articulate the problem in form of a question.]
12+
13+
## Decision Drivers <!-- optional -->
14+
15+
- [driver 1, e.g., a force, facing concern, …]
16+
- [driver 2, e.g., a force, facing concern, …]
17+
-<!-- numbers of drivers can vary -->
18+
19+
## Considered Options
20+
21+
- [option 1]
22+
- [option 2]
23+
- [option 3]
24+
-<!-- numbers of options can vary -->
25+
26+
## Decision Outcome
27+
28+
Chosen option: "[option 1]",
29+
because [justification. e.g., only option, which meets k.o. criterion decision driver | which resolves force force | … | comes out best (see below)].
30+
31+
### Positive Consequences <!-- optional -->
32+
33+
- [e.g., improvement of quality attribute satisfaction, follow-up decisions required, …]
34+
-
35+
36+
### Negative Consequences <!-- optional -->
37+
38+
- [e.g., compromising quality attribute, follow-up decisions required, …]
39+
-
40+
41+
## Pros and Cons of the Options | Evaluation of options <!-- optional -->
42+
43+
### [option 1]
44+
45+
[example | description | pointer to more information | …] <!-- optional -->
46+
47+
| Decision Driver | Rating | Reason |
48+
|---------------------|--------|-------------------------------|
49+
| [decision driver a] | +++ | Good, because [argument a] | |
50+
| [decision driver b] | --- | Good, because [argument b] |
51+
| [decision driver c] | -- | Bad, because [argument c] |
52+
| [decision driver d] | o | Neutral, because [argument d] |
53+
54+
### [option 2]
55+
56+
[example | description | pointer to more information | …] <!-- optional -->
57+
58+
| Decision Driver | Rating | Reason |
59+
|---------------------|--------|-------------------------------|
60+
| [decision driver a] | +++ | Good, because [argument a] | |
61+
| [decision driver b] | --- | Good, because [argument b] |
62+
| [decision driver c] | -- | Bad, because [argument c] |
63+
| [decision driver d] | o | Neutral, because [argument d] |
64+
65+
### [option 3]
66+
67+
[example | description | pointer to more information | …] <!-- optional -->
68+
69+
| Decision Driver | Rating | Reason |
70+
|---------------------|--------|-------------------------------|
71+
| [decision driver a] | +++ | Good, because [argument a] | |
72+
| [decision driver b] | --- | Good, because [argument b] |
73+
| [decision driver c] | -- | Bad, because [argument c] |
74+
| [decision driver d] | o | Neutral, because [argument d] |
75+
76+
## Related Decision Records <!-- optional -->
77+
78+
[previous decision record, e.g., an ADR, which is solved by this one | next decision record, e.g., an ADR, which solves this one | … | pointer to more information]
79+
80+
## Links <!-- optional -->
81+
82+
- [Link type](link to adr) <!-- example: Refined by [xxx](yyyymmdd-xxx.md) -->
83+
-<!-- numbers of links can vary -->

0 commit comments

Comments
 (0)