BGD-5118 Bigdata Proxy version 0.4.11 #211
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira Ticket
BGD-5118
Description
Release a new bigdata-proxy version that fixes vulnerabilities discovered in bigdata-proxy
https://github.com/spotinst/bigdata-proxy/pull/61
Checklist
Test plan and results
Review the following properties
In the bigdata-charts/charts/chart.yaml
appVersion: 0.5.4
In the bigdata-charts/charts/values.yaml
image tag: tag: 0.5.4-4546714a
Upgrade the image to the latest production. proxy image: 0.5.4-4546714a
Run helm upgrade:
helm upgrade bigdata-proxy-bdenv-v67 bigdata-proxy --debug -n spot-system
or directly edit the deployment:
k edit deployment bigdata-proxy-bdenv-v67 -n spot-system
image: 066597193667.dkr.ecr.us-east-1.amazonaws.com/private/bigdata-proxy:0.5.3-3862d889
to
image: 066597193667.dkr.ecr.us-east-1.amazonaws.com/private/bigdata-proxy:0.5.4-4546714a
NOTE: when using helm the operator may quickly move it back to the old version, but when editing it will stay
Make sure a new pod with the new image is started
k get pods
bigdata-proxy-bdenv-v67-7d5f78758c-jwsrp 1/1 Running 0 2m1s
Use the proxy pod you see in your list
k get pods bigdata-proxy-bdenv-v67-7d5f78758c-jwsrp -oyaml
image: 066597193667.dkr.ecr.us-east-1.amazonaws.com/private/bigdata-proxy:0.5.4-4546714a
check the logs for the pigdata-proxy-pod
k logs bigdata-proxy-bdenv-v67-7d5f78758c-jwsrp
Make sure the new image 0.5.4-4546714a is running
Make sure there are no errors in the log content
Run devctl integration tests
devctl
control-plane
test
run-with-params
--token=
--accountId=act-12f6b1b9
--clusterId=<Cluster_Id>
--optimizer-url=https://api.spotinst.io
--spark-versions=3.2.1,3.4.0
Tests should complete without errors
...