Kubernetes show-key
#1735
-
The documentation under Docker specifies how to get the master key of Seq using the command line. I am running Seq as specified in the docs using the Helm chart. How would I retrieve the backup key on K8s? When I execute |
Beta Was this translation helpful? Give feedback.
Answered by
jsmithtx
Jan 3, 2023
Replies: 1 comment
-
Found it: Connected to pod with bash terminal: Run the show-key command: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsmithtx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it:
seqsvr show-key
is the command to run in K8sConnected to pod with bash terminal:
kubectl exec -n NAMESPACE POD-NAME -i -t -- bash
Run the show-key command:
seqsvr show-key