-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
add blog post on using kubectl annotate for human service discovery #26749
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit f94b9bf https://deploy-preview-26749--kubernetes-io-master-staging.netlify.app |
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.
Hi @richarddli
I really like the idea of an article on this topic. I have one strong concern and all the other feedback is minor things. The strong concern is to make sure that readers who've heard a bit about https://github.com/kubernetes-sigs/service-catalog/ and https://svc-cat.io/ don't get mixed up and think those are the same as Service Catalog from Ambassador.
Would you be willing to revise this PR to make that clear?
Co-authored-by: Tim Bannister <[email protected]>
Co-authored-by: Tim Bannister <[email protected]>
Co-authored-by: Tim Bannister <[email protected]>
Co-authored-by: Tim Bannister <[email protected]>
Co-authored-by: Tim Bannister <[email protected]>
Co-authored-by: Tim Bannister <[email protected]>
Signed-off-by: Richard Li <[email protected]>
@sftim Thank you for the excellent feedback. I incorporated all of your suggestions and added some more explanation of the difference between the Kubernetes service catalog and the general "Category" of service catalogs. It's a little confusing, but the term service catalog has at this point been fairly well popularized by the Spotify team in particular, so I'm glad you called this out. |
Co-authored-by: Tim Bannister <[email protected]>
…to kubectl-annotate
@sftim @kbarnard10 Hello! Just a friendly poke to see if you had any other feedback. Thanks! 😀 |
Co-authored-by: Kaitlyn Barnard <[email protected]>
@bobbytables @kbarnard10 Just another poke; is there anything I need to do here? Thanks! 😀 |
@bobbytables @kbarnard10 hello, just checking in on this! |
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.
Based on a quick scan, the latest revision LGTM
I'd squash the commits @richarddli (but you might want to wait until we've assigned a publication date).
/lgtm Explicit hold for blog owners: feel free to |
LGTM label has been added. Git tree hash: 192d217294c7c56f0d4d856bf510382cd6707a10
|
@divya-mohan0209 is this publication date OK? It's not related to the v1.21 release |
@sftim Thank you so much for checking in. One of the Blog posts related to 1.21 is coming out on April 12th & there'll be a blogpost every alternate day after that till April 23rd. If we could shift this one to either the 13th/15th next week, that would be great. |
Just checking on the scheduling of this -- fine with either 😀 |
I think actually there might be a different article penciled in for the 15th. Maybe the first free slot in the following week? |
@sftim Sounds good! Can we get it locked please? |
With updated publication date from #26749 (review) Echoing LGTM and approval from #26749 (comment) |
LGTM label has been added. Git tree hash: cff384dc0e11493e14ee7f696e6a954eccce6177
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim, zacharysarah 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 |
/hold cancel |
@richarddli thanks for this article! |
Scheduled for automatic publication on 2021-04-20 |
We've found
kubectl annotate
to be a vastly underused and surprisingly useful part of Kubernetes, so I wrote a blog post about it. Feedback appreciated.