Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.69 KB

kubernetes.md

File metadata and controls

25 lines (16 loc) · 1.69 KB

Microsoft Azure Container Service Engine - Kubernetes

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. This fixing PR is currently under review.

ACS-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:

  1. Kubernetes Bootcamp - shows you how to deploy, scale, update, and debug containerized applications.
  2. Kubernetes Userguide - provides information on running programs in an existing Kubernetes cluster.
  3. Kubernetes Examples - provides a number of examples on how to run real applications with Kubernetes.