File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ page. Otherwise you can change the service to a LoadBalancer (e.g on a public cl
46
46
You can also try to change the HTML code in `k8s/webpage.yaml` and do another `kubectl apply -f k8s/webpage.yaml`.
47
47
This should update the actual NGINX deployment with the new configuration.
48
48
49
+ Note that there are multiple reconciler implementations that watch `WebPage` resources differentiated by a label.
50
+ When you create a new `WebPage` resource, make sure its label matches the active reconciler's label selector.
51
+
49
52
If you want the Operator to be running as a deployment in your cluster, follow the below steps.
50
53
51
54
# ## Build
Original file line number Diff line number Diff line change 1
1
apiVersion : " sample.javaoperatorsdk/v1"
2
2
kind : WebPage
3
3
metadata :
4
- labels :
5
- low-level : " true"
4
+ # Use labels to match the resource with different reconciler implementations:
5
+ # labels:
6
+ # low-level: "true"
6
7
name : hellows
7
8
spec :
8
9
exposed : false
You can’t perform that action at this time.
0 commit comments