Files
pezkuwi-subxt/polkadot/scripts/kubernetes
Denis Pisarev fc253e6e4d WIP: CI: add spellcheck (#3421)
* CI: add spellcheck

* revert me

* CI: explicit command for spellchecker

* spellcheck: edit misspells

* CI: run spellcheck on diff

* spellcheck: edits

* spellcheck: edit misspells

* spellcheck: add rules

* spellcheck: mv configs

* spellcheck: more edits

* spellcheck: chore

* spellcheck: one more thing

* spellcheck: and another one

* spellcheck: seems like it doesn't get to an end

* spellcheck: new words after rebase

* spellcheck: new words appearing out of nowhere

* chore

* review edits

* more review edits

* more edits

* wonky behavior

* wonky behavior 2

* wonky behavior 3

* change git behavior

* spellcheck: another bunch of new edits

* spellcheck: new words are koming out of nowhere

* CI: finding the master

* CI: fetching master implicitly

* CI: undebug

* new errors

* a bunch of new edits

* and some more

* Update node/core/approval-voting/src/approval_db/v1/mod.rs

Co-authored-by: Andronik Ordian <write@reusable.software>

* Update xcm/xcm-executor/src/assets.rs

Co-authored-by: Andronik Ordian <write@reusable.software>

* Apply suggestions from code review

Co-authored-by: Andronik Ordian <write@reusable.software>

* Suggestions from the code review

* CI: scan only changed files

Co-authored-by: Andronik Ordian <write@reusable.software>
2021-07-14 19:22:58 +02:00
..
2021-07-14 19:22:58 +02:00
2019-03-26 10:58:34 +01:00
2019-03-26 10:58:34 +01:00

Polkadot Kubernetes Helm Chart

This Helm Chart can be used for deploying containerized Polkadot to a Kubernetes cluster.

Prerequisites

  • Tested on Kubernetes 1.10.7-gke.6

Installation

To install the chart with the release name my-release into namespace my-namespace from within this directory:

$ helm install --namespace my-namespace --name my-release --values values.yaml ./

The command deploys Polkadot on the Kubernetes cluster in the configuration given in values.yaml. When the namespace is omitted it'll be installed in the default one.

Removal of the Chart

To uninstall/delete the my-release deployment:

$ helm delete --namespace my-namespace my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Upgrading

Once the chart is installed and a new version should be deployed helm takes care of this by

$ helm upgrade --namespace my-namespace --values values.yaml my-release ./