Skip to content

Commit be5c29a

Browse files
authored
Rename setup.sh to run.sh (#120)
1 parent 99f9503 commit be5c29a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5858
Running 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.

setup.sh renamed to run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
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+
1921
CURRENT_DIR=$(pwd)
2022

2123
# deploy the registry

0 commit comments

Comments
 (0)