Skip to content
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

Handling FIPS image upgrades #1020

Open
buddwm opened this issue Mar 6, 2024 · 0 comments
Open

Handling FIPS image upgrades #1020

buddwm opened this issue Mar 6, 2024 · 0 comments

Comments

@buddwm
Copy link

buddwm commented Mar 6, 2024

When upgrading from the cockroachdb/cockroach:v22.2.17-fips image to the cockroachdb/cockroach:v22.2.19-fips image using the k8s operator, we noticed that the operator will first upgrade each statefulset pod to the base image (in this case cockroachdb/cockroach:v22.2.19), and then once that upgrade completes, the operator will then do a 2nd upgrade to each statefulset pod to the -fips image. Is this intended behavior? If not intended, is there a different procedure we should follow when upgrading the fips image?

The concern around the 2-stage process is that for a small period of time, between moving to the base image and moving back to the fips image, we're not enforcing FIPS mode. Thanks for any info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant