Reusing Vault Setup Script to Prevent Sealing and Unhealthy Container States #1063
Unanswered
AbhilashKD
asked this question in
Questions (FAQs)
Replies: 1 comment 3 replies
-
|
Any Updates on this ? or solutions how can i solve this ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm working with the [Sunbird-RC DevOps repository](https://github.com/Sunbird-RC/devops.git) on the
mainbranch to set up registry and credentialing services on my server. The setup usesmakefor installation, and here are the steps I’ve followed:makecommand, the services are installed, and the Vault unseal keys and tokens are stored in thekeys.txtfile.Everything works fine initially, but when I:
makecommand,The Vault gets sealed again, and I encounter issues such as services showing an
unhealthystate. Here's the state of my containers:Challenges:
unhealthy.Questions:
setup_vault.shscript or the deployment process to automatically unseal Vault using the keys inkeys.txt?Any guidance or examples of similar setups would be highly appreciated. Thanks!
@coolbung @snehal0904 @aimansharief @pallakartheekreddy @vinod303
Beta Was this translation helpful? Give feedback.
All reactions