Skip to content

Commit 0180b91

Browse files
authored
[chore] Add a troubleshooting tip for kubelet API TLS issues on local clusters (#1738)
1 parent e028f86 commit 0180b91

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Diff for: CONTRIBUTING.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,19 @@ In that case use the following arguments to start minikube cluster:
122122
```bash
123123
minikube start --cni calico --vm-driver=virtualbox
124124
```
125-
> :warn: Adding or removing components is not officially supported by Splunk as
126-
> it may change performance characteristics and/or system behavior. Support is
127-
> provided if issues experienced can be reproduced with official builds.
125+
126+
### Troubleshooting
127+
128+
In some local Kubernetes clusters like "minikube" and "kind", you might run into TLS verification issue when callig
129+
the kubelet API. In order to quickly resolve it add the following section to your values.yaml file:
130+
131+
```yaml
132+
agent:
133+
config:
134+
receivers:
135+
kubeletestats:
136+
insecure_skip_verify: true
137+
```
128138
129139
## Licensing
130140

0 commit comments

Comments
 (0)