Skip to content

How to create s secret file for proxy PSK and how to set values.yaml for it #198

Answered by aeciopires
agnesyangwei asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @agnesyangwei!

It's a good question. I never made it before, but I will share some tips for your test.

Tutorial to create a PSK file:

Assuming you created a PSK file manually on your work computer outside of the Kubernetes cluster, example: $HOME/zabbix_proxy.psk.

You need create a secret manually in Kubernetes cluster. Doc:

Example:

kubectl create secret generic zabbix-proxy-psk-secret --from-file=$HOME/zabbix_proxy.psk -n monitoring

A list of additi…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@agnesyangwei
Comment options

Answer selected by aeciopires
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed question Further information is requested wontfix This will not be worked on
2 participants