|
@@ -36,7 +36,7 @@ When `openshift_logging_install_logging` is set to `False` the `openshift_loggin
|
|
- `openshift_logging_mux_image_version`: Setting the image version for Mux image. Defaults to `openshift_logging_image_version`.
|
|
- `openshift_logging_mux_image_version`: Setting the image version for Mux image. Defaults to `openshift_logging_image_version`.
|
|
- `openshift_logging_use_ops`: If 'True', set up a second ES and Kibana cluster for infrastructure logs. Defaults to 'False'.
|
|
- `openshift_logging_use_ops`: If 'True', set up a second ES and Kibana cluster for infrastructure logs. Defaults to 'False'.
|
|
- `openshift_logging_master_url`: The URL for the Kubernetes master, this does not need to be public facing but should be accessible from within the cluster. Defaults to 'https://kubernetes.default.svc.{{openshift.common.dns_domain}}'.
|
|
- `openshift_logging_master_url`: The URL for the Kubernetes master, this does not need to be public facing but should be accessible from within the cluster. Defaults to 'https://kubernetes.default.svc.{{openshift.common.dns_domain}}'.
|
|
-- `openshift_logging_master_public_url`: The public facing URL for the Kubernetes master, this is used for Authentication redirection. Defaults to 'https://{{openshift.common.public_hostname}}:{{openshift.master.api_port}}'.
|
|
|
|
|
|
+- `openshift_logging_master_public_url`: The public facing URL for the Kubernetes master, this is used for Authentication redirection. Defaults to 'https://{{openshift.common.public_hostname}}:{{openshift_master_api_port}}'.
|
|
- `openshift_logging_namespace`: The namespace that Aggregated Logging will be installed in. Defaults to 'logging'.
|
|
- `openshift_logging_namespace`: The namespace that Aggregated Logging will be installed in. Defaults to 'logging'.
|
|
- `openshift_logging_curator_default_days`: The default minimum age (in days) Curator uses for deleting log records. Defaults to '30'.
|
|
- `openshift_logging_curator_default_days`: The default minimum age (in days) Curator uses for deleting log records. Defaults to '30'.
|
|
- `openshift_logging_curator_run_hour`: The hour of the day that Curator will run at. Defaults to '0'.
|
|
- `openshift_logging_curator_run_hour`: The hour of the day that Curator will run at. Defaults to '0'.
|
|
@@ -274,7 +274,7 @@ $ docker inspect ff2e249fc45a
|
|
"Labels": {
|
|
"Labels": {
|
|
. . .
|
|
. . .
|
|
"build-date": "2017-10-12T14:38:22.414827",
|
|
"build-date": "2017-10-12T14:38:22.414827",
|
|
- . . .
|
|
|
|
|
|
+ . . .
|
|
"release": "0.143.3.0",
|
|
"release": "0.143.3.0",
|
|
. . .
|
|
. . .
|
|
"url": "https://access.redhat.com/containers/#/registry.access.redhat.com/openshift3/logging-fluentd/images/v3.7.0-0.143.3.0",
|
|
"url": "https://access.redhat.com/containers/#/registry.access.redhat.com/openshift3/logging-fluentd/images/v3.7.0-0.143.3.0",
|
|
@@ -293,13 +293,13 @@ $ docker pull <registry>/openshift3/logging-fluentd:v3.7
|
|
If there was an update, you need to run the `docker pull` on each node.
|
|
If there was an update, you need to run the `docker pull` on each node.
|
|
|
|
|
|
It is recommended that you now rerun the `openshift_logging` playbook to ensure that any necessary config changes are also picked up.
|
|
It is recommended that you now rerun the `openshift_logging` playbook to ensure that any necessary config changes are also picked up.
|
|
-
|
|
|
|
|
|
+
|
|
To manually redeploy your pod you can do the following:
|
|
To manually redeploy your pod you can do the following:
|
|
- for a DC you can do:
|
|
- for a DC you can do:
|
|
```
|
|
```
|
|
oc rollout latest <dc_name>
|
|
oc rollout latest <dc_name>
|
|
```
|
|
```
|
|
-
|
|
|
|
|
|
+
|
|
- for a RC you can scale down and scale back up
|
|
- for a RC you can scale down and scale back up
|
|
```
|
|
```
|
|
oc scale --replicas=0 <rc_name>
|
|
oc scale --replicas=0 <rc_name>
|
|
@@ -320,4 +320,4 @@ Tue Oct 26, 2017
|
|
- Make CPU request equal limit if limit is greater then request
|
|
- Make CPU request equal limit if limit is greater then request
|
|
|
|
|
|
Tue Oct 10, 2017
|
|
Tue Oct 10, 2017
|
|
-- Default imagePullPolicy changed from Always to IfNotPresent
|
|
|
|
|
|
+- Default imagePullPolicy changed from Always to IfNotPresent
|