-
Notifications
You must be signed in to change notification settings - Fork 263
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
fixes(#586): simplifies service update message to user #587
Conversation
```bash ➜ client git:(master) ✗ ./kn service update summary-fn --untag sync1 Using kn config file: /Users/maximilien/.kn/config.yaml Updating Service 'summary-fn' in namespace 'default': 0.089s Ready to serve. Service 'summary-fn' with latest revision 'summary-fn-nxqwb-41' (unchanged) is available at URL: http://summary-fn-default.kndemo-267179.sjc03.containers.appdomain.cloud ➜ client git:(master) ✗ ./kn service update summary-fn --image docker.io/drmax/summary-fn:latest Using kn config file: /Users/maximilien/.kn/config.yaml Updating Service 'summary-fn' in namespace 'default': 0.091s The Configuration is still working to reflect the latest desired specification. 6.317s Ready to serve. Service 'summary-fn' updated to latest revision 'summary-fn-jfjcy-42' is available at URL: http://summary-fn-default.kndemo-267179.sjc03.containers.appdomain.cloud ```
/test pull-knative-client-integration-tests |
@navidshaikh @rhuss can I get a quick review on this. Thanks |
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.
Looks good with suggestion for a minor simplification.
The following is the coverage report on the affected files.
|
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.
thanks !
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maximilien, rhuss The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #586
Proposed Changes
This is a case when service is updated with tags and revision remained unchanged.
This is the case when service updated to new revision.
Release Note: