Adding connection info.
This commit is contained in:
parent
df9bc3886a
commit
28d13762f2
|
@ -128,6 +128,13 @@ Deploy to kubernetes:
|
||||||
kubectl apply -f .
|
kubectl apply -f .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Connect to the web gui:
|
||||||
|
```
|
||||||
|
kubectl proxy
|
||||||
|
```
|
||||||
|
http://localhost:8001/api/v1/namespaces/default/services/netbox-nginx:80/proxy/
|
||||||
|
|
||||||
|
|
||||||
### NAPALM Configuration
|
### NAPALM Configuration
|
||||||
|
|
||||||
Since v2.1.0 NAPALM has been tightly integrated into NetBox.
|
Since v2.1.0 NAPALM has been tightly integrated into NetBox.
|
||||||
|
|
Loading…
Reference in New Issue