Skip to content

Commit a4ef86f

Browse files
committed
Add FAQs in README
1 parent 506754a commit a4ef86f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,12 @@ spec:
128128
- component:default/sock-shop-carts-db
129129

130130
```
131+
132+
133+
## FAQs
134+
135+
### I already have my Backstage components tied to Kubernetes (or other) annotations. Can I use those?
136+
137+
In most cases, **no**. It cannot be guaranteed that values for other plugins, such as the Kubernetes one, will match those in Sysdig. For example, when you install the Sysdig Agent, you can set data to whatever you want (such as the cluster name), so it may differ from what other plugins have.
138+
139+
If you can guarantee that values for certain annotations will always match across plugins, you can edit the [source file](./src/lib/annotations.ts) and set those to the desired annotations.

0 commit comments

Comments
 (0)