Skip to content

Commit

Permalink
move more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Oct 31, 2024
1 parent c0b188f commit 5e31f91
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 1,174 deletions.
2 changes: 1 addition & 1 deletion book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
- [K8s Remote Run](lib/k8s/REMOTE_RUN.md)
- [K8s Tutorial](lib/k8s/TUTORIAL.md)
- [Config](lib/config/config.md)

- [CRIB Connector](lib/crib.md)
---
- [Build info](build_info.md)
7 changes: 7 additions & 0 deletions book/src/lib/crib.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### CRIB Connector

<div class="warning">

`GAPv1` won't be supported, so you can use [this example](https://github.com/smartcontractkit/chainlink/tree/develop/integration-tests/crib), [CI run](https://github.com/smartcontractkit/chainlink/actions/workflows/crib-integration-test.yml)

</div>
8 changes: 8 additions & 0 deletions book/src/lib/k8s/KUBERNETES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Kubernetes

<div class="warning">

Managing k8s is challenging, so we've decided to separate `k8s` deployments here - [CRIB](https://github.com/smartcontractkit/crib)

This documentation is outdated, and we are using it only internally to run our soak tests. For `v2` tests please check [this example](../crib.md) and read [CRIB docs](https://github.com/smartcontractkit/crib)

</div>

We run our software in Kubernetes.

### Local k3d setup
Expand Down
Loading

0 comments on commit 5e31f91

Please sign in to comment.