Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the docs to match the new Information Architecture #1663

Merged
merged 13 commits into from
May 1, 2023
7 changes: 4 additions & 3 deletions docs/6-zarf-tutorials/2-deploying-zarf-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ In this tutorial, we are going to deploy the Helm OCI chart package onto your cl
## Prerequisites

Prior to this tutorial you'll want to have a working cluster with Zarf initialized
1. Zarf binary installed on your $PATH: ([Installing Zarf](../1-getting-started/index.md#installing-zarf))
2. [An initialized cluster](./1-initializing-a-k8s-cluster.md)
3. The [Helm OCI chart package created](./0-using-zarf-package-create.md)

- Zarf binary installed on your $PATH: ([Installing Zarf](../1-getting-started/index.md#installing-zarf))
- [An initialized cluster](./1-initializing-a-k8s-cluster.md)
- The [Helm OCI chart package created](./0-using-zarf-package-create.md)

## Deploying the Helm OCI chart package

Expand Down
6 changes: 3 additions & 3 deletions docs/6-zarf-tutorials/3-deploy-a-retro-arcade.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ In previous tutorials, we learned how to [create a package](./0-using-zarf-packa

## Prerequisites

1. The [Zarf](https://github.com/defenseunicorns/zarf) repository cloned: ([git clone instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository))
2. Zarf binary installed on your $PATH: ([Installing Zarf](../1-getting-started/index.md#installing-zarf))
3. [An initialized cluster](./1-initializing-a-k8s-cluster.md)
- The [Zarf](https://github.com/defenseunicorns/zarf) repository cloned: ([git clone instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository))
- Zarf binary installed on your $PATH: ([Installing Zarf](../1-getting-started/index.md#installing-zarf))
- [An initialized cluster](./1-initializing-a-k8s-cluster.md)

## YouTube Tutorial
[![Deploying Packages with Zarf Video on YouTube](../.images/tutorials/package_deploy_thumbnail.jpg)](https://youtu.be/7hDK4ew_bTo "Deploying Packages with Zarf")
Expand Down
7 changes: 4 additions & 3 deletions docs/6-zarf-tutorials/4-add-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ More specifically, you'll be adding a [Promtail / Loki / Grafana (PLG)](https://
## Prerequisites

Prior to this tutorial you'll want to have a working cluster with Zarf initialized
1. Zarf binary installed on your $PATH: ([Installing Zarf](../1-getting-started/index.md#installing-zarf))
2. [Initialize a cluster](./1-initializing-a-k8s-cluster.md).
3. Perform the [Retro Arcade Tutorial](./3-deploy-a-retro-arcade.md).

- Zarf binary installed on your $PATH: ([Installing Zarf](../1-getting-started/index.md#installing-zarf))
- [Initialize a cluster](./1-initializing-a-k8s-cluster.md).
- Perform the [Retro Arcade Tutorial](./3-deploy-a-retro-arcade.md).

## Youtube Tutorial
[![Tutorial: Add Logging to an existing Zarf Cluster with Zarf Init](../.images/tutorials/logging_thumbnail.png)](https://youtu.be/FYkafs1idlQ "Add Logging to an existing Zarf Cluster with Zarf Init")
Expand Down
6 changes: 3 additions & 3 deletions docs/6-zarf-tutorials/7-publish-and-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ In this tutorial, we are going to run through how to publish a Zarf package to a

For following along locally, please ensure the following prerequisites are met:

1. Zarf binary installed on your `$PATH`: ([Install Instructions](../1-getting-started/index.md#installing-zarf))
2. Access to a [Registry supporting the OCI Distribution Spec](https://oras.land/implementors/#registries-supporting-oci-artifacts), this tutorial will be using Docker Hub
3. Access to a cluster that has been [initialized with zarf](./1-initializing-a-k8s-cluster.md).
- Zarf binary installed on your `$PATH`: ([Install Instructions](../1-getting-started/index.md#installing-zarf))
Racer159 marked this conversation as resolved.
Show resolved Hide resolved
- Access to a [Registry supporting the OCI Distribution Spec](https://oras.land/implementors/#registries-supporting-oci-artifacts), this tutorial will be using Docker Hub
- Access to a cluster that has been [initialized with zarf](./1-initializing-a-k8s-cluster.md).

## Youtube Tutorial
[![Using OCI to Store & Deploy Zarf Packages Video on YouTube](../.images/tutorials/publish_and_deploy_thumbnail.png)](https://www.youtube.com/watch?v=QKxgJnC_37Y "Using OCI to Store & Deploy Zarf Packages")
Expand Down