Skip to content

Commit

Permalink
docs: add known issues - etcd crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Jul 15, 2024
1 parent 4bbe2e5 commit 0b35f7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ $ kubectl --kubeconfig support-bundle-kubeconfig get pods
NAMESPACE NAME READY STATUS RESTARTS AGE
default my-pod-66bff467f8-2j2xv 1/1 Running 0 2m
```

## Known issues

### `etcd` process is crashing

The OS level resource limits (like `ulimit`) might need to be increased to allow the API server and `etcd` to start. The `etcd` process is using a lot of file descriptors and might hit the open files limit. The `etcd` process logs can be printed by running `troubleshoot-live` with `KUBEBUILDER_ATTACH_CONTROL_PLANE_OUTPUT=true` environment variable.

0 comments on commit 0b35f7c

Please sign in to comment.