-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add applications limits #727
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
Signed-off-by: Vladimir Popov <[email protected]>
Should we update the spire in separate PR to verify that we have not any issues with it in our integration-platform repos? |
Merged
OK, here it is #728. |
denis-tingaikin
approved these changes
Apr 13, 2021
nsmbot
pushed a commit
that referenced
this pull request
Oct 17, 2024
…d-nsc-vpp@main PR link: networkservicemesh/cmd-nsc-vpp#727 Commit: d4769e4 Author: Network Service Mesh Bot Date: 2024-10-17 08:20:20 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#727) PR link: networkservicemesh/sdk-vpp#862 Commit: e538941 Author: Network Service Mesh Bot Date: 2024-10-17 08:17:21 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#862) PR link: networkservicemesh/sdk-kernel#690 Commit: f700ba1 Author: Network Service Mesh Bot Date: 2024-10-17 08:12:59 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#690) PR link: networkservicemesh/sdk#1678 Commit: 3d46f1e Author: Nikita Skrynnik Date: 2024-10-17 20:10:18 +0700 Message: - Revert "Fix some leaks in opa policies (#1624)" (#1678) * Revert "Fix some leaks in opa policies (#1624)" This reverts commit c2a34141f69cde9c99edd395e5d1043f2ace5e52. * fix inter issues --------- Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Dec 24, 2024
…d-nsmgr@main PR link: networkservicemesh/cmd-nsmgr#727 Commit: e97829b Author: Network Service Mesh Bot Date: 2024-12-24 03:55:26 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#727) PR link: networkservicemesh/sdk#1710 Commit: 4a9b9a0 Author: Denis Tingaikin Date: 2024-12-24 12:52:13 +0300 Message: - add options for using custom heal/reetry clients for registry (#1710) Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Dec 27, 2024
…d-nse-icmp-responder-vpp@main PR link: networkservicemesh/cmd-nse-icmp-responder-vpp#727 Commit: 4ac1998 Author: Network Service Mesh Bot Date: 2024-12-27 01:43:29 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#727) PR link: networkservicemesh/sdk-vpp#877 Commit: 0653e4b Author: Nikita Skrynnik Date: 2024-12-27 18:40:31 +1100 Message: - disable heal and retry in registry clients of forwarder (#877) Signed-off-by: NSMBot <[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.
Issue
Closes #81.
Spire before 0.11.1 version have troubles with burstable class (networkservicemesh/networkservicemesh#2183), so we need to update it.
Depends on #728.Waiting for #729 to trigger integration tests with updated spire.