convert unnecessary note admonition to normal text
This commit is contained in:
@@ -177,11 +177,7 @@ Use `kubectl edit` to modify the size of a Cassandra StatefulSet.
|
|||||||
kubectl edit statefulset cassandra
|
kubectl edit statefulset cassandra
|
||||||
```
|
```
|
||||||
|
|
||||||
This command opens an editor in your terminal. The line you need to change is the `replicas` field.
|
This command opens an editor in your terminal. The line you need to change is the `replicas` field. The following sample is an excerpt of the StatefulSet file:
|
||||||
|
|
||||||
{{< note >}}
|
|
||||||
**Note:** The following sample is an excerpt of the StatefulSet file.
|
|
||||||
{{< /note >}}
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Please edit the object below. Lines beginning with a '#' will be ignored,
|
# Please edit the object below. Lines beginning with a '#' will be ignored,
|
||||||
|
|||||||
@@ -4,4 +4,4 @@
|
|||||||
// media queries
|
// media queries
|
||||||
@import "base"
|
@import "base"
|
||||||
@import "tablet"
|
@import "tablet"
|
||||||
@import "desktop"
|
@import "desktop"
|
||||||
Reference in New Issue
Block a user