You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: filecoin/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
We've extended Kubernetes with `Node` custom resource which can be used to create Filecoin nodes across different filecoin networks like Mainnet or Nerpa using `lotus` client from a given spec.
1
+
We've extended Kubernetes with `Node` custom resource which can be used to create Filecoin nodes across different filecoin networks like Mainnet or calibration using `lotus` client from a given spec.
2
2
3
-
Here's an example of a Filecoin node that syncs Nerpa chain:
3
+
Here's an example of a Filecoin node that syncs calibration chain:
4
4
5
5
```yaml
6
6
apiVersion: filecoin.kotal.io/v1alpha1
7
7
kind: Node
8
8
metadata:
9
-
name: nerpa-node
9
+
name: calibration-node
10
10
spec:
11
-
network: nerpa
11
+
network: calibration
12
12
```
13
13
14
14
For all the fields associated with the `Node` API resource:
0 commit comments