-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
📖 Link architecture and code walkthrough videos in docs #4427
Conversation
Welcome @mrajashree! |
Hi @mrajashree. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
docs/book/src/developer/guide.md
Outdated
## Videos explaining CAPI architecture and code walkthrough | ||
|
||
- CAPI components and architecture | ||
- https://youtu.be/npFO5Fixqcc |
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.
- https://youtu.be/npFO5Fixqcc | |
- [Cluster API Deep Dive](https://youtu.be/npFO5Fixqcc) |
Consider formatting the links with the title of the video so it's easier to know which one is which when we add more to the list in the future
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.
Let's also maybe add the year and target version to these?
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.
@vincepri I added in the year and month of the videos, kind of hard to tell the target version from the videos though. is year/month enough? For the CAPD walkthrough I've added v1alpha4
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.
should we include other kubecon videos as well?
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.
sure, I tried adding only the latest videos, but if there's any other specific videos you want to add let me know 👍
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.
I could find these
https://www.youtube.com/watch?v=AeHfVFepsMg
https://www.youtube.com/watch?v=9SfuQQeeK6Q
https://www.youtube.com/watch?v=B_Zb9_Ralb4
Also, including the latest makes sense. I'll let others chime in on whether to add these or now.
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.
ok thanks, the second one's already in the PR, I can add in the remaining two
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.
@ashish-amarnath the first video is v1alpha3 version right? and what about the third?
5e6d786
to
055222c
Compare
not sure why the indentation is a bit off in the diff, if I click on "view file" it shows the right indentation. |
docs/book/src/developer/guide.md
Outdated
|
||
- CAPI components and architecture | ||
|
||
- [Cluster API Deep Dive - Dec 2020](https://youtu.be/npFO5Fixqcc) |
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.
I think there's a tab vs. spaces problem :) (same in l.235)
one tab vs 2 spaces :) (you can also see it in the raw view) |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
/retest |
/retest |
/retest |
/retest related to #4466 |
/retest All unrelated flakes, as in this PR only doc was changed. Shouldn't need a lot more retries after #4466 has been merged |
What this PR does / why we need it: This PR adds links to some of the videos available online that explain cluster api architecture or include code walkthrough of some components.