Skip to content

Commit

Permalink
Merge pull request #8 from FabianKramm/main
Browse files Browse the repository at this point in the history
refactor: improve readmes
  • Loading branch information
FabianKramm authored Jan 24, 2022
2 parents 2f511ed + bd38fdc commit 353f880
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/bootstrap-with-deployment/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Bootstrap With Deployment Plugin

This example plugin applies a deployment manifest file in the vcluster. This is done on the plugin container start only. The manifest file is copied plugin source code into the container image at build time.

For more information how to develop plugins in vcluster, please refer to the [official vcluster docs](https://www.vcluster.com/docs/what-are-virtual-clusters).
Expand Down
2 changes: 2 additions & 0 deletions examples/crd-sync/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Custom Resource Definition Sync Plugin

This example plugin syncs a new resource `cars` from the virtual cluster to the host cluster. It expects that this CRD was already installed in the host cluster.

For more information how to develop plugins in vcluster, please refer to the [official vcluster docs](https://www.vcluster.com/docs/what-are-virtual-clusters).
Expand Down
2 changes: 2 additions & 0 deletions examples/pull-secret-sync/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Image Pull Secret Sync Plugin

This example plugin syncs pull secrets from the host cluster into vcluster. The pull secrets are synced from the namespace where vcluster is installed into the default namespace in vcluster.

For more information how to develop plugins in vcluster, please refer to the [official vcluster docs](https://www.vcluster.com/docs/what-are-virtual-clusters).
Expand Down

0 comments on commit 353f880

Please sign in to comment.