File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ accounts istio will use:
144
144
oc adm policy add-scc-to-user anyuid -z build-controller -n knative-build
145
145
oc adm policy add-scc-to-user anyuid -z controller -n knative-serving
146
146
oc adm policy add-scc-to-user anyuid -z autoscaler -n knative-serving
147
- oc adm policy add-scc-to-user anyuid -z kube-state-metrics -n knative- monitoring
148
- oc adm policy add-scc-to-user anyuid -z node-exporter -n knative- monitoring
149
- oc adm policy add-scc-to-user anyuid -z prometheus-system -n knative- monitoring
147
+ oc adm policy add-scc-to-user anyuid -z kube-state-metrics -n monitoring
148
+ oc adm policy add-scc-to-user anyuid -z node-exporter -n monitoring
149
+ oc adm policy add-scc-to-user anyuid -z prometheus-system -n monitoring
150
150
oc adm policy add-cluster-role-to-user cluster-admin -z build-controller -n knative-build
151
151
oc adm policy add-cluster-role-to-user cluster-admin -z controller -n knative-serving
152
152
```
Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ header_text "Setting up security policy for knative"
78
78
oc adm policy add-scc-to-user anyuid -z build-controller -n knative-build
79
79
oc adm policy add-scc-to-user anyuid -z controller -n knative-serving
80
80
oc adm policy add-scc-to-user anyuid -z autoscaler -n knative-serving
81
- oc adm policy add-scc-to-user anyuid -z kube-state-metrics -n knative- monitoring
82
- oc adm policy add-scc-to-user anyuid -z node-exporter -n knative- monitoring
83
- oc adm policy add-scc-to-user anyuid -z prometheus-system -n knative- monitoring
81
+ oc adm policy add-scc-to-user anyuid -z kube-state-metrics -n monitoring
82
+ oc adm policy add-scc-to-user anyuid -z node-exporter -n monitoring
83
+ oc adm policy add-scc-to-user anyuid -z prometheus-system -n monitoring
84
84
oc adm policy add-cluster-role-to-user cluster-admin -z build-controller -n knative-build
85
85
oc adm policy add-cluster-role-to-user cluster-admin -z controller -n knative-serving
86
86
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ start a local proxy with the following command:
16
16
the Kibana UI is exposed only within the cluster.
17
17
18
18
* Navigate to the
19
- [ Kibana UI] ( http://localhost:8001/api/v1/namespaces/knative- monitoring/services/kibana-logging/proxy/app/kibana ) .
19
+ [ Kibana UI] ( http://localhost:8001/api/v1/namespaces/monitoring/services/kibana-logging/proxy/app/kibana ) .
20
20
* It might take a couple of minutes for the proxy to work* .
21
21
22
22
The Discover tab of the Kibana UI looks like this:
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ To configure and setup monitoring:
51
51
reported ` Running ` or ` Completed ` :
52
52
53
53
``` shell
54
- kubectl get pods --namespace knative- monitoring --watch
54
+ kubectl get pods --namespace monitoring --watch
55
55
```
56
56
57
57
```
@@ -90,7 +90,7 @@ for request traces.
90
90
reasons, the Kibana UI is exposed only within the cluster.
91
91
92
92
- Navigate to the
93
- [Kibana UI](http://localhost:8001/api/v1/namespaces/knative- monitoring/services/kibana-logging/proxy/app/kibana).
93
+ [Kibana UI](http://localhost:8001/api/v1/namespaces/monitoring/services/kibana-logging/proxy/app/kibana).
94
94
_It might take a couple of minutes for the proxy to work_.
95
95
96
96
- Within the " Configure an index pattern" page, enter ` logstash-* ` to
@@ -135,7 +135,7 @@ To configure and setup monitoring:
135
135
reported ` Running` or ` Completed` :
136
136
137
137
` ` ` shell
138
- kubectl get pods --namespace knative- monitoring --watch
138
+ kubectl get pods --namespace monitoring --watch
139
139
` ` `
140
140
141
141
` ` `
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ using the default installation.
13
13
installed.
14
14
2 . Check if Knative monitoring components are installed:
15
15
```
16
- kubectl get pods --namespace knative- monitoring
16
+ kubectl get pods --namespace monitoring
17
17
```
18
18
* If pods aren't found, install [ Knative monitoring component] ( ../../installing-logging-metrics-traces.md ) .
19
19
3 . Install [ Docker] ( https://docs.docker.com/get-started/#prepare-your-docker-environment ) .
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ is in process to get rid of the sidecar. The steps to configure are:
43
43
1 . Replace ` logging.fluentd-sidecar-output-config ` flag in
44
44
[ config-observability] ( https://github.com/knative/serving/blob/master/config/config-observability.yaml ) with the
45
45
desired output configuration. ** NOTE** : The Fluentd DaemonSet is in
46
- ` knative- monitoring` namespace while the Fluentd sidecar is in the namespace same with
46
+ ` monitoring ` namespace while the Fluentd sidecar is in the namespace same with
47
47
the app. There may be small differences between the configuration for DaemonSet
48
48
and sidecar even though the desired backends are the same.
49
49
1 . Replace ` logging.fluentd-sidecar-image ` flag in
You can’t perform that action at this time.
0 commit comments