Skip to content

Commit 3ef7b71

Browse files
committed
Note on min faas-cli version
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 33c33d7 commit 3ef7b71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/openfaas-pro/builder.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ faas-cli up --remote-builder http://127.0.0.1:8081/build \
113113

114114
Build secrets let you pass private registry tokens, CA certificates, or other sensitive values into a `RUN --mount=type=secret` instruction during a remote build. Secrets are sealed (encrypted) client-side so they are protected in transit, even without TLS.
115115

116+
> Note: `faas-cli` version 0.18.5+ is required for the `secret keygen`, `secret seal`, and `secret unseal` commands.
117+
116118
#### Setup
117119

118120
Generate a keypair and create a Kubernetes secret with the private key:

0 commit comments

Comments
 (0)