-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed vulnerabilities found in Trivy scan #7
fixed vulnerabilities found in Trivy scan #7
Conversation
Pull Request Test Coverage Report for Build 11438661854Details
💛 - Coveralls |
@deepak07dbz can you check why the Github actions for build, test are failing - and then update them?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add details on testing - commands to show the multus pod working etc.
@deepak07dbz The GitHub actions have been updated in the master branch - e.g. they are passing on this PR #5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Please update the image and test in a SMCP testbed (5.11 branch)
fixed trivy vulns and changed image os from centos to alpine.
$ k get po -A | grep multus
luigi-system kube-multus-ds-amd64-kcftf 1/1 Running 0 18m
$ k describe -n luigi-system po/kube-multus-ds-amd64-kcftf | grep -i image
Image: quay.io/platform9/multus:v3.7.2-pmk-3440935
Image ID: quay.ioplatform9multus@sha256:132b84a4283a877ba8ef70e6fde2189b3592ac3d4434cae314eb60c4cdd9034a
Normal Pulling 20m kubelet Pulling image "quay.io/platform9/multus:v3.7.2-pmk-3440935"
Normal Pulled 20m kubelet Successfully pulled image "quay.io/platform9/multus:v3.7.2-pmk-3440935" in 7.492502632s (7.492629461s including waiting)