Skip to content

Commit 16bdd26

Browse files
committed
document fix
1 parent 80793ec commit 16bdd26

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

ads/feature_store/docs/source/user_guides.setup.feature_store_operator.rst

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Feature Store Marketplace Operator can be installed from PyPi using the foll
1212

1313
.. code-block:: bash
1414
15-
python3 -m pip install "https://github.com/oracle/accelerated-data-science.git@oracle-ads[feature-store-marketplace]"
15+
python3 -m pip install oracle-ads[feature-store-marketplace]
1616
1717
1818
After that, the Operator is ready to go!
@@ -35,7 +35,11 @@ Optionally you can specify details for the API Gateway setup for Feature Store
3535
- User group OCIDs authorized to use Feature Store
3636
- OCID of resource manager stack to use for API Gateway deployment
3737

38-
These details can be easily configured in an interactive manner by running the command ``ads operator init --type feature_store_marketplace``
38+
These details can be easily configured in an interactive manner by running the command
39+
40+
.. code-block:: bash
41+
42+
ads operator init --type feature_store_marketplace
3943
4044
Prerequisites for running the operator
4145
----------------------------------------
@@ -51,13 +55,12 @@ Before running the operator you need to configure the following requirements:
5155
Run
5256
----
5357

54-
After the feature_store_marketplace.yaml is written using the init step above, you can start the deployment using:
55-
56-
.. code-block:: bash
57-
58-
ads operator run -f feature_store_marketplace.yaml -b marketplace.python
59-
58+
After the ``feature_store_marketplace.yaml`` is written using the init step above, you can start the deployment using:
6059

60+
.. important::
6161

62+
The installation will happen by default in ``default`` namespace. Ensure that NLB (Network Load Balancer) limit does not exceed the maximum limit.
6263

64+
.. code-block:: bash
6365
66+
ads operator run -f feature_store_marketplace.yaml -b marketplace.python

0 commit comments

Comments
 (0)