Nicolas Ochem

Results 40 issues of Nicolas Ochem

Solution: do not define other bootstrap peers in metadata.yaml, but actually in values.yaml (where it belongs)

release.py loops through the teztnets folders and publishes one teztnet per found folder. However, sometimes we comment out the relevant instantiation of the pulumi resource in index.ts index.ts should dynamically...

Today we just have the docker tag, we need the git tag (extracted from docker tag) and a link to gitlab.

There has been a TRD chart in tezos-k8s for a while, but never used in production to my knowledge. I deployed TRD against a mainnet baker with tezos-k8s and found...

The last remaining piece of https://github.com/midl-dev/tezos-on-gke/ to move into tezos-k8s, tezos-signer-forwarder is a terminating pod for ssh tunnels exposing a tezos signing endpoint from an on-prem location.

When baking for several addresses, today we instantiate only one baker process. This is unsupported and bad, because it does things sequentially. The supported way to bake for several addresses...

I suspect that annotating code snippets with the desired syntax will be enough. Example: ```yaml

documentation

in README, add step 4 about creating a volumeSnapClass In step 6, have the reader pass this name as `--set` variable.

snapshot-engine
documentation

The tezos reward distributor is the most common piece of software to distribute rewards. It provides docker builds. * add it to tezos-k8s as a new chart (for reference, here...

feature
kubernetes
helm

We now have url and sha256 in the xtz-shots metadata. ``` nochem@fedora ~/workspace/pulumi-polkadot () $ curl -Ls https://ithacanet.xtz-shots.io/rolling-snapshot-metadata { "block_hash": "BLAZ284zh5My4XA26vmn8wKCA7DToYr3MbwoSas26ZfAWHvp9Sx", "block_height": "492364", "block_timestamp": "2022-05-05T22:26:05Z", "filename": "ithacanet-492364.rolling", "url": "https://ithacanet.xtz-shots.io/ithacanet-492364.rolling", "filesize_bytes":...

tech-debt
snapshot-engine
bash