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

Defer cEOS-lab pod check, update operator version #534

Merged
merged 2 commits into from
May 6, 2024

Commits on May 6, 2024

  1. Arista node to implement Status

    The Arista node is waiting for its pod to come up in Create(). This is
    problematic in high-scale scenarious because we create the pods
    sychronously.
    
    Move the check to Status() so checkNodeStatus() handles things instead.
    frasieroh committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a76d314 View commit details
    Browse the repository at this point in the history
  2. Update ceoslab operator to v2.0.2 to v2.1.2

    See release notes: https://github.com/aristanetworks/arista-ceoslab-operator/releases/tag/v2.1.2
    
    Increased the number of workers in the operator to the number of cores
    (from the default value of 1). This may improve performance in
    high-scale scenarios. Most of their time is spent generating RSA certificates.
    frasieroh committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5b2983e View commit details
    Browse the repository at this point in the history