From 651cf059e387cc68ae0e4a200e85a904d509d226 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 23 May 2018 07:35:31 +0200 Subject: [PATCH] Hugo: Fix kubernetes-api.md (#8566) Fix link for kubectl. --- content/en/docs/concepts/overview/kubernetes-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/overview/kubernetes-api.md b/content/en/docs/concepts/overview/kubernetes-api.md index dda6661ab3..c745cd6086 100644 --- a/content/en/docs/concepts/overview/kubernetes-api.md +++ b/content/en/docs/concepts/overview/kubernetes-api.md @@ -10,7 +10,7 @@ API endpoints, resource types and samples are described in [API Reference](/docs Remote access to the API is discussed in the [access doc](/docs/admin/accessing-the-api). -The Kubernetes API also serves as the foundation for the declarative configuration schema for the system. The [kubectl](/docs/user-guide/kubectl/) command-line tool can be used to create, update, delete, and get API objects. +The Kubernetes API also serves as the foundation for the declarative configuration schema for the system. The [kubectl](/docs/reference/kubectl/overview/) command-line tool can be used to create, update, delete, and get API objects. Kubernetes also stores its serialized state (currently in [etcd](https://coreos.com/docs/distributed-configuration/getting-started-with-etcd/)) in terms of the API resources. @@ -31,7 +31,7 @@ Starting with Kubernetes 1.10, OpenAPI spec is served in a single `/openapi/v2` Requested format is specified by setting HTTP headers: Header | Possible Values ------- | -------------- +------ | --------------- Accept | `application/json`, `application/com.github.proto-openapi.spec.v2@v1.0+protobuf` (the default content-type is `application/json` for `*/*` or not passing this header) Accept-Encoding | `gzip` (not passing this header is acceptable)