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

docs: improve list on install landing page #1400

Merged
merged 5 commits into from
May 12, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions docs/content/en/docs/install/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Installation
description: Learn how to install, configure, and upgrade the Keptn Lifecycle Toolkit
icon: concepts
layout: quickstart
weight: 15
hidechildren: false # this flag hides all sub-pages in the sidebar-multicard.html
---
Expand All @@ -15,12 +13,19 @@ This section provides details about how to install and configure
the components of the Keptn Lifecycle Toolkit
either as a local cluster you use for study, testing, and demonstrations
or as part of an existing production cluster.
The steps are:

1. Understand the [Software versions and resources](reqs.md)
that are required
1. [Bring or create your Kubernetes cluster](k8s.md)
1. [Replace the default cert-manager](cert-manager.md) (optional)
This step is only required if you want to replace the default KLT cert-manager
with another cert-manager.
1. [Install the Keptn Lifecycle Controller](install.md)
1. [Upgrade](upgrade.md) to a new version of the Keptn Lifecycle Toolkit
that are required.
1. [Bring or create your Kubernetes cluster](k8s.md).
1. [Replace the default cert-manager](cert-manager.md) (optional).
This step is only required if you want to replace
the default KLT cert-manager with another cert-manager.
1. [Install the Keptn Lifecycle Controller](install.md).
StackScribe marked this conversation as resolved.
Show resolved Hide resolved
1. [Enable `lifecycle-toolkit`](install.md/#enable-klt-for-your-cluster).
StackScribe marked this conversation as resolved.
Show resolved Hide resolved
This step is not required if you only want to run Keptn Metrics.

This section also includes:

1. How to [Upgrade](upgrade.md)
to a new version of the Keptn Lifecycle Toolkit
Loading