* Replace existing kickstart scripts with kickstart-ng.
This change looks more complicated than it actually is due to git not
sanely recognizing the rename.
* Fix CI for new kickstart script.
* Initial revision of install documentation.
* Further documentation updates.
* Even more documentation updates.
* Fix telemetry event handling if neither curl nor wget are installed.
* Remove dependence on `pgrep` for claiming.
* Fix fatal error message handling.
* Formally outline our support policy.
* Updates to platform support doc.
* Platform support doc updates.
* Minor documentation updates.
* Remove accidentally commited file from rebase process.
* Apply suggestions from code review, part 1.
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
* Made one-line installer consistent.
* Apply suggestions from code review, part 2.
* Update architecture list for static builds.
* Restructure platform support doc so that things are clearer.
Especially for cases of linking directly to the section on a specific
support category.
* Apply suggestions from code review, part 3.
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
* Apply suggestions from code review, part 4
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
* Further updates to platform support document.
* Further documentation updates.
* Rework update documentation.
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)
* further work on related pages to keep things synced
* reviewed the command on docker exec and aded more to-do's for review and to add details
* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)
* further work on related pages to keep things synced
* reviewed the command on docker exec and aded more to-do's for review and to add details
* completed and reviewed some todo's based on conversation with Austin
* add the kubernetes reviewed part
* add references to macOS
* rectified the parameter and value separator from = to ' '
* added that kickstart wih claiming options needs to specific privileges
* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)
* further work on related pages to keep things synced
* reviewed the command on docker exec and aded more to-do's for review and to add details
* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)
* further work on related pages to keep things synced
* reviewed the command on docker exec and aded more to-do's for review and to add details
* completed and reviewed some todo's based on conversation with Austin
* add the kubernetes reviewed part
* add references to macOS
* rectified the parameter and value separator from = to ' '
* added that kickstart wih claiming options needs to specific privileges
* remove FreeBSD from text and reviewed some text as per Austin's suggestion
* removed TODOs, printscreen can be added later on and updated as per a review comment
* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)
* further work on related pages to keep things synced
* reviewed the command on docker exec and aded more to-do's for review and to add details
* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)
* further work on related pages to keep things synced
* reviewed the command on docker exec and aded more to-do's for review and to add details
* completed and reviewed some todo's based on conversation with Austin
* add the kubernetes reviewed part
* add references to macOS
* rectified the parameter and value separator from = to ' '
* added that kickstart wih claiming options needs to specific privileges
* remove FreeBSD from text and reviewed some text as per Austin's suggestion
* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)
* further work on related pages to keep things synced
* reviewed the command on docker exec and aded more to-do's for review and to add details
* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)
* further work on related pages to keep things synced
* reviewed the command on docker exec and aded more to-do's for review and to add details
* completed and reviewed some todo's based on conversation with Austin
* added that kickstart wih claiming options needs to specific privileges
* removed TODOs, printscreen can be added later on and updated as per a review comment
* rebased from master and removed kickstart for reconnect a node as a possibility
* added adding nodes from Node view after Kaskavelis callout
* added adding nodes from Node view after Kaskavelis callout
* Use `glibtoolize` on macOS instead of regular `libtoolize`.
This ensures we get the version from Homebrew instead of the version
from XCode.
* Update install documentation for macOS.
* Intial pass through docs
* Dash instead of slash
* To parent/child
* Child nodes
* Change diagrams
* Allowlist
* Fixes for Andrew
* Remove from build_external
* Change in proc
* Fixed a few more links
* Remove old syntax
* Abs-relative links to files in docs folder
* Trying to fix nother doc learn link
* Fix a few more links
* Add testing doc
* Tracking down mysteries
* Cleanup
* Update broken external links
* Remove index.html that appeared from testing
* Fix remainder of links
* Initial commit to bring new branch up to speed with previous work
* Initial commit to bring new branch up to speed with previous work
* Pass through for grammar and typos
* Pass through for grammar and typos
* First additions
* Improvements to installation page plus new separate kickstart page
* Lots of new pages, lots of improvements
* Continued work
* Fixing the install grid
* Added methods to nav
* Fix typo and add kickstart to nav
* CSS cleanup
* Various cleanup
* Cleanup on update/uninstall pages
* Add responsiveness to install grid
* Update checking of the kickstart files MD5 checksusm.
This updates the CI script used to verify the MD5 checksums of the
kickstart files as being correct in the documentation to use the new
locations for the respective checksums.
This is more involved than a simple path update because the existing
script assumes that both checksums are listed in the same file, which is
no longer the case.
Any future updates that move the location of the checksums just need to
modify the lines in tests/installer/checksums.sh that start with
`check_checksum` to point to the correct files.
* Added Alpine package for James
* Add packages to top of installation page
* Fix for Chris
* Telemetry fixes
* Trying to fix CI
* Changing checksums
* Fix CI checks for kickstart checksums.
The changed wording was confusing the code that parsed the checksum out
of the documentation, this fixes the code to handle this new wording
correctly.
* Update kickstart-static64 checksum
* Update 64 checksum
Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>