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

Wait for manifest-issued deployments to complete before proceeding with Topology generation #556

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

LarsxGitHub
Copy link
Contributor

This is needed to ensure that any deployments that are started by the additional manifests (e.g., a mutating webhook) are completed before proceeding with later stages such as topology creation.

Not waiting for the deployment to finish before starting to create the topology results in potential race conditions in which a webhook isn't listening yet but is already requested to address admission requests, leading to "connection refused" error messages.

@alexmasi
Copy link
Contributor

alexmasi commented Aug 7, 2024

/gcbrun

@alexmasi alexmasi merged commit c7582e5 into openconfig:main Aug 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants