Skip to content

Commit

Permalink
doc: Remove cert flag from quickstart (#364)
Browse files Browse the repository at this point in the history
Remove the `--enable-self-signed-ca` option from the quickstart guide
and webhook information. The quickstart instructions explicitly install the
latest release `v0.10` which does not include the recently added
`--enable-self-signed-ca`. Following the document as-is results in an
`Unknown option` error.

Resolves #370

Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
  • Loading branch information
rafvasq authored May 9, 2023
1 parent 943d239 commit 650104c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ To quickly get started using ModelMesh Serving, here is a brief guide.
- [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) and [kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/) (v3.2.0+)
- At least 4 vCPU and 8 GB memory. For more details, please see [here](install/README.md#deployed-components).

_(Note)_ Regarding webhook certificates, there are 2 options: `cert-manager` and `self-signed-certificate`. Please refer to [install help](install/install-script.md#installation-1).

## 1. Install ModelMesh Serving

### Get the latest release
Expand All @@ -24,7 +22,7 @@ cd modelmesh-serving

```shell
kubectl create namespace modelmesh-serving
./scripts/install.sh --namespace-scope-mode --namespace modelmesh-serving --quickstart --enable-self-signed-ca
./scripts/install.sh --namespace-scope-mode --namespace modelmesh-serving --quickstart
```

This will install ModelMesh Serving in the `modelmesh-serving` namespace, along with an etcd and MinIO instances.
Expand Down

0 comments on commit 650104c

Please sign in to comment.