Skip to content

Commit 3046bce

Browse files
Merge pull request #28 from getporter/updateDocs
Update docs
2 parents ec47179 + 5c58aa2 commit 3046bce

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

airgap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Example: Airgapped Environments
22

3-
Try out this example at https://release-v1.porter.sh/examples/airgap/.
3+
Try out this example at https://porter.sh/examples/airgap/.

gke/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Kubernetes + Exec Mixin Example
1+
# GKE Kubernetes + Exec Mixin Example
22

33
This is a sample Porter bundle that makes use of both the Kubernetes and Exec
4-
mixins. The Kubernetes mixin is used to apply Kubernetes manifests to an
4+
mixins to apply manifests to a GKE Kubernetes cluster.
5+
The Kubernetes mixin is used to apply Kubernetes manifests to an
56
existing Kubernetes cluster, creating an NGINX deployment and a service. The
67
Kubernetes mixin is also used to produce an output with the value of the
78
service's ClusterIP. After the `kubernetes` mixin finishes, the `exec` mixin is

kubernetes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ porter install -c kubernetes
1212

1313
🚨 GKE requires additional credentials and parameters in order to [connect to a cluster][gke-connect], so use the [GKE Example](/examples/gke-example) instead.
1414

15-
[gke-connect]: http://localhost:1313/best-practices/gke/
15+
[gke-connect]: https://porter.sh/docs/integrations/gke/

otel-jaeger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Note that each time you install or upgrade the bundle, all existing collected da
4343
porter install --reference ghcr.io/getporter/examples/otel-jaeger:v0.1.0 --allow-docker-host-access
4444
```
4545

46-
[diagnostics]: https://release-v1.porter.sh/administrators/diagnostics/
46+
[diagnostics]: https://porter.sh/administrators/diagnostics/

sensitive-data/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ file in order to work with this bundle.
88

99
## Try it out
1010

11-
Follow the steps in the [Change default secret plugin](https://release-v1.porter.sh/end-users/configuration/#change-the-default-secrets-plugin) documentation
12-
to setup [filesystem](https://release-v1.porter.sh/plugins/filesystem/) plugin.
11+
Follow the steps in the [Upgrade your plugins to securely store sensitive data](https://porter.sh/blog/persist-sensitive-data-safely/) documentation
12+
to setup [filesystem](https://porter.sh/plugins/filesystem/) plugin.
1313
After setting up the secret plugin, run to install the bundle:
14+
1415
```
1516
porter install --reference ghcr.io/getporter/examples/sensitive-data:v0.1.0 --param password=test
1617
```
17-
18-

0 commit comments

Comments
 (0)