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
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
-`/readiness` checks if node is still in syncing. This can be used with ReadinessProbe, to make sure RPC requests to a Service will only be served by nodes that have followed up.
27
27
28
+
## Example
29
+
30
+
See the full manifests in Kubevali: <https://github.com/darwinia-network/kubevali/blob/master/deploy/manifests/statefulset.yaml>.
31
+
28
32
## Usage
29
33
30
34
```yaml
31
35
kind: Pod
32
36
spec:
33
37
containers:
34
-
38
+
##
35
39
# The node container
40
+
##
36
41
- name: darwinia
37
42
image: darwinianetwork/darwinia:NODE_VERSION
38
43
# Defining port which will be used to GET plugin health status
0 commit comments