Skip to content

Commit

Permalink
do not merge - trigger all
Browse files Browse the repository at this point in the history
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Nov 24, 2023
1 parent 50f231b commit 1f2f9cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion peerpod-ctrl/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# peerpod-ctrl
The PeerPod CR is used to track the cloud provider resources for a (peer)Pod; it requires the cloud InstanceID and the CloudProvider. PeerPod objects are owned by the matching Pod object.
The PeerPod Controller is used to track the cloud provider resources for a (peer)Pod; it requires the cloud InstanceID and the CloudProvider. PeerPod objects are owned by the matching Pod object.
The PeerPod controller is watching PeerPod events and deleting dangling resources that were not deleted by the cloud-api-adaptor at Pod deletion time.

## Description
Expand Down
2 changes: 1 addition & 1 deletion peerpodconfig-ctrl/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# peerpodconfig-ctrl
peerpodconfig-ctrl is a kubernetes controller which is responsible for
peerpodconfig-ctrl is a Kubernetes controller which is responsible for
watching the PeerPodConfig CRD object and manages the creation and deletion
lifecycle of all required components to run peer pods.

Expand Down
2 changes: 1 addition & 1 deletion volumes/csi-wrapper/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# csi-wrapper
CSI Wrapper for Peer Pod Storage
A CSI Wrapper for Peer Pod Storage

## High Level Design

Expand Down
2 changes: 1 addition & 1 deletion webhook/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Introduction
This mutating webhook modifies a POD spec using specific runtimeclass to remove all `resources` entries and replace it with peer-pod extended resource.
This mutating webhook modifies a pod spec using specific runtimeclass to remove all `resources` entries and replace it with peer-pod extended resource.

## Need for mutating webhook
A peer-pod uses resources at two places:
Expand Down

0 comments on commit 1f2f9cb

Please sign in to comment.