Skip to content

Commit 96b9dd4

Browse files
committed
Add API server config API v1alpha1
The `v1alpha1` API is not the *latest* version but it contains some new structures not seen in `v1beta1` or `v1`.
1 parent 11c8889 commit 96b9dd4

File tree

3 files changed

+442
-0
lines changed

3 files changed

+442
-0
lines changed

content/en/docs/concepts/cluster-administration/system-traces.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ kind: TracingConfiguration
5757
samplingRatePerMillion: 100
5858
```
5959

60+
For more information about the `TracingConfiguration` struct, see
61+
[API server config API (v1alpha1)](/docs/reference/config-api/apiserver-config.v1alpha1/#apiserver-k8s-io-v1alpha1-TracingConfiguration).
62+
6063
## Stability
6164

6265
Tracing instrumentation is still under active development, and may change in a variety of ways. This includes span names, attached attributes, instrumented endpoints, etc. Until this feature graduates to stable, there are no guarantees of backwards compatibility for tracing instrumentation.

content/en/docs/reference/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ configure kubernetes components or tools. Most of these APIs are not exposed
7171
by the API server in a RESTful way though they are essential for a user or an
7272
operator to use or manage a cluster.
7373

74+
* [kube-apiserver configuration (v1alpha1)](/docs/reference/config-api/apiserver-config.v1alpha1/)
7475
* [kubelet configuration (v1beta1)](/docs/reference/config-api/kubelet-config.v1beta1/)
7576
* [kube-scheduler configuration (v1beta1)](/docs/reference/config-api/kube-scheduler-config.v1beta1/)
7677
* [kube-scheduler configuration (v1beta2)](/docs/reference/config-api/kube-scheduler-config.v1beta2/)

0 commit comments

Comments
 (0)