You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
A lot of the documentation, such as the Get Started and Install NGINX Gateway Fabric with Helm ask that users have tools such as Docker, Helm and Kubectl installed before proceeding.
In the example of the Get Started page, I feel it would be helpful to provide a script that installs these dependencies for the user.
The example I made of this script will check if the user has the dependencies installed and display the version installed upon completion.
Right now, this version of the script uses
brew
as the package manager. This could be expanded to support other package managers.Open to any and all feedback.
I uploaded some recordings to asciinema to show how the script works toady.
Install packages that are not yet present
Install packages that are already present
Beta Was this translation helpful? Give feedback.
All reactions