Skip to content

Commit d056799

Browse files
committed
chore: sync project name
Signed-off-by: Zadkiel AHARONIAN <[email protected]>
1 parent 5ff18b4 commit d056799

File tree

16 files changed

+31
-31
lines changed

16 files changed

+31
-31
lines changed

ADOPTERS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Logging Operator Adopters
1+
# Logging operator Adopters
22

3-
This is a list of production adopters of Logging Operator:
3+
This is a list of production adopters of Logging operator:
44

55
| Company | Industry |
66
| :--------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
77
| [Acquia](https://www.acquia.com) | Drupal site hosting as a service |
8-
| [amazee.io](https://www.amazee.io) | Developer-first application delivery and hosting - includes the Logging Operator in the fully open source [Lagoon](https://github.com/uselagoon) platform |
8+
| [amazee.io](https://www.amazee.io) | Developer-first application delivery and hosting - includes the Logging operator in the fully open source [Lagoon](https://github.com/uselagoon) platform |
99
| [Carrefour](https://carrefour.com) | Retail |
1010
| [Cisco](https://www.cisco.com) | Digital communications technology |
1111
| [Code Factory](https://codefactory.hu) | Software Development/Consultancy |
1212
| [Dailymotion](https://dailymotion.com) | Video streaming, Adtech |
1313
| [DISH](https://www.dish.com/) | Video streaming and satellite broadcasting. |
14-
| [D2IQ](https://d2iq.com) | Kubernetes management tool. D2IQ's logging offering is based on the Logging Operator https://docs.d2iq.com/dkp/2.5/logging |
14+
| [D2IQ](https://d2iq.com) | Kubernetes management tool. D2IQ's logging offering is based on the Logging operator https://docs.d2iq.com/dkp/2.5/logging |
1515
| [Flexera](https://www.flexera.com) | Optimizing your IT assets from on-premises to the cloud |
1616
| [Fulcrum](https://www.fulcrumapp.com/) | Organizations worldwide trust Fulcrum to help them capture and share reliable data about any field activity, much faster than paper or other digital solutions. |
1717
| [hipages](https://hipages.com.au) | E-commerce |
1818
| [KubeGems](https://kubegems.io) | KubeGems observability/logging is powerd by Banzai Cloud Logging operator |
1919
| [Liquid Reply](https://liquidreply.net) | AWS Premier Consulting Partner for professional cloud computing services https://liquidreply.net/monitor-your-multi-cluster-environments |
20-
| [NAIS](https://nais.io) | The Norwegian Labour and Welfare Administration (NAV) uses the Logging Operator in the NAIS application platform |
20+
| [NAIS](https://nais.io) | The Norwegian Labour and Welfare Administration (NAV) uses the Logging operator in the NAIS application platform |
2121
| [PITS Global Data Recovery Services](https://www.pitsdatarecovery.net) | Data Recovery Services |
22-
| [Rancher](https://rancher.com) | Kubernetes management tool. RKE’s default logging solution is based on the Logging Operator https://ranchermanager.docs.rancher.com/v2.5/pages-for-subheaders/logging |
22+
| [Rancher](https://rancher.com) | Kubernetes management tool. RKE’s default logging solution is based on the Logging operator https://ranchermanager.docs.rancher.com/v2.5/pages-for-subheaders/logging |

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are multiple ways you can help with the project.
1111

1212
### Questions
1313

14-
The following channels are available for logging operator related discussions:
14+
The following channels are available for Logging operator related discussions:
1515

1616
- [Github discussions](https://github.com/orgs/kube-logging/discussions)
1717
- [#logging-operator Discord channel](https://discord.gg/eAcqmAVU2u)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Logging operator
55

6-
The Logging Operator is now a [CNCF Sandbox](https://www.cncf.io/sandbox-projects/) project.
6+
The Logging operator is now a [CNCF Sandbox](https://www.cncf.io/sandbox-projects/) project.
77

88
The Logging operator solves your logging-related problems in Kubernetes environments by automating the deployment and configuration of a Kubernetes logging pipeline.
99

@@ -67,7 +67,7 @@ Follow these [quickstart guides](https://kube-logging.github.io/docs/quickstarts
6767

6868
### Install
6969

70-
Deploy Logging Operator with our [Helm chart](https://kube-logging.github.io/docs/install/#deploy-logging-operator-with-helm).
70+
Deploy Logging operator with our [Helm chart](https://kube-logging.github.io/docs/install/#deploy-logging-operator-with-helm).
7171

7272
> Caution: The **master branch** is under heavy development. Use [releases](https://github.com/kube-logging/logging-operator/releases) instead of the master branch to get stable software.
7373

charts/logging-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ helm install --generate-name --wait oci://ghcr.io/kube-logging/helm-charts/loggi
2020

2121
## Introduction
2222

23-
This chart bootstraps a [Logging Operator](https://github.com/kube-logging/logging-operator) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
23+
This chart bootstraps a [Logging operator](https://github.com/kube-logging/logging-operator) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
2424

2525
## Prerequisites
2626

@@ -47,7 +47,7 @@ Use `createCustomResource=false` with Helm v3 to avoid trying to create CRDs fro
4747
| fullnameOverride | string | `""` | A name to substitute for the full names of resources. |
4848
| namespaceOverride | string | `""` | A namespace override for the app. |
4949
| annotations | object | `{}` | Define annotations for logging-operator pods. |
50-
| createCustomResource | bool | `false` | Deploy CRDs used by Logging Operator. |
50+
| createCustomResource | bool | `false` | Deploy CRDs used by Logging operator. |
5151
| logging-operator-crds.install | bool | `false` | Toggle to install and upgrade CRDs from a subchart. Make sure to use it with `--skip-crds` to avoid conflicts. [More info about limitations on CRDs in Helm 3](https://helm.sh/docs/topics/charts/#limitations-on-crds) |
5252
| logging-operator-crds.annotations | object | `{}` | Annotations to be added to all CRDs |
5353
| telemetry-controller.install | bool | `false` | Toggle to install and upgrade Telemetry Controller from a subchart. |

charts/logging-operator/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
This chart bootstraps a [Logging Operator](https://github.com/kube-logging/logging-operator) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
5+
This chart bootstraps a [Logging operator](https://github.com/kube-logging/logging-operator) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
66

77
## Prerequisites
88

charts/logging-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespaceOverride: ""
3434
# -- Define annotations for logging-operator pods.
3535
annotations: {}
3636

37-
# -- Deploy CRDs used by Logging Operator.
37+
# -- Deploy CRDs used by Logging operator.
3838
createCustomResource: false
3939

4040
## Custom resource configuration defined as a dependency chart

docs/configuration/plugins/outputs/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generated_file: true
1010

1111
For details, see [https://github.com/fluent/fluent-plugin-kafka](https://github.com/fluent/fluent-plugin-kafka).
1212

13-
For an example deployment, see [Transport Nginx Access Logs into Kafka with Logging Operator](../../../../quickstarts/kafka-nginx/).
13+
For an example deployment, see [Transport Nginx Access Logs into Kafka with Logging operator](../../../../quickstarts/kafka-nginx/).
1414

1515
## Example output configurations
1616

docs/configuration/plugins/outputs/loki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ generated_file: true
99

1010
Fluentd output plugin to ship logs to a Loki server. For details, see [https://grafana.com/docs/loki/latest/clients/fluentd/](https://grafana.com/docs/loki/latest/clients/fluentd/).
1111

12-
For a detailed example, see [Store Nginx Access Logs in Grafana Loki with Logging Operator](../../../../quickstarts/loki-nginx/).
12+
For a detailed example, see [Store Nginx Access Logs in Grafana Loki with Logging operator](../../../../quickstarts/loki-nginx/).
1313

1414
## Example output configurations
1515

docs/configuration/plugins/outputs/relabel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ generated_file: true
77
# Relabel
88
## Overview
99

10-
Available in Logging Operator version 4.2 and later.
10+
Available in Logging operator version 4.2 and later.
1111

1212
The relabel output uses the [relabel output plugin of Fluentd](https://docs.fluentd.org/output/relabel) to route events back to a specific Flow, where they can be processed again.
1313

docs/scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kubectl get --raw '/apis/custom.metrics.k8s.io/v1beta1/namespaces/default/pods/*
3939

4040
The replica count of the stateful set is enforced by the logging-operator only if it is explicitly set in the logging resource's replica count.
4141

42-
If it's not set explicitly in the logging resource, then the logging operator allows managing it from the outside.
42+
If it's not set explicitly in the logging resource, then the Logging operator allows managing it from the outside.
4343

4444
To allow for HPA to control the replica count of the statefulset simply avoid setting the replica count through the logging resource.
4545

0 commit comments

Comments
 (0)