File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Deploy the `resource-glue-operator`:
18
18
kubectl apply -f https://github.com/csviri/resource-glue-operator/releases/latest/download/kubernetes.yml
19
19
```
20
20
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
+
21
23
## Try out the WebPage Sample
22
24
23
25
First apply the CustomResourceDefinition for ` WebPage ` :
@@ -37,3 +39,6 @@ Create a new static WebPage:
37
39
``` bash
38
40
kubectl apply -f https://raw.githubusercontent.com/csviri/resource-glue-operator/main/src/test/resources/sample/webpage/webpage.sample.yaml
39
41
```
42
+
43
+ All done! Check the resources created, if using minikube you can open the served WebPage with ` minikube service webpage1 ` .
44
+
You can’t perform that action at this time.
0 commit comments