-
Notifications
You must be signed in to change notification settings - Fork 468
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
[1.15] cli: Infer gloo deploy name && optimize glooctl check #9724
Conversation
Issues linked to changelog: |
…reation of clients (#9674) * glooctl: optimize creating clients * adding changelog * fix tests --------- Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
Issues linked to changelog: |
Issues linked to changelog: |
/kick
|
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.
One nit around naming
Since this is a forward-port and it was previously approved I do not consider it a blocker
@@ -28,6 +28,9 @@ var ( | |||
return fmt.Sprintf("Gloo has detected that the data plane is out of sync. The following types of resources have not been accepted: %v. "+ | |||
"Gloo will not be able to process any other configuration updates until these errors are resolved.", resourceNames) | |||
} | |||
|
|||
// Initialize the custom deployment name that is overwritten later on in the `CheckResources` function | |||
customGlooDeploymentName = helpers.GlooDeploymentName |
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.
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.
Meant to approve previously
Description
Forward port of solo-io#9719 && backport of solo-io#9674
Fixes solo-io#9644
Fix a bug where the service and function names of a discovered gRPC service are not printed when running
glooctl get upstreams
Steps to reproduce :
Install edge
Deploy a grpc service && label it
Verify the upstream has been created and has the grpcJsonTranscoder
Verify that glooctl now displays the grpc functions
Checklist:
BOT NOTES:
resolves solo-io#9673