Skip to content

Commit 43382aa

Browse files
author
Mostafa Farghaly
committed
open chainlink ui
1 parent 9871b06 commit 43382aa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

chainlink/node.md

+24
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,27 @@ Get the logs of the running node:
144144
```bash
145145
kubectl logs -f chainlink-node-0
146146
```
147+
148+
## Open Chainlink User Interface
149+
150+
Chainlink node comes with a user interface for managing the node, and it's being served by default on port `6688`.
151+
152+
Forward localhost:6688 calls to the node pod:
153+
154+
```bash
155+
kubectl port-forward chainlink-node-0 6688
156+
```
157+
158+
Open https://localhost:6688 and it will take you to Chainlink node UI. It will ask you for API credentials. Enter the email address in your node's `.spec.apiCredentials.email`, and in the password field, enter `fE2xXKDnR3ns489X`.
159+
160+
🔥🔥🔥
161+
162+
Finally you can delete the node by:
163+
164+
```bash
165+
kubectl delete -f chainlink.yaml
166+
167+
node.chainlink.kotal.io "chainlink-node" deleted
168+
```
169+
170+
Kubernetes garbage collector will delete all the resources that has been created by Kotal Chainlink `Node` controller.

0 commit comments

Comments
 (0)