Skip to content

Commit b3faeb7

Browse files
committed
Update getting-started.md
1 parent a789e56 commit b3faeb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/getting-started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Deploy the `resource-glue-operator`:
1818
kubectl apply -f https://github.com/csviri/resource-glue-operator/releases/latest/download/kubernetes.yml
1919
```
2020

21+
Note that this deployment give the controller access to all the resource on the cluster, this not what you might want in production.
22+
2123
## Try out the WebPage Sample
2224

2325
First apply the CustomResourceDefinition for `WebPage` :
@@ -37,3 +39,6 @@ Create a new static WebPage:
3739
```bash
3840
kubectl apply -f https://raw.githubusercontent.com/csviri/resource-glue-operator/main/src/test/resources/sample/webpage/webpage.sample.yaml
3941
```
42+
43+
All done! Check the resources created, if using minikube you can open the served WebPage with `minikube service webpage1`.
44+

0 commit comments

Comments
 (0)