Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

docs: remove obsolete "known issue" #225

Merged
merged 1 commit into from
Jan 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
* [Features](kubernetes/features.md) - Guide to alpha, beta, and stable functionality in aks-engine.
* [For Kubernetes Developers](kubernetes/k8s-developers.md) - Info for devs working on Kubernetes upstream and wanting to test using aks-engine.

## Known Issues

### Node "NotReady" due to lost TCP connection

Nodes might appear in the "NotReady" state for approx. 15 minutes if master stops receiving updates from agents.
This is a known upstream kubernetes [issue #41916](https://github.com/kubernetes/kubernetes/issues/41916#issuecomment-312428731). This fixing PR is currently under review.

AKS Engine partially mitigates this issue on Linux by detecting dead TCP connections more quickly via **net.ipv4.tcp_retries2=8**.

## Additional Kubernetes Resources

Here are recommended links to learn more about Kubernetes:
Expand Down