-
Notifications
You must be signed in to change notification settings - Fork 76
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
fix local_dev.md file for updated file path & environment variable name #236
fix local_dev.md file for updated file path & environment variable name #236
Conversation
Hi @Priyankasaggu11929, Thank you for validating the local dev guide and raising this PR. |
Another suggestion: cluster-template-byoh.yaml was an interim template until cluster-template.yaml was ready. In a subsequent PR, we can delete cluster-template-byoh. So one option would be to use |
Hello @anusha94 & @dharmjit, thanks so much for the review & feedback.
One follow up question on above. So, IIUC, implementing the above suggestion would mean:
I can make the above changes in this PR only or a subsequent PR is required for the file deletion? Thank you so much, once again! |
Yes, your understanding is correct. I don't have any strong opinion. Please go ahead and delete in this PR itself if that's easier. |
/cc @dharmjit |
/assign @anusha94 |
Thanks @anusha94. I'll update the PR shortly. (apologies for the late response, just involved in my new Hire Corporate Orientation sessions). 🙂 |
9074fec
to
f0b8d87
Compare
@anusha94, I've updated the PR. Thank you! |
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.
Congrats @Priyankasaggu11929 for your first contribution to BYOH.
LGTM!
What this PR does / why we need it:
The PR makes the following changes:
delete the interim
cluster-template-byoh.yaml
template file.fix the
docs/local_dev.md
file to reflect above file changes, in the following command under the sectioncreate-docker-hosts
:The PR does the following small fixes in thelocal_dev.md
document:Fix the file path fromtest/e2e/data/infrastructure-provider-bringyourownhost/v1beta1/cluster-template-byoh.yaml
to the updatedtest/e2e/data/infrastructure-provider-byoh/v1beta1/cluster-template-byoh.yaml
Update the environment variable name fromCONTROL_PLANE_ENDPOINT_IP
toCONTROL_PLANE_ENDPOINT
Additional information:
Before the changes, while following the steps listed in the document (under create docker hosts section), I was getting the following errors:
First error, due to wrong file path:
After fixing the file path, the second error due to wrong environment variable name (or not matching environment variable name available to fill the value of
host
field in the cluster-template-byoh.yaml file, so ultimately giving empty host value)