Skip to content

Commit 5840c8e

Browse files
authored
Convert image to vector SVG (#45968)
* Converted the blog image to vector from Beta Support For Pods With User Namespaces * updated the raster image with svg * Removed the extra whitespace in the image * Made the required changes to render the render the image correctly
1 parent b103775 commit 5840c8e

File tree

2 files changed

+84
-2
lines changed
  • content/en/blog/_posts/2024-04-22-userns-beta
  • static/images/blog/2024-04-22-userns-beta

2 files changed

+84
-2
lines changed

content/en/blog/_posts/2024-04-22-userns-beta/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ signals to, etc. Furthermore, capabilities granted are only valid inside the
6464
user namespace and not on the host, limiting the impact a container
6565
escape can have.
6666

67-
{{< figure src="/images/blog/2024-04-22-userns-beta/userns-ids.png" alt="Image showing IDs 0-65535 are reserved to the host, pods use higher IDs" title="User namespace IDs allocation" >}}
68-
67+
{{< figure src="/images/blog/2024-04-22-userns-beta/image.svg" alt="Image showing IDs 0-65535 are reserved to the host, pods use higher IDs" title="User namespace IDs allocation" class="diagram-medium" >}}
6968

7069
Without using a user namespace, a container running as root in the case of a
7170
container breakout has root privileges on the node. If some capabilities

0 commit comments

Comments
 (0)