diff --git a/airgap/README.md b/airgap/README.md index 54c38f4..47ec039 100644 --- a/airgap/README.md +++ b/airgap/README.md @@ -1,3 +1,3 @@ # Example: Airgapped Environments -Try out this example at https://release-v1.porter.sh/examples/airgap/. \ No newline at end of file +Try out this example at https://porter.sh/examples/airgap/. \ No newline at end of file diff --git a/gke/README.md b/gke/README.md index fa4964a..4813c32 100644 --- a/gke/README.md +++ b/gke/README.md @@ -1,7 +1,8 @@ -# Kubernetes + Exec Mixin Example +# GKE Kubernetes + Exec Mixin Example This is a sample Porter bundle that makes use of both the Kubernetes and Exec -mixins. The Kubernetes mixin is used to apply Kubernetes manifests to an +mixins to apply manifests to a GKE Kubernetes cluster. +The Kubernetes mixin is used to apply Kubernetes manifests to an existing Kubernetes cluster, creating an NGINX deployment and a service. The Kubernetes mixin is also used to produce an output with the value of the service's ClusterIP. After the `kubernetes` mixin finishes, the `exec` mixin is diff --git a/kubernetes/README.md b/kubernetes/README.md index c8703be..ca69269 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -12,4 +12,4 @@ porter install -c kubernetes 🚨 GKE requires additional credentials and parameters in order to [connect to a cluster][gke-connect], so use the [GKE Example](/examples/gke-example) instead. -[gke-connect]: http://localhost:1313/best-practices/gke/ +[gke-connect]: https://porter.sh/docs/integrations/gke/ diff --git a/otel-jaeger/README.md b/otel-jaeger/README.md index cb2d4a6..a6d72ac 100644 --- a/otel-jaeger/README.md +++ b/otel-jaeger/README.md @@ -43,4 +43,4 @@ Note that each time you install or upgrade the bundle, all existing collected da porter install --reference ghcr.io/getporter/examples/otel-jaeger:v0.1.0 --allow-docker-host-access ``` -[diagnostics]: https://release-v1.porter.sh/administrators/diagnostics/ +[diagnostics]: https://porter.sh/administrators/diagnostics/ diff --git a/sensitive-data/README.md b/sensitive-data/README.md index 2adace5..36ef58e 100644 --- a/sensitive-data/README.md +++ b/sensitive-data/README.md @@ -8,11 +8,10 @@ file in order to work with this bundle. ## Try it out -Follow the steps in the [Change default secret plugin](https://release-v1.porter.sh/end-users/configuration/#change-the-default-secrets-plugin) documentation -to setup [filesystem](https://release-v1.porter.sh/plugins/filesystem/) plugin. +Follow the steps in the [Upgrade your plugins to securely store sensitive data](https://porter.sh/blog/persist-sensitive-data-safely/) documentation +to setup [filesystem](https://porter.sh/plugins/filesystem/) plugin. After setting up the secret plugin, run to install the bundle: + ``` porter install --reference ghcr.io/getporter/examples/sensitive-data:v0.1.0 --param password=test ``` - -