Skip to content

Commit

Permalink
Merge pull request #240 from pdettori/issue#237
Browse files Browse the repository at this point in the history
📖 add clarification on PCH behavior
  • Loading branch information
pdettori authored May 1, 2024
2 parents 9c6c338 + a2c6975 commit 4542b38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,10 @@ With kflex CLI (you can use --postcreate-hook or -p):
kflex create cp1 --postcreate-hook <my-hook-name> # e.g. kflex create cp1 -p hello
```
While `kflex create` waits for the control plane to be available, it does not guarantee
the hook's completion. Use `kubectl` commands to verify the status of resources created
by the hook.
If you are using directly a ControlPlane CRD with kubectl, you can create a control plane
with the post-create hook as in the following example:
Expand Down

0 comments on commit 4542b38

Please sign in to comment.