File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 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
4646You can also try to change the HTML code in `k8s/webpage.yaml` and do another `kubectl apply -f k8s/webpage.yaml`.
4747This should update the actual NGINX deployment with the new configuration.
4848
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+
4952If you want the Operator to be running as a deployment in your cluster, follow the below steps.
5053
5154# ## Build
Original file line number Diff line number Diff line change 11apiVersion : " sample.javaoperatorsdk/v1"
22kind : WebPage
33metadata :
4- labels :
5- low-level : " true"
4+ # Use labels to match the resource with different reconciler implementations:
5+ # labels:
6+ # low-level: "true"
67 name : hellows
78spec :
89 exposed : false
You can’t perform that action at this time.
0 commit comments