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

add compatibility symlink for cert bundle #1207

Merged
merged 1 commit into from
Nov 12, 2020

Conversation

bcressey
Copy link
Contributor

Issue number:
Fixes #1202

Description of changes:
Add a symlink for the path where the cluster autoscaler expects to find the CA certificate bundle.

Also renames the tmpfiles snippet to follow the convention we've since adopted elsewhere, to distinguish it from other "conf" files.

Testing done:
Verified that the symlink is created.

# ls -latr /etc/ssl/certs
lrwxrwxrwx. 1 root root 16 Nov 12 16:52 /etc/ssl/certs -> ../pki/tls/certs

# ls -latr /etc/ssl/certs/ca-bundle.crt
-rw-r--r--. 1 root root 221418 Nov  6 18:35 /etc/ssl/certs/ca-bundle.crt

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

This allows the bundle to be found at the "standard" path that some
solutions expect, such as the Kubernetes Cluster Autoscaler.

Signed-off-by: Ben Cressey <[email protected]>
Copy link
Contributor

@zmrow zmrow left a comment

Choose a reason for hiding this comment

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

🥼

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.

Cluster autoscaler is not working with EKS because of missing certificate
4 participants