-
Notifications
You must be signed in to change notification settings - Fork 240
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
feat: create stateless cni binary for swift #2275
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
behzad-mir
force-pushed
the
Dev-Stateless-CNI
branch
from
October 5, 2023 01:48
12e09b2
to
476cfa7
Compare
behzad-mir
force-pushed
the
Dev-Stateless-CNI
branch
2 times, most recently
from
October 5, 2023 02:54
427ed8d
to
6c04d2d
Compare
vipul-21
force-pushed
the
singhvipul/statelesscnipod
branch
from
October 5, 2023 19:05
42b0187
to
2ff9e07
Compare
/azp run Azure Container Networking PR |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
behzad-mir
pushed a commit
that referenced
this pull request
Nov 1, 2023
behzad-mir
pushed a commit
that referenced
this pull request
Nov 1, 2023
behzad-mir
pushed a commit
that referenced
this pull request
Nov 1, 2023
behzad-mir
pushed a commit
that referenced
this pull request
Nov 6, 2023
behzad-mir
pushed a commit
that referenced
this pull request
Nov 28, 2023
behzad-mir
pushed a commit
that referenced
this pull request
Dec 8, 2023
behzad-mir
added a commit
that referenced
this pull request
Dec 12, 2023
* feat: 🌈 StatelessCNI: Adding getEndpoint and UpdateEndpoint API to CNS (#2102) * Adding getEndpoint and UpdateEndpoint API to CNS with the respective clients in support of stateless CNI. * Updating the unit tests and address the comments. * Addressing the comments. * Addressing the coments regarding CNS support for Stateless CNI * Adddressing the PR comments * 🌈 feat: adding flags for stateless cni (#2103) feat: stateless cni * 🌈 feat: StatelessCNI: Applying stateless CNI mode changes in network package. (#2197) * Apllying stateless CNI mode in network package. * Addresing the commetns. * feat: create stateless cni binary for swift (#2275) * enabling CNS telemetry * Master rebase changes * CNI Telemetry enabled on CNS * Stateless CNI changes. * making change to CNSendpointStorePath * Updating makefile to avoid creating statless CNI release. --------- Co-authored-by: Vipul Singh <[email protected]>
paulyufan2
pushed a commit
that referenced
this pull request
Dec 18, 2023
* feat: 🌈 StatelessCNI: Adding getEndpoint and UpdateEndpoint API to CNS (#2102) * Adding getEndpoint and UpdateEndpoint API to CNS with the respective clients in support of stateless CNI. * Updating the unit tests and address the comments. * Addressing the comments. * Addressing the coments regarding CNS support for Stateless CNI * Adddressing the PR comments * 🌈 feat: adding flags for stateless cni (#2103) feat: stateless cni * 🌈 feat: StatelessCNI: Applying stateless CNI mode changes in network package. (#2197) * Apllying stateless CNI mode in network package. * Addresing the commetns. * feat: create stateless cni binary for swift (#2275) * enabling CNS telemetry * Master rebase changes * CNI Telemetry enabled on CNS * Stateless CNI changes. * making change to CNSendpointStorePath * Updating makefile to avoid creating statless CNI release. --------- Co-authored-by: Vipul Singh <[email protected]>
behzad-mir
pushed a commit
that referenced
this pull request
Jan 4, 2024
behzad-mir
pushed a commit
that referenced
this pull request
Jan 5, 2024
matmerr
pushed a commit
that referenced
this pull request
Jan 17, 2024
* feat: 🌈 StatelessCNI: Adding getEndpoint and UpdateEndpoint API to CNS (#2102) * Adding getEndpoint and UpdateEndpoint API to CNS with the respective clients in support of stateless CNI. * Updating the unit tests and address the comments. * Addressing the comments. * Addressing the coments regarding CNS support for Stateless CNI * Adddressing the PR comments * 🌈 feat: adding flags for stateless cni (#2103) feat: stateless cni * 🌈 feat: StatelessCNI: Applying stateless CNI mode changes in network package. (#2197) * Apllying stateless CNI mode in network package. * Addresing the commetns. * feat: create stateless cni binary for swift (#2275) * enabling CNS telemetry * Master rebase changes * CNI Telemetry enabled on CNS * Stateless CNI changes. * making change to CNSendpointStorePath * Updating makefile to avoid creating statless CNI release. --------- Co-authored-by: Vipul Singh <[email protected]>
behzad-mir
pushed a commit
that referenced
this pull request
Jan 26, 2024
behzad-mir
pushed a commit
that referenced
this pull request
Jan 29, 2024
behzad-mir
pushed a commit
that referenced
this pull request
Feb 8, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 9, 2024
* 🌈 feat: adding flags for stateless cni (#2103) feat: stateless cni * feat: create stateless cni binary for swift (#2275) * enabling CNS telemetry * CNI Telemetry enabled on CNS * Code changes for Statefull CNI Migration * Making changes to the CNI state migration code. * Make code changes for Stateless CNI migrations. * Make changes to statless CNI migration branch. * Stateless CNI migration code changes * resolving migration issue * remove cni changes * Applying changes to CNIReonciler * Addressing the comments. * Addressing the comments * addressing the latest comments * Addressing Evan's comments * Adding a MigrateSate() function to the cnireconciler --------- Co-authored-by: Vipul Singh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Reason for Change:
Added make cmds for stateless cni for swift
Issue Fixed:
Requirements:
Notes: