Skip to content

Commit a370442

Browse files
committed
Use youtube shortcode for demo video
1 parent 9c27e17 commit a370442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/blog/_posts/2023-05-12-in-place-pod-resize/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Once the local cluster is up and running, Kubernetes users can schedule pods
110110
with resources, and resize the pods via kubectl. An example of how to use this
111111
feature is illustrated in the following demo video.
112112

113-
[![](in-place-pod-resize-demo.png)](https://youtu.be/1m2FOuB6Bh0)
113+
{{< youtube id="1m2FOuB6Bh0" title="In-place resize of pod CPU and memory resources">}}
114114

115115

116116
## Example Use Cases
@@ -141,7 +141,7 @@ application has finished initializing.
141141

142142
## Known Issues
143143

144-
This feature enters v1.27 at [alpha stage](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-stages).
144+
This feature enters v1.27 at [alpha stage](/docs/reference/command-line-tools-reference/feature-gates/#feature-stages).
145145
Below are a few known issues users may encounter:
146146
- containerd versions below v1.6.9 do not have the CRI support needed for full
147147
end-to-end operation of this feature. Attempts to resize pods will appear

0 commit comments

Comments
 (0)