Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
add more kubectl cmds in README
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Oct 15, 2024
1 parent 347116c commit 7ea586a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,17 @@ spec:
```
```
kubectl create -f flow.yaml
kubectl delete -f flow.yaml
# Create a flow
kubectl create -f ./ci/flow-test.yaml

# Delete a flow
kubectl delete -f ./ci/flow-test.yaml

# Get all flows in namespace
kubectl get flows -n baseline

# Describe a flow by its name
kubectl describe flows flow-test -n baseline
```

Deploy the operator inside the cluster
Expand Down

0 comments on commit 7ea586a

Please sign in to comment.