We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature相关背景与描述 支持静态Pod日志采集
解决方案描述
podNamePattern
apiVersion: bkbcs.tencent.com/v1 kind: BcsLogConfig metadata: name: test-log-conf namespace: default spec: appId: "" clusterId: bcs-k8s-00000 configType: custom workloadNamespace: kube-system # podNamePattern 正则匹配podname,可作用于静态pod或workload附属pod podNamePattern: kube-controller-manager-((25[0-5]|2[0-4]\d|((1\d{2})|([1-9]?\d)))\.){3}(25[0-5]|2[0-4]\d|((1\d{2})|([1-9]?\d))) nonStdDataId: "12345" packageCollection: true podLabels: false stdDataId: "12346" stdout: true
对现存日志配置的冲击
The text was updated successfully, but these errors were encountered:
chore: bcs-k8s/kubebkbcs add podNamePattern field to bcslogconfig CRD…
7c916d6
…. issue TencentBlueKing#890
a08f10a
feature: logbeat-sidecar support static pod log collection. issue Ten…
551417a
…centBlueKing#890
DeveloperJim
No branches or pull requests
feature相关背景与描述
支持静态Pod日志采集
解决方案描述
podNamePattern
对现存日志配置的冲击
The text was updated successfully, but these errors were encountered: