Skip to content

Commit 3491aee

Browse files
authored
Merge pull request kubernetes#5101 from sunnylovestiramisu/update
Update Latest Template for KEP-1495
2 parents 36a2b48 + ec2c677 commit 3491aee

File tree

1 file changed

+14
-1
lines changed
  • keps/sig-storage/1495-volume-populators

1 file changed

+14
-1
lines changed

keps/sig-storage/1495-volume-populators/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,14 @@ fields of API types, flags, etc.?**
467467
`volume_populator_operation_seconds` and number of operations and results
468468
including errors called `volume_populator_operation_count`.
469469

470+
* **How can someone using this feature know that it is working for their instance?**
471+
Look at the data source field of the PVCs. Non-empty data sources with
472+
a Kind other than snapshot and PVC indicate this feature is in use. Also the
473+
existence of any VolumePopulator.populator.storage.k8s.io CRs would indicate
474+
that a populator is installed and could be used.
475+
476+
Checking whether `AnyVolumeDataSource` FeatureGate has been set for the given component.
477+
470478
* **What are the SLIs (Service Level Indicators) an operator can use to determine
471479
the health of the service?**
472480
- [X] Metrics
@@ -500,7 +508,7 @@ the health of the service?**
500508
* **Are there any missing metrics that would be useful to have to improve observability
501509
of this feature?**
502510

503-
No
511+
No.
504512

505513
### Dependencies
506514

@@ -542,6 +550,11 @@ resource usage (CPU, RAM, disk, IO, ...) in any components?**
542550
more replicas. It will watch PVCs and VolumePopulators and emit events on
543551
PVCs.
544552

553+
* **Can enabling / using this feature result in resource exhaustion of some
554+
node resources (PIDs, sockets, inodes, etc.)?**
555+
556+
No.
557+
545558
### Troubleshooting
546559

547560
* **How does this feature react if the API server and/or etcd is unavailable?**

0 commit comments

Comments
 (0)