Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace patch with update api to rewrite IPPool #114

Closed

Commits on Jul 7, 2021

  1. replace patch with update api to rewrite IPPool

    It is found that patch api doesn't guarantee concurrent writes on the K8s objects, so replace it with update api so that latest ip pool is read again upon status conflict error and won't lead to duplicate ip assignment across the pods.
    
    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    64a6d68 View commit details
    Browse the repository at this point in the history
  2. return last available newip, err when context timeouts

    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    eeee9fc View commit details
    Browse the repository at this point in the history
  3. make request timeout configurable

    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    38d9cea View commit details
    Browse the repository at this point in the history
  4. return context timeout error for deallocate

    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    7ca896c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. add backoff scheme with customizable context timeouts

    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    84a8e69 View commit details
    Browse the repository at this point in the history