You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to see?
A successful deployment of our cluster and the ability to add the repo and verify it.
What did you see instead? Under which circumstances?
The nodes failed because the instructions were incorrect:
The secret should be created as additional-certs, not as custom-truststore.
For customers on air-gapped networks especially, but any concerned about security, putting the ES_JAVA_OPTS value in secret is better, as it avoids placing the trust store password in cleartext. This could be listed as an option but should be included:
I updated this to remove the YAML indentation request because I think this resulted from a disconnect between how this customer indents "-" characters and what YAML actually allows. There is no problem with the YAML as written.
Bug Report
What did you do?
I followed the instructions at https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-snapshots.html#k8s-s3-compatible for adding an air-gapped S3 repo whose certificate was not in cacerts.
What did you expect to see?
A successful deployment of our cluster and the ability to add the repo and verify it.
What did you see instead? Under which circumstances?
The nodes failed because the instructions were incorrect:
additional-certs
, not ascustom-truststore
.Then, add to your config:
Environment
ECK version:
2.12.2
Kubernetes information:
insert any information about your Kubernetes environment that could help us:
See also:
#5652
#5969
#4175
The text was updated successfully, but these errors were encountered: