Skip to content

Commit 8b383f9

Browse files
authored
add pointers to signature verification (#273)
1 parent bfbfc1a commit 8b383f9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

content/en/02-installing-pixie/03-install-guides/02-self-hosted-pixie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Get Pixie fully managed with [Pixie Community Cloud](/installing-pixie/install-g
8282

8383
1. Install `kustomize` following the directions [here](https://kubectl.docs.kubernetes.io/installation/kustomize/).
8484

85-
1. Deploy Pixie Cloud dependencies and wait for all pods within the `plc` namespace to become ready and available before proceeding to the next step. If there is an error, you may need to retry this step.
85+
1. Deploy Pixie Cloud dependencies and wait for all pods within the `plc` namespace to become ready and available before proceeding to the next step. If there is an error, you may need to retry this step. You may verify any of the images in the generated Kustomize files by following the steps in [Verifying Images](/reference/admin/verifying-images/).
8686

8787
```bash
8888
kustomize build k8s/cloud_deps/base/elastic/operator | kubectl apply -f -

content/en/02-installing-pixie/04-install-schemes/01-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ mv px /usr/local/bin
6363
alias px="docker run -i --rm -v ${HOME}/.pixie:/root/.pixie pixielabs/px"
6464
```
6565

66+
You may validate the signature on the docker image by [verifying the image with cosign](/reference/admin/verifying-images/).
67+
6668
### Using Debian package
6769

6870
Download the assets:

0 commit comments

Comments
 (0)