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

fixes #228 better check for puppetcerts when running multimaster to prevent infinite hang #232

Merged

Conversation

anthonysomerset
Copy link
Contributor

fixes #228

basically instead of looking for a static file puppet.pem we use find to search for a file that has puppet and ends .pem

this allows for the potential that Kubernetes clusters where certs might get generated with fully qualified paths

Find has to be used because you can't do wildcard file tests in bash so you have to use find in a subshell to search for the wildcard then return a count of files

Copy link
Contributor

@Xtigyro Xtigyro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anthonysomerset Would you mind please resolving the conflicts - bumping further the chart version and running the Unit tests will be needed too.

Copy link
Contributor

@Xtigyro Xtigyro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anthonysomerset Thank you! 🥇

@Xtigyro Xtigyro merged commit 6ef6b04 into puppetlabs:master May 9, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

multiMasters enabled can cause infinite wait to init in some scenarios
2 participants