File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,19 @@ In that case use the following arguments to start minikube cluster:
122
122
``` bash
123
123
minikube start --cni calico --vm-driver=virtualbox
124
124
```
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
+ ` ` `
128
138
129
139
## Licensing
130
140
You can’t perform that action at this time.
0 commit comments