Unable to connect to kubelet when running in CI
Open
- Dominant language
- Shell
- Stars
- 8
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Currently we can not connect to kubelet when the bats CI is running, but it will work from a local kind cluster. This includes when fluentbit helm is used with the following which provides the proper ClusterRole permission (`nodes/proxy`):
```
rbac:
create: true
nodeAccess: true
```
https://github.com/fluent/fluent-bit-ci/pull/133 will disable the kubelet enabled test that was originally created until this can be debugged further.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.