Add steps to run xDS in a non-exclusive project#26204
Merged
lidizheng merged 5 commits intogrpc:masterfrom May 7, 2021
Merged
Conversation
sergiitk
reviewed
May 7, 2021
Comment on lines
+82
to
+83
| --server_image="gcr.io/grpc-testing/xds-k8s-test-server-java:latest" \ | ||
| --client_image="gcr.io/grpc-testing/xds-k8s-test-client-java:latest" \ | ||
| --client_image="gcr.io/grpc-testing/xds-k8s-test-client-java:latest" |
| --client_image="gcr.io/grpc-testing/xds-k8s-test-client-java:latest" | ||
| ``` | ||
|
|
||
| ### Workload namespace |
Member
There was a problem hiding this comment.
Suggested change
| ### Workload namespace | |
| ### Test namespace |
This is used to generate GCP resource names too
Comment on lines
112
to
113
| --server_image="gcr.io/grpc-testing/xds-k8s-test-server-java:latest" \ | ||
| --client_image="gcr.io/grpc-testing/xds-k8s-test-client-java:latest" \ |
Co-authored-by: Sergii Tkachenko <[email protected]>
Co-authored-by: Sergii Tkachenko <[email protected]>
Contributor
Author
|
@sergiitk All requested changes done. PTALA. |
sergiitk
added a commit
to sergiitk/grpc
that referenced
this pull request
Dec 8, 2023
* Add steps to run xDS in a non-exclusive project * Update tools/run_tests/xds_k8s_test_driver/README.md Co-authored-by: Sergii Tkachenko <[email protected]> * Update tools/run_tests/xds_k8s_test_driver/README.md Co-authored-by: Sergii Tkachenko <[email protected]> * Add .cfg and clean-up sections * Use a newer commit hash Co-authored-by: Sergii Tkachenko <[email protected]>
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.
As title.
Though, I did encounter a problem with my manual run. Still investigating why the backend status didn't turn green.The UHC failed to reach K8s pod because of firewall rules, it requires a special metadata tag that I wasn't aware of.