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

Setting forwarding.fluentd.ssl=false fails to deploy #11

Open
bpayton opened this issue May 19, 2021 · 1 comment
Open

Setting forwarding.fluentd.ssl=false fails to deploy #11

bpayton opened this issue May 19, 2021 · 1 comment

Comments

@bpayton
Copy link

bpayton commented May 19, 2021

Following the instructions in the REAME here https://github.com/sabre1041/openshift-logforwarding-splunk#fluentd, I set ssl=false to disable SSL for the communication between OpenShift and the logforwarder.

snippet of values.yml:

forwarding:
  fluentd:
    port: 24224
    sharedkey: splunkforwarding
    passphrase: ""
    ssl: false
    #caFile: files/default-openshift-logging-fluentd.crt
    #keyFile: files/default-openshift-logging-fluentd.key

However, when deploying the chart, the pod never comes up and produces this error:
MountVolume.SetUp failed for volume "openshift-logforwarding-splunk" : references non-existent secret key: forwarder-tls.crt

This is on OpenShift 4.7. Thanks!

@sabre1041
Copy link
Owner

@bpayton looked into the issue and corrected via 96f448d

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

2 participants