Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Add getting started guide for unmanaged cluster #2820

Merged
merged 2 commits into from
Feb 17, 2022
Merged

Add getting started guide for unmanaged cluster #2820

merged 2 commits into from
Feb 17, 2022

Conversation

joshrosso
Copy link
Contributor

What this PR does / why we need it

This commit introduces the getting started guide for unmanaged cluster.
This replaces (in the TOC) the existing standalone-cluster docs.

Details for the Release Notes (PLEASE PROVIDE)

Getting started guide introduced for unmanaged-clusters 

Which issue(s) this PR fixes

Fixes: #TODO

Describe testing done for PR

Run hugo serve

image

Special notes for your reviewer

Run hugo locally and review the docs.

@github-actions github-actions bot added the owner/docs Work executed by VMware documentation team label Jan 11, 2022
@joshrosso
Copy link
Contributor Author

cc @kcoriordan for our conversation tomorrow around the unmanaged-cluster docs.

@joshrosso joshrosso marked this pull request as ready for review January 11, 2022 21:08
@joshrosso joshrosso requested a review from a team as a code owner January 11, 2022 21:08
@joshrosso joshrosso changed the title Add getting start guide for unmanaged cluster Add getting started guide for unmanaged cluster Jan 11, 2022
@jpmcb
Copy link
Contributor

jpmcb commented Jan 13, 2022

Looks like some markdown nit pick linting errors. Otherwise, this is looking good to me!

Copy link
Contributor

@jpmcb jpmcb left a comment

Choose a reason for hiding this comment

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

🛑 Hold this PR until we've released unmanaged-cluster: otherwise, the live docs site will reflect something that's not yet in a release

@joshrosso
Copy link
Contributor Author

Looks like some markdown nit pick linting errors. Otherwise, this is looking good to me!

addressed 👍

@joshrosso
Copy link
Contributor Author

@jpmcb @kcoriordan

Would be good to get one more review on this.

Namely, I've introduced a reference section[0] (which Kay has seen but I don't think John has).

[0]:

image

jpmcb
jpmcb previously requested changes Feb 14, 2022
Copy link
Contributor

@jpmcb jpmcb left a comment

Choose a reason for hiding this comment

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

🛑 Overall, looks awesome. Blocking until main is ready to take these docs changes

Or, we could point this PR to the next branch and that shouldn't deploy to the live Netlify site?

This commit introduces the getting started guide for unmanaged cluster.
This replaces (in the TOC) the existing standalone-cluster docs.

Signed-off-by: joshrosso <[email protected]>
committing change

Co-authored-by: Kay ORiordan <[email protected]>
Copy link
Contributor

@davidvonthenen davidvonthenen left a comment

Choose a reason for hiding this comment

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

approving for the release. all feedback has been addressed

@davidvonthenen davidvonthenen dismissed jpmcb’s stale review February 17, 2022 16:01

all conversations resolved for 0.10.0 release

@davidvonthenen davidvonthenen merged commit c695232 into vmware-tanzu:main Feb 17, 2022
stmcginnis pushed a commit to stmcginnis/community-edition that referenced this pull request Mar 21, 2022
* add gettinging start guide for unmanaged cluster

This commit introduces the getting started guide for unmanaged cluster.
This replaces (in the TOC) the existing standalone-cluster docs.

Signed-off-by: joshrosso <[email protected]>

* Update docs/site/content/docs/assets/unmanaged-desc.md

committing change

Co-authored-by: Kay ORiordan <[email protected]>

