-
Notifications
You must be signed in to change notification settings - Fork 431
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
Documentation refactor #5088
Documentation refactor #5088
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5088 +/- ##
=======================================
Coverage 51.18% 51.18%
=======================================
Files 273 273
Lines 24611 24611
=======================================
Hits 12597 12597
Misses 11229 11229
Partials 785 785 ☔ View full report in Codecov by Sentry. |
@mbrow137 appreciate it if you can review |
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.
Line 17, what supports the preview API?
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.
Line 125: You must*
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.
Looks good overall! Some minor nits
@@ -45,7 +45,7 @@ An Azure Service Principal is needed for deploying Azure resources. The below in | |||
``` | |||
|
|||
5. Create an Azure Service Principal by running the following command or skip this step and use a previously created Azure Service Principal. | |||
NOTE: the "owner" role is required to be able to create role assignments for [system-assigned managed identity](vm-identity.md). | |||
NOTE: the "owner" role is required to be able to create role assignments for system-assigned managed identity. |
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.
Shouldn't this still link to vm-identity.md?
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.
When I looked at this article, I thought it was misleading since it was specific to self-managed. I also plan to entirely overhaul the getting started, so I thought it was best to just remove the link.
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
/hold for squash
/lgtm cancel |
f2e0be1
to
a2fd01b
Compare
/label tide/merge-method-squash |
abde2c0
to
7e84e0b
Compare
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
/hold cancel
LGTM label has been added. Git tree hash: 8967b3fc2ce9bb2d4305499afc7a4840e7422592
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: willie-yao 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 |
@jackfrancis Would you be able to do a netfliy release for the docs? |
@willie-yao Netlify sources documentation from a branch. It's currently configured to release-1.16, so once we cherry-pick these changes into that branch we can re-publish. @dtzar I assume there are no documentation updates that reflect new foo that is in main (and isn't in the v1.16.0 release)? |
Correct |
/cherry-pick release-1.16 |
@jackfrancis: new pull request created: #5094 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-sigs/prow repository. |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
The documentation is very confusing as to what parts relate to self-managed versus managed clusters. Furthermore, it isn't clear there are two ways to provision AKS clusters nor the differences between the options.