A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/helm/helm/commit/9247be3b786d417f4ca76bdc168f08f7933cdf6e below:

Pull review comments from v3 doc · helm/helm@9247be3 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+6

-5

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+6

-5

lines changed Original file line number Diff line number Diff line change

@@ -117,18 +117,19 @@ plugin to perform the update of a release to supported APIs. Check out the

117 117

readme for more details.

118 118 119 119

Alternatively, you can follow these manual steps to perform an update of the API

120 -

versions of a release manifest:

120 +

versions of a release manifest. Depending on your configuration you will follow

121 +

the steps for the ConfigMap or Secret backend.

121 122 122 123

- Prerequisites:

123 124

- HELM_PROTOBUF_SCHEMA: [Helm protobuf schema](https://github.com/helm/helm/tree/dev-v2/_proto)

124 125

- PROTOBUF_SCHEMA: [Protobuf base schema](https://github.com/protocolbuffers/protobuf/tree/master/src)

125 -

- Get the name of the latest deployed release:

126 +

- Get the name of the ConfigMap or Secret associated with the latest deployed release:

126 127

- ConfigMap backend: `kubectl get configmap -l OWNER=TILLER,STATUS=DEPLOYED,NAME=<release_name> --namespace <tiller_namespace> | awk '{print $1}' | grep -v NAME`

127 128

- Secrets backend: `kubectl get secret -l OWNER=TILLER,STATUS=DEPLOYED,NAME=<release_name> --namespace <tiller_namespace> | awk '{print $1}' | grep -v NAME`

128 129

- Get latest deployed release details:

129 -

- ConfigMap backend: `kubectl get configmap <release_version_configmap_name> -n <tiller_namespace> -o yaml > release.yaml`

130 -

- Secrets backend: `kubectl get secret <release_version_secret_name> -n <tiller_namespace> -o yaml > release.yaml`

131 -

- Backup the release incase you need to restore if something goes wrong:

130 +

- ConfigMap backend: `kubectl get configmap <release_configmap_name> -n <tiller_namespace> -o yaml > release.yaml`

131 +

- Secrets backend: `kubectl get secret <release_secret_name> -n <tiller_namespace> -o yaml > release.yaml`

132 +

- Backup the release in case you need to restore if something goes wrong:

132 133

- `cp release.yaml release.bak`

133 134

- In case of emergency, restore: `kubectl apply -f release.bak -n <tiller_namespace>`

134 135

- Decode the release object:

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4