Upgrading From Helmfile based Deployment to Superstream Helm Chart
This upgrade requires manual steps due to transitioning from a Helmfile-based deployment to the new Superstream Helm Chart.
Step-by-Step Upgrade Procedure
Step 1: Validate Services and Report Generation
$ kubectl get pods -n superstream
NAME READY STATUS RESTARTS AGE
nats-0 3/3 Running 0 9m4s
nats-1 3/3 Running 0 9m4s
nats-2 3/3 Running 0 9m4s
superstream-data-plane-5dbb87fbb4-fjw8k 1/1 Running 0 9m4s
superstream-syslog-6f9855df8c-hl6p8 1/1 Running 0 9m4s
telegraf-6f77bf96d-m8zgx 1/1 Running 0 9m4s$ kubectl logs superstream-data-plane-5dbb87fbb4-fjw8k -n superstream
2024-06-06T12:15:40Z INF Superstream is up and running
2024-06-06T12:15:40Z INF version 1.0.84
2024-06-06T12:15:40Z INF pprof server started on port 6060Step 2: Scale Down Deployments
Step 3: List and Remove Helm Releases
Step 4: Configure Environment Tokens
Step 5: Deploy New Superstream Helm Chart
Step 6: Scale Up Deployments
Step 7: Validate the Deployment
Summary
Last updated
Was this helpful?

