This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Examples

Create an encryption key

cryptctl init -n <namespace> -p k8s

cryptctl init

Create an encrypted-secret manifest

cryptctl create -f demo.yaml -p k8s

cryptctl create

Edit encrypted-secrets manifest to add secret

cryptctl edit demo.yaml

cryptctl edit