-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
--namespace-scope-mode
for Quickstart (#304)
#### Motivation Quickstart should use namespace scope mode for simplicity. In current version there is an inconsistency wrt `ServingRuntimes` vs `ClusterServingRuntimes`. #### Modifications - `docs/install/install-script.md` (correct a typo) - `docs/quickstart.md` (change install command for ns scope mode and add missing `torchserv` serving runtime) - `scripts/install.sh` (fix `sed -i` commands) #### Result Quickstart install steps work like a charm again :-) #### TODOs Once merged into `main`, we will need to update the `release-0.10` branch as well --- /cc @njhill /assign @njhill Signed-off-by: Christian Kadner <[email protected]> (cherry picked from commit fbd8c62)
- Loading branch information
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters