• Joe Julian's avatar
    extend timeout to workaround slow arm64 math · 05876fa6
    Joe Julian authored
    The math/big functions are slow on arm64. There is improvement coming
    with go1.11 but in the mean time if a server uses rsa certificates on
    arm64, the math load for the multitude of watches over taxes the ability
    of the processor and the TLS connections time out. Retries will also not
    succeed and serve to exacerbate the problem.
    
    By extending the timeout, the TLS connections will eventually be
    successful and the load will drop.
    
    Fixes #64649
    05876fa6
Name
Last commit
Last update
..
src/k8s.io Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...