Add admonition type to shortcode (#9482)

* Change existing admon blocks

* Fix includes issue
This commit is contained in:
Luc Perkins
2018-11-06 11:33:04 -08:00
committed by k8s-ci-robot
parent e839031292
commit d65e1790ff
192 changed files with 673 additions and 543 deletions
@@ -40,7 +40,7 @@ The version is set at the API level rather than at the resource or field level t
The JSON and Protobuf serialization schemas follow the same guidelines for schema changes. The following descriptions cover both formats.
{{< note >}}
**Note:** The API versioning and software versioning are indirectly related. The [API and release
The API versioning and software versioning are indirectly related. The [API and release
versioning proposal](https://git.k8s.io/community/contributors/design-proposals/release/versioning.md) describes the relationship between API versioning and software versioning.
{{< /note >}}
@@ -64,7 +64,7 @@ Here's a summary of each level:
- The software is recommended for only non-business-critical uses because of potential for incompatible changes in subsequent releases. If you have multiple clusters which can be upgraded independently, you may be able to relax this restriction.
{{< note >}}
**Note:** Try the beta features and provide feedback. After the features exit beta, it may not be practical to make more changes.
Try the beta features and provide feedback. After the features exit beta, it may not be practical to make more changes.
{{< /note >}}
- Stable:
@@ -97,7 +97,7 @@ on the apiserver. `--runtime-config` accepts comma separated values. For example
The flag accepts comma separated set of key=value pairs describing runtime configuration of the apiserver.
{{< note >}}
**Note:** When you enable or disable groups or resources, you need to restart the apiserver and controller-manager
When you enable or disable groups or resources, you need to restart the apiserver and controller-manager
to pick up the `--runtime-config` changes.
{{< /note >}}
@@ -57,7 +57,7 @@ can not be removed from that version or have its behavior significantly
changed, regardless of track.
{{< note >}}
**Note:** For historical reasons, there are 2 "monolithic" API groups - "core" (no
For historical reasons, there are 2 "monolithic" API groups - "core" (no
group name) and "extensions". Resources will incrementally be moved from these
legacy API groups into more domain-specific API groups.
{{< /note >}}
@@ -90,7 +90,7 @@ no less than:**
This covers the maximum supported version skew of 2 releases.
{{< note >}}
**Note:** Until [#52185](https://github.com/kubernetes/kubernetes/issues/52185) is
Until [#52185](https://github.com/kubernetes/kubernetes/issues/52185) is
resolved, no API versions that have been persisted to storage may be removed.
Serving REST endpoints for those versions may be disabled (subject to the
deprecation timelines in this document), but the API server must remain capable