File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Running in Docker
5656- ` docker compose up --build --exit-code-from regtest ` - To run regression tests in a Docker environment.
5757
5858Running in Kubernetes
59- - ` ./setup .sh ` - To run Polaris as a mini-deployment locally. This will create two pods that bind themselves to port ` 8181 ` .
59+ - ` ./run .sh ` - To run Polaris as a mini-deployment locally. This will create two pods that bind themselves to port ` 8181 ` .
6060- ` kubectl port-forward svc/polaris-service -n polaris 8181:8181 ` - To create a secure connection between a local machine and a pod within the cluster.
6161- ` kubectl get pods -n polaris ` - To check the status of the pods.
6262- ` kubectl get deployment -n polaris ` - To check the status of the deployment.
Original file line number Diff line number Diff line change 1616# limitations under the License.
1717#
1818
19+ # Runs Polaris as a mini-deployment locally. Creates two pods that bind themselves to port 8181.
20+
1921CURRENT_DIR=$( pwd)
2022
2123# deploy the registry
You can’t perform that action at this time.
0 commit comments