You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/kcp-operator/values.yaml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -100,11 +100,14 @@ volumeMounts: []
100
100
# mountPath: "/etc/foo"
101
101
# readOnly: true
102
102
103
-
# This configures the node selector for scheduling kcp-operator to specifc nodes. For more information see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector.
103
+
# This configures the node selector for scheduling kcp-operator to specific nodes.
104
+
# For more information see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector.
104
105
nodeSelector: {}
105
106
106
-
# This configures tolerations to allow kcp-operator to be scheduled to Nodes with taints. For more information see https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/.
107
+
# This configures tolerations to allow kcp-operator to be scheduled to Nodes with taints.
108
+
# For more information see https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/.
107
109
tolerations: []
108
110
109
-
# This configures advanced scheduling affinity settings to fine-tune where kcp-operator runs. For more information see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity.
111
+
# This configures advanced scheduling affinity settings to fine-tune where kcp-operator runs.
112
+
# For more information see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity.
To allow access to kcp from outside the cluster it is running in (which you usally want to set up), you will need to choose from the options below.
66
+
To allow access to kcp from outside the cluster it is running in (which you usually want to set up), you will need to choose from the options below.
61
67
62
68
#### 1. LoadBalancer Service (recommended)
63
69
@@ -72,7 +78,7 @@ To do so, use the following snippet in your `values.yaml`:
72
78
kcpFrontProxy:
73
79
service:
74
80
type: LoadBalancer
75
-
```
81
+
```
76
82
77
83
This will create a `Service` called `kcp-front-proxy` with an external IP (or hostname).
78
84
@@ -126,7 +132,7 @@ etcd:
126
132
enabled: true
127
133
```
128
134
129
-
To collect metrics from these targets, a `Prometheus` instance targetting those `ServiceMonitors` is needed. A possible selector in the `Prometheus` spec is:
135
+
To collect metrics from these targets, a `Prometheus` instance targeting those `ServiceMonitors` is needed. A possible selector in the `Prometheus` spec is:
0 commit comments