Skip to content

Commit

Permalink
Merge pull request #45 from tqtezos/s-zeng/labels
Browse files Browse the repository at this point in the history
Add matching label to all tezos nodes
  • Loading branch information
nicolasochem authored Nov 16, 2020
2 parents f818bf3 + bce3724 commit b8175bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MULTICLUSTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ chain.
Check that the nodes have matching heads by comparing their hashes:

``` shell
kubectl -n tqtezos exec deployment/tezos-node -c tezos-node -- /usr/local/bin/tezos-client rpc get /chains/main/blocks/head/hash
kubectl get pod -n tqtezos -l appType=tezos -o name | while read line; do kubectl -n tqtezos exec $line -c tezos-node -- /usr/local/bin/tezos-client rpc get /chains/main/blocks/head/hash; done
```
1 change: 1 addition & 0 deletions tqchain/deployment/bootstrap-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ spec:
metadata:
labels:
app: tezos-bootstrap-node
appType: tezos
spec:
securityContext:
fsGroup: 100
Expand Down
1 change: 1 addition & 0 deletions tqchain/deployment/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
metadata:
labels:
app: tezos-node
appType: tezos
spec:
securityContext:
fsGroup: 100
Expand Down

0 comments on commit b8175bc

Please sign in to comment.