Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
  • Loading branch information
bonifaido committed Aug 12, 2020
1 parent c807f77 commit cfdc2a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
10 changes: 1 addition & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
layout: "k8s"
page_title: "Provider: k8s"
sidebar_current: "docs-k8s-index"
description: |-
The k8s provider is used to configure a given Kubernetes cluster with raw manifests. The provider needs to be configured with the proper credentials before it can be used.
---

# Kubernetes Provider
# k8s Provider

The k8s Terraform provider enables Terraform to deploy Kubernetes resources. Unlike the [official Kubernetes provider][kubernetes-provider] it handles raw manifests, leveraging [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) and the [Unstructured API](https://pkg.go.dev/github.com/kubernetes/apimachinery/pkg/apis/meta/v1/unstructured?tab=doc) directly to allow developers to work with any Kubernetes resource natively.

Expand Down
12 changes: 2 additions & 10 deletions docs/r/k8s_manifest.md → docs/resources/manifest.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
layout: "k8s"
page_title: "k8s: k8s_manifest"
sidebar_current: "docs-k8s-resource-manifest"
description: |-
Applies any kind of Kubernetes resources against the Kubernetes API server and waits until it gets provisioned (not supported for CRDs)
---
# k8s_manifest Resource

# k8s_manifest

Applies any kind of Kubernetes resources against the Kubernetes API server and waits until it gets provisioned (not supported for CRDs).
The `k8s_manifest` resource applies any kind of Kubernetes resources against the Kubernetes API server and waits until it gets provisioned (not supported for CRDs).

## Example Usage

Expand Down

0 comments on commit cfdc2a4

Please sign in to comment.