Skip to content

Commit

Permalink
Merge pull request #374 from jhkrug/refresh/how-tos/cust/shorter-docs
Browse files Browse the repository at this point in the history
Unsaved changes to frontmatter, now in this commit.
  • Loading branch information
jhkrug authored Nov 17, 2023
2 parents acd3b28 + 40f50b6 commit d8931b2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/howtos/customization/create_custom_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sidebar_label: "Creating A custom role"
sidebar_position: 14
title: "Creating a custom role"
description: Creating a custom role in Epinio.
keywords: [epinio, kubernetes, custom role]
keywords: [epinio, kubernetes, create custom role]
doc-type: [how-to]
doc-topic: [epinio, customize, create-custom-role]
doc-topic: [epinio, how-to, customize, create-custom-role]
doc-persona: [epinio-operator]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/howtos/customization/custom_routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Setting up custom routes
description: How to set up custom routes
keywords: [epinio, kubernetes, customization, custom routes]
doc-type: [how-to]
doc-topic: [how-to, customize, custom-routes]
doc-topic: [epinio, how-to, customize, custom-routes]
doc-persona: [epinio-operator]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/howtos/customization/export_to_oci_registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Exporting applications to an OCI registry"
description: Exporting applications to an OCI registry
keywords: [epinio, kubernetes, exporting, OCI registry]
doc-type: [how-to]
doc-topic: [epinio, customize, export-to-oci-registry]
doc-topic: [epinio, how-to, customize, export-to-oci-registry]
doc-persona: [epinio-operator]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ title: "Provisioning an external IP address for local Kubernetes"
description: Provisioning an external IP address for local Kubernetes
keywords: [epinio, kubernetes, external IP addresses]
doc-type: [how-to]
doc-topic: [how-to, customization, external-ip-addresses]
doc-topic: [epinio, how-to, customization, external-ip-addresses]
doc-persona: [epinio-operator]
---

Some platforms for deploying local Kubernetes clusters don't have the ability to provide external IP addresses when creating Kubernetes services with the service type `LoadBalancer`.
Expand Down
1 change: 1 addition & 0 deletions docs/howtos/customization/setup_export_registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: How to set up an export destination registry
keywords: [epinio, kubernetes, export destination registry]
doc-type: [how-to]
doc-topic: [epinio, how-to, custom, setup-export-destination-registry]
doc-persona: [epinio-operator]
---

:::note
Expand Down
1 change: 1 addition & 0 deletions docs/howtos/customization/setup_external_registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: How to setup an external container registry
keywords: [epinio, kubernetes, external container registry setup]
doc-type: [how-to]
doc-topic: [epinio, how-to, custom, setup-external-container-registry]
doc-persona: [epinio-operator]
---

You can use an external registry for Epinio to store application images.
Expand Down
1 change: 1 addition & 0 deletions docs/howtos/customization/setup_external_s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: "How to set up external S3 storage"
keywords: [epinio, kubernetes, external S3 storage]
doc-type: [how-to]
doc-topic: [how-to, custom, external-s3-storage]
doc-persona: [epinio-operator]
---

One of the steps involved in running `epinio push` is storing the requested version of the code in the configured Epinio S3 compatible storage.
Expand Down

0 comments on commit d8931b2

Please sign in to comment.