You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bootstrap.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Apply the resources to the cluster
13
13
-[vault-auth](../infra/vault-auth)
14
14
-[external-secrets](../infra/external-secrets)
15
15
16
-
External-secrets must be configured with an appropriate (Cluster)SecretStore, such as [Vault ClusterSecretStore](../clusters/dqs.dd.soeren.cloud/infra/external-secrets/vault.yaml).
16
+
External-secrets must be configured with an appropriate (Cluster)SecretStore, such as [Vault ClusterSecretStore](../clusters/dqs.dd.soeren.cloud/k8s-infra/external-secrets/vault.yaml).
17
17
18
18
Gather the following information from the cluster
19
19
- vault-auth service account's JWT. Extract using [vault-kubernetes-get-jwt.sh](../contrib/vault-kubernetes-get-jwt.sh) script.
@@ -27,11 +27,11 @@ Now, K8s is connected to Vault using [Kubernetes Auth method](https://developer.
27
27
28
28
Now cert-manager can be bootstrapped using the AWS credentials written to Vault by using external-secrets.
29
29
30
-
Check out [this configuration](../clusters/dqs.dd.soeren.cloud/infra/cert-manager) for inspiration.
30
+
Check out [this configuration](../clusters/dqs.dd.soeren.cloud/k8s-infra-bootstrap/cert-manager) for inspiration.
31
31
32
32
## 4. Bootstrapping istio
33
33
34
34
Bootstrap istio using [install.sh](../contrib/istio/install.sh) which installs istio using Istio Operator and the appropriate config file.
35
35
36
-
Check out [this configuration](../clusters/dqs.dd.soeren.cloud/infra/istio) (Gateways, certificates) is found in each cluster.
36
+
Check out [this configuration](../clusters/dqs.dd.soeren.cloud/k8s-infra/istio) (Gateways, certificates) is found in each cluster.
0 commit comments