Skip to content

Commit

Permalink
Merge pull request #870 from zzzhangqi/240808
Browse files Browse the repository at this point in the history
feat: add troubleshooting docs
  • Loading branch information
zzzhangqi authored Aug 23, 2024
2 parents 32c3995 + 50ed8c0 commit 25ffcfb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/troubleshooting/use/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,15 @@ spring:
isUseCloudNamespaceParsing: false
```
更多分析细节,详见 [RainBond 中获取不到 Nacos 配置 - 深度分析](https://blog.csdn.net/u012383839/article/details/135115269?spm=1001.2014.3001.5501)。
更多分析细节,详见 [RainBond 中获取不到 Nacos 配置 - 深度分析](https://blog.csdn.net/u012383839/article/details/135115269?spm=1001.2014.3001.5501)。
### 历史日志存储不足
默认情况下,每个组件默认只会保存 10M 大小的历史日志,如果你需要保存更多的历史日志,可以通过修改组件的环境变量 `LOG_MAX_SIZE` 来设置,默认单位为 MB。

```yaml title='kubectl edit rbdcomponent rbd-eventlog -n rbd-system'
spec:
env:
- name: LOG_MAX_SIZE
value: 20
```

0 comments on commit 25ffcfb

Please sign in to comment.