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

📖 Improve and Simplify the Getting Started Guide #4094

Conversation

camilamacedo86
Copy link
Member

@camilamacedo86 camilamacedo86 commented Aug 23, 2024

  • Refined the sample code implementation to keep it minimal, helping users better understand the core concepts.
  • Properly implement automation to generate the sample
  • Streamlined the guide by focusing on the main information and removing extraneous details.
  • Ensured that the code and samples in the guide are consistent with the generated project.
  • Simplified navigation by hiding the full code, making it easier for users to follow along.
  • Replaced the use of the deploy image plugin with direct commands to provide more comprehensive and straightforward information.

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Aug 23, 2024
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 23, 2024
@camilamacedo86 camilamacedo86 force-pushed the getting-started-use-sample branch 2 times, most recently from e3dccda to 9153231 Compare August 24, 2024 02:16
@camilamacedo86 camilamacedo86 changed the title TEST - WIP Improve and Simplify the Getting Started Guide Aug 24, 2024
@camilamacedo86 camilamacedo86 marked this pull request as ready for review August 24, 2024 02:18
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 24, 2024
@camilamacedo86
Copy link
Member Author

c/c @TAM360

@camilamacedo86 camilamacedo86 force-pushed the getting-started-use-sample branch 2 times, most recently from 093bbdc to be4ee4a Compare August 24, 2024 10:44
@camilamacedo86 camilamacedo86 changed the title Improve and Simplify the Getting Started Guide 📖 Improve and Simplify the Getting Started Guide Aug 24, 2024
@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Aug 24, 2024
@camilamacedo86 camilamacedo86 force-pushed the getting-started-use-sample branch 4 times, most recently from 4e4177e to 26ea6f0 Compare August 24, 2024 11:57
@camilamacedo86 camilamacedo86 force-pushed the getting-started-use-sample branch 2 times, most recently from 9b82671 to 27bda98 Compare August 25, 2024 06:32
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 26, 2024
@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Aug 27, 2024
@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Aug 31, 2024
Copy link
Member

@varshaprasad96 varshaprasad96 left a comment

Choose a reason for hiding this comment

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

Looks good from my end.
/lgtm
/approve

Adding in /hold, so that the PR doesn't get auto merged and @TAM360 gets a chance for review.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 3, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: camilamacedo86, varshaprasad96

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 [camilamacedo86,varshaprasad96]

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

@varshaprasad96
Copy link
Member

Looks like the PR needs to be rebased.

@varshaprasad96 varshaprasad96 added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 3, 2024
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 3, 2024
@k8s-ci-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 3, 2024
@camilamacedo86
Copy link
Member Author

@TAM360 I know that you are checking the docs and seen how you can help out.
So, if you see here (or in any place) something that can be fixed or improved
Please, do not hesitate in raise a PR with your suggestions !!!

So, I am moving here with this one, we have many open prs and we can push improvements in follow up always !

@camilamacedo86
Copy link
Member Author

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 3, 2024
@camilamacedo86 camilamacedo86 added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 3, 2024
- Refined the sample code implementation to keep it minimal, helping users better understand the core concepts.
- Streamlined the guide by focusing on the main information and removing extraneous details.
- Ensured that the code and samples in the guide are consistent with the generated project.
- Simplified navigation by hiding the full code, making it easier for users to follow along.
- Replaced the use of the deploy image plugin with direct commands to provide more comprehensive and straightforward information.
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 3, 2024
@k8s-ci-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@camilamacedo86 camilamacedo86 merged commit b7b009d into kubernetes-sigs:master Sep 3, 2024
11 of 18 checks passed
@camilamacedo86 camilamacedo86 deleted the getting-started-use-sample branch September 3, 2024 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants