Helm notes are slightly confusing as part of quickstart #144
Labels
area: installation
Content related to installation guides.
discussion
Ongoing discussion that has not reached consensus.
This is a pretty small papercut but threw me off just enough to lose the flow.
The Quickstart guide has you (among other steps):
NOTES.txt
, which tells you:Both the Quickstart and the Helm notes make sense on their own, but combined it is confusing what steps are actually required because the RuntimeClass and SpinAppExecutor steps are duplicated but reordered and interleaved. Luckily duplicating these steps is a no-op which is what makes this a "pretty small papercut".
Adding a bit to the confusion about "If you haven't already done so", the
kubectl apply
URLs between the Quickstart and Helm notes are just different enough to make it unclear whether they are pointing to the same things:They currently are the same, though one pointing at a release and the other pointing at
main
could cause them to go out of sync in the future, especially if someone was trying to install an old Helm chart version.The text was updated successfully, but these errors were encountered: