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

Mention POLLING_INTERVAL variable in documentation #179

Open
fdaligand opened this issue Nov 24, 2023 · 0 comments
Open

Mention POLLING_INTERVAL variable in documentation #179

fdaligand opened this issue Nov 24, 2023 · 0 comments

Comments

@fdaligand
Copy link

fdaligand commented Nov 24, 2023

Summary

I learned how to quickly start 1Password Connect and the Operator from your video link. However, restarting a pod due to a secret change in 1Password takes 10 minutes (600 seconds) by default.

Use cases

When following the steps in the video, you'll notice that pods, which embed secrets generated by the Kubernetes Operator, are restarted when their associated secrets change in 1Password. Nevertheless, this process is nearly instant in the video but takes 10 minutes with the default configuration. As the POLLING_INTERVAL parameter is not mentioned in either the documentation or the video, it can lead to prolonged debugging times, searching for why it is not working.

Proposed solution

Suggest adding information in the documentation at Configuring Automatic Rolling Restarts of Deployments that restarts will occur based on the POLLING_INTERVAL.

Is there a workaround to accomplish this today?

I personally use the Helm option -set operator.pollingInterval=60, and it works fine. However, it's worth noting that, due to this setting, the local experience doesn't align with what is shown in your video.

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