docs: Reinstate Quickstart kustomize v4.0.0 prerequisite #245
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Until ModelMesh release 1.0 the Quickstart guide should require
kustomize
version4.0.0
+ since the ModelMesh 0.9 release does not yet have the install script fixes to tolerate older versions of thekustomize
CLI.After the ModelMesh 1.0 release, the Quickstart doc should be changed to allow
kustomize
version3.2.0
since that next release will include the respective install script fixes (#233) to tolerate older versions ofkustomize
.Fixes #243
Modifications
Reinstate the
kustomize
v4.0.0
+ prereqs in the Quickstart guide.Result
The required version of
kustomize
in the Quickstart guide matches what the install and delete scripts support.TODOs
Create a new issue to change the Quickstart guide to allow
kustomize
version3.2.0
after ModelMesh release1.0
since that next release will include the respective install script fixes (#233) to tolerate older versions ofkustomize
./cc @njhill @rafvasq