From f0b14568b1c2189e86aee8dd90ac0c9241cb16b2 Mon Sep 17 00:00:00 2001 From: Pratik Bandarkar Date: Fri, 22 Mar 2024 16:36:12 +0000 Subject: [PATCH] Fix typos and kubectl command used to install vault-secrets-operator --- docs/vault-secrets-operator.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/vault-secrets-operator.md b/docs/vault-secrets-operator.md index 8749186f..43279f99 100644 --- a/docs/vault-secrets-operator.md +++ b/docs/vault-secrets-operator.md @@ -1,12 +1,12 @@ # HashiCorp Vault Secret Operators for Genestack Installation -The Vault Secrets Operator (VSO) enables Pods to seamlessly consume Vault secrets from Kubernetes Secrets. This guide outlines the process of consuming secrets stored in Vault for Genestack installation. This is continuation of [vault.md](https://github.com/rackerlabs/genestack/blob/main/docs/vault.md) where we have created few secrets in the Vault +The Vault Secrets Operator (VSO) enables Pods to seamlessly consume Vault secrets from Kubernetes Secrets. This guide outlines the process of consuming secrets stored in Vault for Genestack installation. This is continuation of [vault.md](https://docs.rackspacecloud.com/vault/) where we have created few secrets in the Vault ## Prerequisites -!!! note "Before starting the installation, ensure the following prerequisites are met" +!!! note - **HashiCorp Vault:** Ensure HashiCorp Vault is installed in the cluster. You can refer [vault.md](https://github.com/rackerlabs/genestack/blob/main/docs/vault.md) for more details. + Before starting the installation, ensure HashiCorp Vault is installed in the cluster. You can refer [vault.md](https://docs.rackspacecloud.com/vault/) for more details. ## Installation @@ -25,7 +25,12 @@ vi values.yaml Perform the installation. ``` shell -kustomize build . --enable-helm | kubectl apply -f - +kubectl kustomize . --enable-helm | kubectl apply -f - +``` + +Validate if all the pods are up. +``` shell +kubectl get pods -n vault-secrets-operator ``` ## Consume secrets from the Vault