Skip to content

Commit c60810a

Browse files
committed
review comments, pull in change from PR#39
1 parent 4943df5 commit c60810a

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
## 2023-07-24
44
### Added
5-
- Multi Process Worker Support
5+
- Support Fluentd's [Multi Process Workers](https://docs.fluentd.org/deployment/multi-process-workers).
66
- Custom Container Image for Fluentd using OL8-Slim as base Image.
77
- PV, PVC Objects Collection
88
### Changed
9-
- Updates to Custom Container Image for Fluentd using OL8 as base Image.
9+
- Instructions and dependency versions updates to custom container image for Fluentd using OL8 as base image.
10+
- ClusterRole updates to add read permission for `storage.k8s.io` api group to support PV, PVC Objects collection.
1011
### Deprecating
1112
- Custom Container Image for Fluentd using Debian and OL8 as base Image.
1213

logan/docker-images/v1.0/oraclelinux/8-slim/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
14
### Build the docker image using multi-stage build
25

36
## To build/install all the dependencies
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
14
#!/usr/bin/env sh
25

36
bundle exec fluentd -c ${FLUENTD_CONF} -p /fluentd/plugins --gemfile /fluentd/Gemfile ${FLUENTD_OPT}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
14
#!/usr/bin/env sh
25

36
bundle exec fluentd -c ${FLUENTD_CONF} -p /fluentd/plugins --gemfile /fluentd/Gemfile ${FLUENTD_OPT}

terraform/modules/dashboards/dashboards_json/pod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@
15861586
}
15871587
}
15881588
},
1589-
"queryString": "'Log Source' = 'Kubernetes Pod Object Logs' and 'Pod Phase' = pending and 'Kubernetes Cluster Name' = 'mushop app (magi)' | stats latest('Pod Phase') as Status by Pod",
1589+
"queryString": "'Log Source' = 'Kubernetes Pod Object Logs' and 'Pod Phase' = pending | stats latest('Pod Phase') as Status by Pod",
15901590
"scopeFilters": {
15911591
"filters": [
15921592
{

0 commit comments

Comments
 (0)