-
Notifications
You must be signed in to change notification settings - Fork 8
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
Refactor endpoint handling and reconcilliation #21
Merged
thomastaylor312
merged 13 commits into
cosmonic-labs:main
from
deverton-godaddy:deverton/faster-reconcile
Aug 2, 2023
Merged
Refactor endpoint handling and reconcilliation #21
thomastaylor312
merged 13 commits into
cosmonic-labs:main
from
deverton-godaddy:deverton/faster-reconcile
Aug 2, 2023
Commits on Jul 6, 2023
-
As part of the Go 1.20 release it seems like the default for `CGO_ENABLED` is no longer carried over from the tools. This leads to linking issues on systems that use different versions of glibc from what the base image uses. See golang/go#58550 for more details. This change should fix cosmonic-labs#16
Configuration menu - View commit details
-
Copy full SHA for 57cdb69 - Browse repository at this point
Copy the full SHA 57cdb69View commit details -
Use `scratch` as a base image since we're generating a static binary anyway. Also be more explicity about the platform and target OS during the build.
Configuration menu - View commit details
-
Copy full SHA for a9d3e58 - Browse repository at this point
Copy the full SHA a9d3e58View commit details
Commits on Jul 20, 2023
-
Refactor endpoint handling and reconcilliation.
DRAFT With the release of Nomad 1.6 it's possible to get the network address of the allocation from Nomad. The change to enable this is only in the client library and does not require updating the Nomad server. The IP was sent back by older Nomad versions, it just wasn't available in the client. This enables refactoring the endpoint reconcilliation to make use of the IP address to identify the endpoint within Cilium. There is no longer a dependency on Consul for policies. Additional, endpoints are now labelled with the task group and task information as services can be created at those levels.
Configuration menu - View commit details
-
Copy full SHA for 80a8fd8 - Browse repository at this point
Copy the full SHA 80a8fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91899ed - Browse repository at this point
Copy the full SHA 91899edView commit details -
Update the readme and add some basic tests.
Remove unused flags from the readme and command line and refactor the code to allow for testing.
Configuration menu - View commit details
-
Copy full SHA for 1c476c9 - Browse repository at this point
Copy the full SHA 1c476c9View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d6ea61 - Browse repository at this point
Copy the full SHA 0d6ea61View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd68f5 - Browse repository at this point
Copy the full SHA ebd68f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ab54b - Browse repository at this point
Copy the full SHA c3ab54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00be1e3 - Browse repository at this point
Copy the full SHA 00be1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a49bc - Browse repository at this point
Copy the full SHA 61a49bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eaa6f7 - Browse repository at this point
Copy the full SHA 5eaa6f7View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e6221c - Browse repository at this point
Copy the full SHA 1e6221cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a21fe9b - Browse repository at this point
Copy the full SHA a21fe9bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.