Skip to content
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

Re-arranging the documentation #148

Merged
merged 5 commits into from
Jul 1, 2024

Conversation

arora-sagar
Copy link
Contributor

@arora-sagar arora-sagar commented Jun 30, 2024

  • Added how to create a repo
  • Secret for git repo required by Nephio controller

Tested single VM and multiple VM steps.

This PR is addressing nephio-project/nephio#592

- Added how to create a repo
- Secret for git repo
@nephio-prow nephio-prow bot requested review from efiacor and tliron June 30, 2024 09:38
@arora-sagar arora-sagar requested review from johnbelamaric and removed request for tliron and efiacor June 30, 2024 09:39
Copy link

netlify bot commented Jun 30, 2024

Deploy Preview for nephio ready!

Name Link
🔨 Latest commit 68f4761
🔍 Latest deploy log https://app.netlify.com/sites/nephio/deploys/6682c0fec025090008e14e32
😎 Deploy Preview https://deploy-preview-148--nephio.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@arora-sagar
Copy link
Contributor Author

arora-sagar commented Jun 30, 2024

@vjayaramrh and @dkosteck please check if you are fine with my edit. Instead of using the term Real K8s I have changed it to Other K8s Distributions because the term real is misleading. Even other Other K8s Distributions is not the best choice but it's better than real.

@arora-sagar arora-sagar added the documentation Improvements or additions to documentation label Jun 30, 2024
Copy link
Member

@liamfallon liamfallon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@nephio-prow nephio-prow bot added the approved label Jul 1, 2024
content/en/docs/guides/_index.md Outdated Show resolved Hide resolved
content/en/docs/guides/_index.md Outdated Show resolved Hide resolved
@@ -93,7 +96,7 @@ sudo NEPHIO_DEBUG=false \
bash
```

**Real K8s Cluster**
**Other K8s Distributions**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about Pre-installed K8S clusters instead of Other K8s Distributions?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tend to agree, "Other" may also be ambiguous, so perhaps something along the lines of what @vjayaramrh suggested

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay sounds good, I will change it

Copy link
Contributor

@dkosteck dkosteck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @arora-sagar, I have added some suggestions that I think help with readability, some spelling/capitalization, etc. Feel free to disagree with them if you think it reads fine now. I also commented on Vish's response to "Real" clusters, and a clarifying question

@@ -93,7 +96,7 @@ sudo NEPHIO_DEBUG=false \
bash
```

**Real K8s Cluster**
**Other K8s Distributions**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tend to agree, "Other" may also be ambiguous, so perhaps something along the lines of what @vjayaramrh suggested


If you want to use Github or Gitlab then follow below steps

Get a [GitHub token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#fine-grained-personal-access-tokens) if your repository is private, or allow Porch to make modifications.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused by the "or allow Porch to make modifications" portion of this step. Perhaps it's me being newer and not understanding, but should there be some clarification here? How would that be done?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left it how it was earlier, I suppose it should be "to allow Porch to make modifications"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, I think that probably makes more sense in this context

content/en/docs/guides/install-guides/common-components.md Outdated Show resolved Hide resolved
content/en/docs/guides/install-guides/common-components.md Outdated Show resolved Hide resolved
content/en/docs/guides/install-guides/common-components.md Outdated Show resolved Hide resolved
content/en/docs/guides/install-guides/_index.md Outdated Show resolved Hide resolved
content/en/docs/guides/_index.md Show resolved Hide resolved
@arora-sagar
Copy link
Contributor Author

Hello @arora-sagar, I have added some suggestions that I think help with readability, some spelling/capitalization, etc. Feel free to disagree with them if you think it reads fine now. I also commented on Vish's response to "Real" clusters, and a clarifying question

@dkosteck I have resolved the conversation for the changes you have suggested. Let me know if there is something left.

@dkosteck
Copy link
Contributor

dkosteck commented Jul 1, 2024

Hello @arora-sagar, I have added some suggestions that I think help with readability, some spelling/capitalization, etc. Feel free to disagree with them if you think it reads fine now. I also commented on Vish's response to "Real" clusters, and a clarifying question

@dkosteck I have resolved the conversation for the changes you have suggested. Let me know if there is something left.

Looks good. Thanks!

@CsatariGergely
Copy link
Contributor

/approve

@arora-sagar
Copy link
Contributor Author

@CsatariGergely Can we merge it now?

Copy link
Contributor

nephio-prow bot commented Jul 1, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CsatariGergely, liamfallon

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:
  • OWNERS [CsatariGergely,liamfallon]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@CsatariGergely
Copy link
Contributor

CsatariGergely commented Jul 1, 2024

Fixes: nephio-project/nephio#592

@vjayaramrh
Copy link
Contributor

/lgtm

@nephio-prow nephio-prow bot merged commit 4a231a1 into nephio-project:main Jul 1, 2024
8 checks passed
```bash
export NEPHIO_USER=$USER
export ANSIBLE_CMD_EXTRA_VAR_LIST="k8s.context=[email protected] kind.enabled=false host_min_vcpu=4 host_min_cpu_ram=8"
export ANSIBLE_CMD_EXTRA_VAR_LIST="k8s.context=kind-kind kind.enabled=false host_min_vcpu=4 host_min_cpu_ram=8"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arora-sagar Is this captured in a the user provided environment varaibles table?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vjayaramrh This was already there I did add it, though I tried to run the script and frankly I failed so I am not sure if it is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved documentation Improvements or additions to documentation lgtm
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants