mirror of https://github.com/knative/docs.git
Move install docs to administration (#6403)
This commit is contained in:
parent
9a8b040a53
commit
53549c54b5
|
@ -164,6 +164,7 @@ plugins:
|
|||
versioned/eventing/sink/kafka-sink.md: versioned/eventing/sinks/kafka-sink.md
|
||||
versioned/eventing/sources/containersource.md: versioned/eventing/custom-event-source/containersource/README.md
|
||||
versioned/eventing/sources/pingsource/index.md: versioned/eventing/sources/ping-source/README.md
|
||||
versioned/install/quickstart-install.md: versioned/getting-started/quickstart-install.md
|
||||
versioned/install/collecting-logs/index.md: versioned/serving/observability/logging/collecting-logs.md
|
||||
versioned/install/collecting-metrics/index.md: versioned/serving/observability/metrics/collecting-metrics.md
|
||||
versioned/install/eventing/eventing-installation-files.md: versioned/install/yaml-install/eventing/eventing-installation-files.md
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- Snippet used in the following topics:
|
||||
- versioned/getting-started/quickstart-install.md
|
||||
- versioned/install/quickstart-install.md
|
||||
-->
|
||||
## Install the Knative quickstart plugin
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- Snippet used in the following topics:
|
||||
- versioned/getting-started/README.md
|
||||
- versioned/install/quickstart-install.md
|
||||
- versioned/getting-started/quickstart-install.md
|
||||
-->
|
||||
## Before you begin
|
||||
|
|
|
@ -39,49 +39,6 @@ nav:
|
|||
- 6 - Advanced event filtering: bookstore/page-6/advanced-event-filtering.md
|
||||
- 7 - Connect Slack via Camel-K: bookstore/page-7/slack-sink-learning-knative-eventing-and-apache-camel-K-integration.md
|
||||
- 8 - Extra Challenges: bookstore/extra-challenge/README.md
|
||||
###############################################################################
|
||||
# Installing
|
||||
###############################################################################
|
||||
- Installing:
|
||||
- About installing Knative: install/README.md
|
||||
- Install CLI Tools: client/install-kn.md
|
||||
- Install quickstart: install/quickstart-install.md
|
||||
# YAML Installation
|
||||
- Install Knative with YAML:
|
||||
- About YAML-based installation: install/yaml-install/README.md
|
||||
- Install Knative Serving:
|
||||
- Install Serving with YAML: install/yaml-install/serving/install-serving-with-yaml.md
|
||||
- Knative Serving installation files: install/yaml-install/serving/serving-installation-files.md
|
||||
- Install Knative Eventing:
|
||||
- Install Eventing with YAML: install/yaml-install/eventing/install-eventing-with-yaml.md
|
||||
- Knative Eventing installation files: install/yaml-install/eventing/eventing-installation-files.md
|
||||
# Operator Installation
|
||||
- Install with Knative Operator:
|
||||
- Install by using the Knative Operator: install/operator/knative-with-operators.md
|
||||
- Install by using the Knative Operator CLI plugin: install/operator/knative-with-operator-cli.md
|
||||
- Configuring Knative using the Operator: install/operator/configuring-with-operator.md
|
||||
- Configuring Knative Serving CRDs: install/operator/configuring-serving-cr.md
|
||||
- Configuring Knative Eventing CRDs: install/operator/configuring-eventing-cr.md
|
||||
# Advanced options for Serving
|
||||
- Install advanced options:
|
||||
# Istio Installation
|
||||
- Install Istio for Knative: install/installing-istio.md
|
||||
# Cert-manager Installation
|
||||
- Install cert-manager: install/installing-cert-manager.md
|
||||
# Backstage plugin
|
||||
- Install Knative Backstage plugin: install/installing-backstage-plugins.md
|
||||
# Vendor docs
|
||||
- Using a Knative-based offering: install/knative-offerings.md
|
||||
# Upgrading Knative
|
||||
- Upgrading your installation:
|
||||
- About upgrading Knative: install/upgrade/README.md
|
||||
- Checking your Knative version: install/upgrade/check-install-version.md
|
||||
- Upgrading with kubectl: install/upgrade/upgrade-installation.md
|
||||
- Upgrading with the Knative Operator: install/upgrade/upgrade-installation-with-operator.md
|
||||
# Uninstall
|
||||
- Uninstalling Knative: install/uninstall.md
|
||||
# Troubleshooting
|
||||
- Troubleshooting Knative: install/troubleshooting.md
|
||||
###############################################################################
|
||||
# Functions
|
||||
###############################################################################
|
||||
|
@ -108,7 +65,7 @@ nav:
|
|||
- About Revisions: serving/revisions/README.md
|
||||
- Administrator configuration options: serving/revisions/revision-admin-config-options.md
|
||||
- Developer configuration options: serving/revisions/revision-developer-config-options.md
|
||||
# add other resource types
|
||||
# add other resource types
|
||||
- Autoscaling:
|
||||
- About autoscaling: serving/autoscaling/README.md
|
||||
- Supported autoscaler types: serving/autoscaling/autoscaler-types.md
|
||||
|
@ -325,6 +282,48 @@ nav:
|
|||
- Installing the Knative CLI: client/install-kn.md
|
||||
- Customizing kn: client/configure-kn.md
|
||||
- kn plugins: client/kn-plugins.md
|
||||
###############################################################################
|
||||
# Administration
|
||||
###############################################################################
|
||||
- Administration:
|
||||
# TODO: add a general overview of Knative for administrators
|
||||
- Installing Knative: install/README.md
|
||||
# YAML Installation
|
||||
- Install Knative with YAML:
|
||||
- About YAML-based installation: install/yaml-install/README.md
|
||||
- Install Knative Serving:
|
||||
- Install Serving with YAML: install/yaml-install/serving/install-serving-with-yaml.md
|
||||
- Knative Serving installation files: install/yaml-install/serving/serving-installation-files.md
|
||||
- Install Knative Eventing:
|
||||
- Install Eventing with YAML: install/yaml-install/eventing/install-eventing-with-yaml.md
|
||||
- Knative Eventing installation files: install/yaml-install/eventing/eventing-installation-files.md
|
||||
# Operator Installation
|
||||
- Install with Knative Operator:
|
||||
- Install by using the Knative Operator: install/operator/knative-with-operators.md
|
||||
- Install by using the Knative Operator CLI plugin: install/operator/knative-with-operator-cli.md
|
||||
- Configuring Knative using the Operator: install/operator/configuring-with-operator.md
|
||||
- Configuring Knative Serving CRDs: install/operator/configuring-serving-cr.md
|
||||
- Configuring Knative Eventing CRDs: install/operator/configuring-eventing-cr.md
|
||||
# Advanced options for Serving
|
||||
- Install advanced options:
|
||||
# Istio Installation
|
||||
- Install Istio for Knative: install/installing-istio.md
|
||||
# Cert-manager Installation
|
||||
- Install cert-manager: install/installing-cert-manager.md
|
||||
# Backstage plugin
|
||||
- Install Knative Backstage plugin: install/installing-backstage-plugins.md
|
||||
# Vendor docs
|
||||
- Using a Knative-based offering: install/knative-offerings.md
|
||||
# Upgrading Knative
|
||||
- Upgrading your installation:
|
||||
- About upgrading Knative: install/upgrade/README.md
|
||||
- Checking your Knative version: install/upgrade/check-install-version.md
|
||||
- Upgrading with kubectl: install/upgrade/upgrade-installation.md
|
||||
- Upgrading with the Knative Operator: install/upgrade/upgrade-installation-with-operator.md
|
||||
# Uninstall
|
||||
- Uninstalling Knative: install/uninstall.md
|
||||
# Troubleshooting
|
||||
- Troubleshooting Knative: install/troubleshooting.md
|
||||
###############################################################################
|
||||
# Code samples
|
||||
###############################################################################
|
||||
|
|
|
@ -33,7 +33,7 @@ Use the following steps to install Knative depending on your installation method
|
|||
**Quickstart**:
|
||||
|
||||
1. Install the [CLI Tools](../client/install-kn.md).
|
||||
1. Install the [Knative Quickstart plugin](quickstart-install.md).
|
||||
1. Install the [Knative Quickstart plugin](../getting-started/quickstart-install.md).
|
||||
|
||||
**YAML**:
|
||||
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
audience: administrator
|
||||
components:
|
||||
- serving
|
||||
- eventing
|
||||
function: tutorial
|
||||
---
|
||||
|
||||
# Install the Knative quickstart plugin
|
||||
|
||||
This quickstart plugin provides a simplified Knative installation on a kind or Minikube Kubernetes cluster running locally on a single computer. This installation is well suited for experimentation.
|
||||
|
||||
This installation requires the following prerequisites:
|
||||
|
||||
- The [CLI Tools](../client/install-kn.md) are installed.
|
||||
- Sufficient hardware:
|
||||
|
||||
6 CPUs, 6 GB of memory, and 30 GB of disk storage.
|
||||
|
||||
For information on production installs, see the [Installation Roadmap](README.md#installation-roadmap).
|
||||
|
||||
--8<-- "quickstart-install.md"
|
||||
|
||||
## Next steps
|
||||
|
||||
- Learn how to deploy your first Service in the [Knative tutorial](../getting-started/first-service.md).
|
||||
- Try out Knative [code samples](../samples/README.md).
|
||||
- See the [Knative Serving](../serving/README.md) and [Knative Eventing](../eventing/README.md) guides.
|
|
@ -108,11 +108,6 @@ section.home-container {
|
|||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.md-button--secondary {
|
||||
background-color: var(--md-primary-fg-color--dark);
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.home-container .md-button,
|
||||
.need-to-know-more-container .md-button {
|
||||
background-color: var(--md-primary-fg-color--light);
|
||||
|
@ -120,11 +115,25 @@ section.home-container {
|
|||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.home-container .md-button--primary {
|
||||
.md-typeset .call-to-action .md-button {
|
||||
margin-top: 0.5rem;
|
||||
border-radius: 8px;
|
||||
color: var(--md-primary-fg-color--dark);
|
||||
background-color: var(--md-primary-fg-color);
|
||||
border-color: var(--md-primary-fg-color);
|
||||
}
|
||||
|
||||
.md-typeset .call-to-action .md-button.md-button--primary {
|
||||
color: var(--md-primary-fg-color);
|
||||
background-color: var(--md-primary-fg-color--dark);
|
||||
border-color: var(--md-primary-fg-color--dark);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.md-typeset .call-to-action .md-button:focus,
|
||||
.md-typeset .call-to-action .md-button:hover {
|
||||
background-color: var(--md-accent-fg-color) !important;
|
||||
border-color: var(--md-accent-fg-color) !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
h3.trusted-by {
|
||||
|
@ -495,18 +504,6 @@ div.components-content {
|
|||
padding: 1rem 1.5rem;
|
||||
}
|
||||
|
||||
.md-typeset .md-button.black {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.md-typeset .md-button.black:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.md-typeset .md-button.white {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* cncf notice container css */
|
||||
.cncf-notice-container {
|
||||
background-color: white;
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
<p class="call-to-action">
|
||||
<a
|
||||
href="{{ 'docs/getting-started/tutorial' | url }}"
|
||||
class="md-button black md-button--primary"
|
||||
class="md-button md-button--primary"
|
||||
>Try the tutorial</a
|
||||
>
|
||||
<a
|
||||
href="{{ 'docs/install/' | url }}"
|
||||
class="md-button white md-button--secondary"
|
||||
class="md-button"
|
||||
>Install Knative on your cluster</a
|
||||
>
|
||||
</p>
|
||||
|
@ -187,7 +187,7 @@
|
|||
<h1>Case Studies & Testimonies</h1>
|
||||
<a href="{{ 'about/testimonials/' | url }}">
|
||||
<div class="card kelsey-testimonial">
|
||||
<img src="images/home-images/Kelsey.png" alt="Kelsey Hightower" />
|
||||
<img src="images/home-images/kelsey.png" alt="Kelsey Hightower" width="139px" height="140px"/>
|
||||
<div>
|
||||
<p class="italize">
|
||||
<span class="quote">"</span>If you want to build a
|
||||
|
|
Loading…
Reference in New Issue