Skip to content

Commit a1b9f01

Browse files
committed
edits
1 parent e387669 commit a1b9f01

File tree

4 files changed

+4
-23
lines changed

4 files changed

+4
-23
lines changed

docs/_include/general-shipping/k8s.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ helm upgrade <RELEASE_NAME> logzio-helm/logzio-monitoring \
396396

397397
</TabItem>
398398

399-
<TabItem value="adding-toleration" label="Adding Toleration" default>
399+
<TabItem value="global-configurations" label="Global configurations" default>
400400

401401
## Adding Global Tolerations
402402

@@ -504,25 +504,6 @@ Specific chart settings will **override** the global setting. For example `sub-c
504504
The global settings **do not apply** to the following sub charts: `otel-operator`, `trivy-operator` (subchart of `logzio-trivy`), `prometheus-node-exporter`, `prometheus-pushgateway` and `kube-state-metrics` (subcharts of `logzio-telemetry`).
505505
:::
506506

507-
## Handling image pull rate limit
508-
509-
On frequently replaced nodes (for example, spot clusters), Docker Hub pull limits can interrupt upgrades:
510-
511-
```
512-
You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limits.
513-
```
514-
515-
In these cases, use the following `--set` commands to use alternative image repositories:
516-
517-
```shell
518-
--set logzio-k8s-telemetry.image.repository=ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib
519-
--set logzio-k8s-telemetry.prometheus-pushgateway.image.repository=public.ecr.aws/logzio/prom-pushgateway
520-
--set logzio-fluentd.image=public.ecr.aws/logzio/logzio-fluentd
521-
--set logzio-trivy.image=public.ecr.aws/logzio/trivy-to-logzio
522-
```
523-
524-
These overrides keep pulls within provider limits without changing chart defaults.
525-
526507
</TabItem>
527508
<TabItem value="resource-detection" label="Resource Detection" default>
528509

docs/open360/k8s-360/unified-helm-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ slug: /open360/k8s-360/unified-helm-chart/
1010
The logzio-monitoring Helm Chart ships your Kubernetes telemetry (logs, metrics, traces and security reports) to your Logz.io account.
1111

1212

13-
{@include: ../../_include/general-shipping/k8s.md}
13+
{@include: ../../_include/general-shipping/k8s.md}
1414

docs/shipping/Containers/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ drop_filter: []
1818

1919
Integrate your Kubernetes system with Logz.io to monitor your logs, metrics, and traces, gain observability into your environment, and be able to identify and resolve issues with a few clicks.
2020

21-
{@include: ../../_include/general-shipping/k8s.md}
21+
{@include: ../../_include/general-shipping/k8s.md}
2222

2323

2424

docs/user-guide/k8s-360/unified-helm-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /k8s-360/unified-helm-chart/
1010
The logzio-monitoring Helm Chart ships your Kubernetes telemetry (logs, metrics, traces and security reports) to your Logz.io account.
1111

1212

13-
{@include: ../../_include/general-shipping/k8s.md}
13+
{@include: ../../_include/general-shipping/k8s.md}
1414

1515

1616

0 commit comments

Comments
 (0)