-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Fix istio installation files #206
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
Merged
Merged
Conversation
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
sebastienvas
suggested changes
May 8, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to update the tests in tests/ dir. The current build failure must be related to the fact that data dependencies cannot be found.
Jenkins job istio/presubmit passed |
sebastienvas
approved these changes
May 8, 2017
zenlint
pushed a commit
to zenlint/istio
that referenced
this pull request
Aug 30, 2017
mandarjog
added a commit
to mandarjog/istio
that referenced
this pull request
Oct 30, 2017
Former-commit-id: 1ebf07d28a11635caa0ef9921ea0153598075733
rshriram
pushed a commit
that referenced
this pull request
Oct 30, 2017
Fix istio installation files Former-commit-id: 1a997f1
mandarjog
added a commit
that referenced
this pull request
Oct 31, 2017
Former-commit-id: 5e4e07008d8e71724426b0f23e3e496178ca15aa
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
* Review docs * Update service-registry.md * Update service-registry.md * Update design.md * Update configuration-flow.md * Update proxy-controller.md * Update proxy-injection.md * Update proxy-controller.md
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
Fix istio installation files Former-commit-id: 1a997f1
guptasu
pushed a commit
to guptasu/istio
that referenced
this pull request
Jun 11, 2018
kyessenov
pushed a commit
to kyessenov/istio
that referenced
this pull request
Aug 13, 2018
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
Jan 12, 2020
* support resource type for k8s mapping. * apply comments.
brian-avery
pushed a commit
to brian-avery/istio
that referenced
this pull request
Feb 12, 2021
Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase. This adds the new `mec` component for ServiceMeshExtension. Also includes the following squashed fixes: * 5687393 - MAISTRA-1862 (istio#183): Fix NilPointerException when images can't be pulled This also improves logging by dropping some loglevels and always logging errors when calling pullStrategy.GetImage() * 4d5f66a - MAISTRA-1993 (istio#206): Add unit tests for ServiceMeshExtensions Note: Only code changes included here. No tests. * 7382c81 - MAISTRA-1948 (istio#206): Fix URL generation and parsing
brian-avery
pushed a commit
to brian-avery/istio
that referenced
this pull request
Feb 12, 2021
Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase. This includes only the changes to the tests from the original commit, the other code changes have been squashed into an earlier commit. This also includes the test changes from: * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206)
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Jun 30, 2021
MAISTRA-1801: Add ServiceMeshExtension types and clients Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase. This brings in the ServiceMeshExtension types and code-gen tasks, and adds the generated clients. It moves the existing generated Maistra clients to the `v1` subdirectory of the client package. MAISTRA-1801: Support ServiceMeshExtension in istiod Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase. This brings in the core changes to istiod to support extenions after the previous commit adding the types and generated clients. Also includes the fix from f3bf790 - MAISTRA-1873 (istio#182): - Properly delete extensions from store when they disappear MAISTRA-1801: ServiceMeshExtension: Add mec component Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase. This adds the new `mec` component for ServiceMeshExtension. Also includes the following squashed fixes: * 5687393 - MAISTRA-1862 (istio#183): Fix NilPointerException when images can't be pulled This also improves logging by dropping some loglevels and always logging errors when calling pullStrategy.GetImage() * 4d5f66a - MAISTRA-1993 (istio#206): Add unit tests for ServiceMeshExtensions Note: Only code changes included here. No tests. * 7382c81 - MAISTRA-1948 (istio#206): Fix URL generation and parsing MAISTRA-1801: Update vendor for ServiceMeshExtension support This is just an update to the vendor directory after pulling changes for ServiceMeshExtension support. The OpenShift client-go library has been pulled from the release-4.6 branch, because Istio 1.8 uses the version 1.19 Kubernetes client libraries, and OpenShift 4.6 is based on the 1.19 Kubernetes release. MAISTRA-1993: Add unit tests for ServiceMeshExtensions Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase. This includes only the changes to the tests from the original commit, the other code changes have been squashed into an earlier commit. This also includes the test changes from: * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206) - MAISTRA-2442 Increase pilot-agent binary max size to 60MB
danehans
pushed a commit
to danehans/istio
that referenced
this pull request
Nov 2, 2021
* disable tests if the k8s version is not supported * change the varible names to something more accurate * change the variable name used to decide the script
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Feb 22, 2022
MAISTRA-1801: Add ServiceMeshExtension types and clients Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase. This brings in the ServiceMeshExtension types and code-gen tasks, and adds the generated clients. It moves the existing generated Maistra clients to the `v1` subdirectory of the client package. MAISTRA-1801: Support ServiceMeshExtension in istiod Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase. This brings in the core changes to istiod to support extenions after the previous commit adding the types and generated clients. Also includes the fix from f3bf790 - MAISTRA-1873 (istio#182): - Properly delete extensions from store when they disappear MAISTRA-1801: ServiceMeshExtension: Add mec component Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase. This adds the new `mec` component for ServiceMeshExtension. Also includes the following squashed fixes: * 5687393 - MAISTRA-1862 (istio#183): Fix NilPointerException when images can't be pulled This also improves logging by dropping some loglevels and always logging errors when calling pullStrategy.GetImage() * 4d5f66a - MAISTRA-1993 (istio#206): Add unit tests for ServiceMeshExtensions Note: Only code changes included here. No tests. * 7382c81 - MAISTRA-1948 (istio#206): Fix URL generation and parsing MAISTRA-1801: Update vendor for ServiceMeshExtension support This is just an update to the vendor directory after pulling changes for ServiceMeshExtension support. The OpenShift client-go library has been pulled from the release-4.6 branch, because Istio 1.8 uses the version 1.19 Kubernetes client libraries, and OpenShift 4.6 is based on the 1.19 Kubernetes release. MAISTRA-1993: Add unit tests for ServiceMeshExtensions Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase. This includes only the changes to the tests from the original commit, the other code changes have been squashed into an earlier commit. This also includes the test changes from: * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206) - MAISTRA-2442 Increase pilot-agent binary max size to 60MB
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Apr 29, 2022
MAISTRA-1801: Add ServiceMeshExtension types and clients Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase. This brings in the ServiceMeshExtension types and code-gen tasks, and adds the generated clients. It moves the existing generated Maistra clients to the `v1` subdirectory of the client package. MAISTRA-1801: Support ServiceMeshExtension in istiod Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase. This brings in the core changes to istiod to support extenions after the previous commit adding the types and generated clients. Also includes the fix from f3bf790 - MAISTRA-1873 (istio#182): - Properly delete extensions from store when they disappear MAISTRA-1801: ServiceMeshExtension: Add mec component Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase. This adds the new `mec` component for ServiceMeshExtension. Also includes the following squashed fixes: * 5687393 - MAISTRA-1862 (istio#183): Fix NilPointerException when images can't be pulled This also improves logging by dropping some loglevels and always logging errors when calling pullStrategy.GetImage() * 4d5f66a - MAISTRA-1993 (istio#206): Add unit tests for ServiceMeshExtensions Note: Only code changes included here. No tests. * 7382c81 - MAISTRA-1948 (istio#206): Fix URL generation and parsing MAISTRA-1801: Update vendor for ServiceMeshExtension support This is just an update to the vendor directory after pulling changes for ServiceMeshExtension support. The OpenShift client-go library has been pulled from the release-4.6 branch, because Istio 1.8 uses the version 1.19 Kubernetes client libraries, and OpenShift 4.6 is based on the 1.19 Kubernetes release. MAISTRA-1993: Add unit tests for ServiceMeshExtensions Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase. This includes only the changes to the tests from the original commit, the other code changes have been squashed into an earlier commit. This also includes the test changes from: * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206) - MAISTRA-2442 Increase pilot-agent binary max size to 60MB
stevenctl
pushed a commit
to stevenctl/istio
that referenced
this pull request
Aug 13, 2022
* bookinfo integration first pass * wait for pods to be ready * perform productpage login * fix redirect 404 * get ingress ip working
antonioberben
pushed a commit
to antonioberben/istio
that referenced
this pull request
Jan 29, 2024
[jaeger-operator]: fix invalid crd.yaml to conform to apiextensions.k8s.io/v1 CustomResourceDefinition schema
fjglira
pushed a commit
to fjglira/istio
that referenced
this pull request
Feb 10, 2025
…ter-merge_upstream_istio_master-6253864e Automator: merge upstream changes to openshift-service-mesh/istio@master
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.
No description provided.