Co-authored-by: David vonThenen <[email protected]>
Co-authored-by: Kay ORiordan <[email protected]>
(cherry picked from commit c695232)
stmcginnis added a commit that referenced this pull request Mar 21, 2022
* Update architecture documentation. (#3120)

Signed-off-by: kcoriordan <[email protected]>
(cherry picked from commit 4bd3673)

* Fix broken link in docs. (#3168)

Signed-off-by: kcoriordan <[email protected]>
(cherry picked from commit af86af1)

* Update OVA links and graphics in doc. (#3122)

Signed-off-by: kcoriordan <[email protected]>
(cherry picked from commit dbbc030)

* Add missing separator in glossary section (#3147)

Signed-off-by: Garry Ing <[email protected]>
(cherry picked from commit ec0f5fa)

* Standardize adopters logos (#3161)

The current logos included were quite large, so with the rendered view
they took up a lot of the screen. This updates our two existing logos to
be the same, smaller, width so they are a more reasonable size in the
rendered view.

This also adds a white background to the ITG logo so it is easier to
view on systems with dark mode enabled.

Signed-off-by: Sean McGinnis <[email protected]>
(cherry picked from commit 723fae7)

* Add getting started guide for unmanaged cluster (#2820)

* add gettinging start guide for unmanaged cluster

This commit introduces the getting started guide for unmanaged cluster.
This replaces (in the TOC) the existing standalone-cluster docs.

Signed-off-by: joshrosso <[email protected]>

* Update docs/site/content/docs/assets/unmanaged-desc.md

committing change

Co-authored-by: Kay ORiordan <[email protected]>

Co-authored-by: David vonThenen <[email protected]>
Co-authored-by: Kay ORiordan <[email protected]>
(cherry picked from commit c695232)

* Update 05-tce-10-available.md (#3158)

Fix spacing mdlint issue

Update 05-tce-10-available.md

Add unmanaged cluster demo

Update 05-tce-10-available.md

Add in two missing hyperlinks.

Update 05-tce-10-available.md

Correct emphasis instead of heading

Update 05-tce-10-available.md

Correct bullet point linting

Add v10 blog and images

Add v10 blog and images

(cherry picked from commit 25fcaed)

* Remove standalone cluster doc. (#2862)

Signed-off-by: kcoriordan <[email protected]>
Co-authored-by: David vonThenen <[email protected]>
(cherry picked from commit 51c3367)

* Add download data for v0.10.0 to website (#3153)

* Create v0-10-0.yml

* Update v0-10-0.yml

Updated hashes and sizes.

(cherry picked from commit 8cb7326)

* Document chocolatey release commands (#3172)

Signed-off-by: Nolan Brubaker <[email protected]>
(cherry picked from commit db34736)

* Correct casing of /etc/kubernetes path (#3206)

Our troubleshooting docs walk through how to exec into a pod in order to
run kubectl commands. As part of this, we have the user copy the
admin.conf file over so it doesn't need to be specified as the
`--kubeconfig` when running commands. The example command we give for
them to copy and paste had a type where "Kuberenetes" was capitalized in
that path, so just pasting that command would fail to find the file.
This changes that path to the correct all-lowercase
`/etc/kubernetes/admin.conf`.

Signed-off-by: Sean McGinnis <[email protected]>
(cherry picked from commit 2199141)

* Adds missing step to Contour guide (#3096)

Signed-off-by: kcoriordan <[email protected]>
(cherry picked from commit 62fa9d7)

* Update Azure image name in doc. (#3318)

Signed-off-by: kcoriordan <[email protected]>
(cherry picked from commit 53c87be)

* Removes "standalone" from diagnostics README (#3461)

Signed-off-by: John McBride <[email protected]>
(cherry picked from commit 424013f)

* Doc improvements for Getting Started Guide (#3459)

Signed-off-by: kcoriordan <[email protected]>
(cherry picked from commit d58bf19)

* prereq-windows(doc): Fix link to install docker on windows (#3549)

Fix typo of #4255dc60a37

Signed-off-by: Alexis La Goutte <[email protected]>
(cherry picked from commit 112e4fc)

* Fix merge conflict with v0.10 download data

Signed-off-by: Sean McGinnis <[email protected]>

Co-authored-by: Kay ORiordan <[email protected]>
Co-authored-by: Garry Ing <[email protected]>
Co-authored-by: joshrosso <[email protected]>
Co-authored-by: Nigel Brown <[email protected]>
Co-authored-by: Roger Klorese <[email protected]>
Co-authored-by: Nolan Brubaker <[email protected]>
Co-authored-by: John McBride <[email protected]>
Co-authored-by: Alexis La Goutte <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-not-required owner/docs Work executed by VMware documentation team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants