Skip to content

Commit

Permalink
Merge pull request #152 from swanchain/fea-update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Normalnoise authored Sep 25, 2024
2 parents 6173800 + f1edb51 commit 8dd3c7a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,22 @@ export CP_PATH=<YOUR_CP_PATH>
```bash
kubectl apply -f $CP_PATH/network-policy.yaml
```
**Note:** The nodes for deploying CP need to open ports in the range of `30000-32767`
- Confirm that all of the network policy are running with the following command.
```
# kubectl get gnp
NAME CREATED AT
global-01kls78xh7dk4n 2024-09-25T04:00:59Z
global-ao9kq72mjc0sl3 2024-09-25T04:00:59Z
global-e59cad59af9c65 2024-09-25T04:00:59Z
global-pd6sdo8cjd61yd 2024-09-25T04:00:59Z
global-pod1namespace1 2024-09-25T04:01:00Z
global-s92ms87dl3j6do 2024-09-25T04:01:00Z
# kubectl get globalnetworksets
NAME CREATED AT
netset-2300e518e9ad45 2024-09-25T04:00:59Z
```
**Note:** The nodes for deploying CP need to open ports in the range of `30000-32767`
- Change the `tasktypes`
```bash
computing-provider account changeTaskTypes --ownerAddress <YOUR_OWNER_WALLET_ADDRESS> 5
Expand Down

0 comments on commit 8dd3c7a

Please sign in to comment.