Skip to content

Commit c8f5cf6

Browse files
committed
[Bucket API] updates to PRR questions
1 parent 7c480f4 commit c8f5cf6

File tree

1 file changed

+9
-3
lines changed
  • keps/sig-storage/1979-object-storage-support

1 file changed

+9
-3
lines changed

keps/sig-storage/1979-object-storage-support/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,8 @@ are missing a bunch of machinery and tooling and can't do that now.
10711071
Even if applying deprecation policies, they may still surprise some users.
10721072
-->
10731073

1074+
No
1075+
10741076
### Monitoring Requirements
10751077

10761078
<!--
@@ -1085,6 +1087,8 @@ checking if there are objects with field X set) may be a last resort. Avoid
10851087
logs or events for this purpose.
10861088
-->
10871089

1090+
The operator can query Bucket* objects to find if their workloads are associated with them.
1091+
10881092
###### How can someone using this feature know that it is working for their instance?
10891093

10901094
<!--
@@ -1097,9 +1101,9 @@ Recall that end users cannot usually observe component logs or access metrics.
10971101
-->
10981102

10991103
- [ ] Events
1100-
- Event Reason:
1104+
- Event Reason: `Bucket provisioning 'bucket-name' failed`
11011105
- [ ] API .status
1102-
- Condition name:
1106+
- Condition `PodReady=False "Error: secrets 'bucket-secret' not found"`)
11031107
- Other field:
11041108
- [ ] Other (treat as last resort)
11051109
- Details:
@@ -1193,7 +1197,9 @@ Focusing mostly on:
11931197
heartbeats, leader election, etc.)
11941198
-->
11951199
1196-
Existing components will not make any new API calls.
1200+
Existing components will not make any new API calls.
1201+
1202+
The API load of COSI components will be a factor of the number of buckets being managed and the number of bucket-accessors for these buckets. Essentially O(num-buckets * num-bucket-access). There is no per-node or per-namespace load by COSI.
11971203
11981204
###### Will enabling / using this feature result in introducing new API types?
11991205

0 commit comments

Comments
 (0)