-
Notifications
You must be signed in to change notification settings - Fork 84
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 Vpc image docs #613
Add Vpc image docs #613
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-ibmcloud ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Welcome @FischerLGLN! |
Hi @FischerLGLN. 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 |
@wentao-zh please review this PR |
@mkumatag Regarding Personal or corporate CLA. I think this is a personal CLA, right? |
Or is it corporate CLA, because I do it during working hours? |
depends on the organisation you are working in, if they have a corporate CLA signed with CNCF you can be part of that team(company sponsored) or you can choose personal(you need to confirm with your management on this), working hours doesn't really matters ;) |
Thank you, I signed personal, because we haven't signed something with CNCF and I work in german public sector and this is just a side project :) |
docs/book/src/machine-images/vpc.md
Outdated
@@ -1 +1,62 @@ | |||
This page is still being written - stay tuned! |
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.
This location is present to host the prebuilt images for the users to use, I'm wondering if we can move this page under Developer Guide section and refer in this page instead.
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.
@mkumatag Hi, how about moving my changes from vpc.md to this
https://cluster-api-ibmcloud.sigs.k8s.io/topics/vpc/prerequisites.html
prerequisites part like it is done in
I would do that instead and leave this note in vpc.md
This page is still being written - stay tuned!
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 see its already here in the vpc section - https://cluster-api-ibmcloud.sigs.k8s.io/topics/vpc/prerequisites.html#build-workload-cluster-image, I prefer creating a separate page for the building the image itself and refer wherever you want. Whole information into prerequisites section will hard to digest.
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.
@mkumatag I pushed my changes to https://github.com/FischerLGLN/cluster-api-provider-ibmcloud :)
However, I don't see an update in this PR.
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.
Ah, now it is there.
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.
@mkumatag
There is some confusion around markdown and html in this repo.
See here:
https://cluster-api-ibmcloud.sigs.k8s.io/machine-images/vpc.html
https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/blob/main/docs/book/src/machine-images/vpc.md
I made a reference to a uploading-an-image.md (instead of your opened html) inside the prerequisites.md.
Does this cause this error?
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.
@mkumatag According to your screenshot, there should be a 4.1.3 in the left.
Maybe the netlify bot hasn't redeployed my changes.
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.
Okay, I can locally test with.
make serve
Same bad result, have to investigate 🤔
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 had to fetch some files from cluster-api-provider-ibmcloud upstream, now they are added in this pr, but netlify isn't triggered yet.
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.
/test ?
/cc @Prajyot-Parab |
@FischerLGLN: The following commands are available to trigger required jobs:
Use In response to this:
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. |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FischerLGLN, mkumatag 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 |
What this PR does / why we need it:
Enrich information how to build and upload a capi vm image to IBM Cloud.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Special notes for your reviewer:
/area provider/ibmcloud