Initial import of istio.deps#510
Merged
sebastienvas merged 1 commit intoistio:masterfrom Jul 31, 2017
Merged
Conversation
Collaborator
|
Jenkins job istio/presubmit passed |
sebastienvas
approved these changes
Jul 31, 2017
Member
|
can you say a little bit about what is the meaning of what is in this file and what is it used for ? |
Contributor
Author
|
This file defines a list of repos as dependencies of the parent repo. It only concerns about repos under the istio project umbrella. Automated dependency update uses this file to learn what dependencies are and pull their latest versions to compare with what has been used on master of parent repo. It might be useful to take a look at https://github.com/istio/test-infra/blob/master/toolbox/util/dependency.go |
Member
|
thx! I was mostly curious about LastStableSHA and File |
vbatts
pushed a commit
to vbatts/istio
that referenced
this pull request
Oct 31, 2017
Former-commit-id: 091a556
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
* Add health probes * update comment
guptasu
pushed a commit
to guptasu/istio
that referenced
this pull request
Jun 11, 2018
* merge fix Signed-off-by: Kuat Yessenov <kuat@google.com> * pull out override Signed-off-by: Kuat Yessenov <kuat@google.com> * review Signed-off-by: Kuat Yessenov <kuat@google.com> * review Signed-off-by: Kuat Yessenov <kuat@google.com> * regenerate Signed-off-by: Kuat Yessenov <kuat@google.com> * clarify pseudo-headers Signed-off-by: Kuat Yessenov <kuat@google.com> * review Signed-off-by: Kuat Yessenov <kuat@google.com>
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
Jan 12, 2020
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Apr 29, 2022
Because our CNI pod contains more than one container, and they write to the same directory, and they watch for changes on those directories, changes made by one container trigger the watch on the other, which will responde by copying the files to the directory, which will in turn trigger the watcher of the other container in an endless loop. This leads to high CPU usage on the node. This PR changes the logic to only monitor for files that have the desired prefix. Thus, for example, the 2.2 container will only react to changes to files whose names start with "v2-2". This avoid this race condition and achieve the same end result.
luksa
added a commit
to luksa/istio
that referenced
this pull request
Sep 15, 2022
…Istio CNI (istio#271) Includes: * MAISTRA-2135 Add unit tests for our CNI binary-prefix work (istio#325) * MAISTRA-2137 Make network namespace setup executable name configurable (istio#273) To support the deployment of multiple CNI plugin versions, the name of the executable that is invoked to set up the network namespace must be configurable. * OSSM-1430: CNI: Watch for modified files with a prefix (istio#510) Because our CNI pod contains more than one container, and they write to the same directory, and they watch for changes on those directories, changes made by one container trigger the watch on the other, which will responde by copying the files to the directory, which will in turn trigger the watcher of the other container in an endless loop. This leads to high CPU usage on the node. This PR changes the logic to only monitor for files that have the desired prefix. Thus, for example, the 2.2 container will only react to changes to files whose names start with "v2-2". This avoid this race condition and achieve the same end result.
antonioberben
pushed a commit
to antonioberben/istio
that referenced
this pull request
Jan 29, 2024
[jaeger-operator] Update helm chart to version 1.49.0
luksa
added a commit
to luksa/istio
that referenced
this pull request
Apr 11, 2024
…Istio CNI (istio#688) * [cni] MAISTRA-2132 Support deployment of multiple plugin versions in Istio CNI (istio#271) Includes: * MAISTRA-2135 Add unit tests for our CNI binary-prefix work (istio#325) * MAISTRA-2137 Make network namespace setup executable name configurable (istio#273) To support the deployment of multiple CNI plugin versions, the name of the executable that is invoked to set up the network namespace must be configurable. * OSSM-1430: CNI: Watch for modified files with a prefix (istio#510) Because our CNI pod contains more than one container, and they write to the same directory, and they watch for changes on those directories, changes made by one container trigger the watch on the other, which will responde by copying the files to the directory, which will in turn trigger the watcher of the other container in an endless loop. This leads to high CPU usage on the node. This PR changes the logic to only monitor for files that have the desired prefix. Thus, for example, the 2.2 container will only react to changes to files whose names start with "v2-2". This avoid this race condition and achieve the same end result. * [cni] MAISTRA-2051 use correct UID/GID in istio-iptables * OSSM-2082 CNI installer now creates the net.d directory if necessary (istio#638) * fix(lint): replaces deprecated pkg io/ioutil * fix: reverts back to t.TempDir() calls Co-authored-by: Marko Lukša <marko.luksa@gmail.com> Co-authored-by: rcernich <rcernich@redhat.com>
dgn
pushed a commit
to dgn/istio
that referenced
this pull request
Jun 13, 2024
…Istio CNI (istio#688) * [cni] MAISTRA-2132 Support deployment of multiple plugin versions in Istio CNI (istio#271) Includes: * MAISTRA-2135 Add unit tests for our CNI binary-prefix work (istio#325) * MAISTRA-2137 Make network namespace setup executable name configurable (istio#273) To support the deployment of multiple CNI plugin versions, the name of the executable that is invoked to set up the network namespace must be configurable. * OSSM-1430: CNI: Watch for modified files with a prefix (istio#510) Because our CNI pod contains more than one container, and they write to the same directory, and they watch for changes on those directories, changes made by one container trigger the watch on the other, which will responde by copying the files to the directory, which will in turn trigger the watcher of the other container in an endless loop. This leads to high CPU usage on the node. This PR changes the logic to only monitor for files that have the desired prefix. Thus, for example, the 2.2 container will only react to changes to files whose names start with "v2-2". This avoid this race condition and achieve the same end result. * [cni] MAISTRA-2051 use correct UID/GID in istio-iptables * OSSM-2082 CNI installer now creates the net.d directory if necessary (istio#638) * fix(lint): replaces deprecated pkg io/ioutil * fix: reverts back to t.TempDir() calls Co-authored-by: Marko Lukša <marko.luksa@gmail.com> Co-authored-by: rcernich <rcernich@redhat.com>
vikaschoudhary16
pushed a commit
to vikaschoudhary16/istio
that referenced
this pull request
Aug 12, 2024
[tcc-1.21] Update istio to 1.21.3
cam-garrison
pushed a commit
to cam-garrison/istio
that referenced
this pull request
Oct 29, 2025
Co-authored-by: openshift-service-mesh-bot <null>
This file contains hidden or 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
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.
@sebastienvas @yutongz PTAL
This change is required for auto upate on dependency as in istio/infra PR#336. With stable SHAs built-in, it also makes metrics much easy to get. If this looks good, similar changes will be rolled out to other istio repos.