Skip to content

Conversation

ricoberger
Copy link
Member

It is now possible to view Ephemeral Containers in the overview page of
a pod and to create Ephemeral Containers via the debug actions. To make
it easier for users to create such containers it is possible to specify
a list of templates for the Ephemeral Containers in the configuration
file via the 'ephemeralContainers' key in the resources plugin section.

To make use of an created Ephemeral Container we also added them to the
terminal modal. This allows our users to exec into the created
containers.

To support the parsing of these templates in from the configuration
file, we had to switch our used yaml package from gopkg.in/yaml.v2 to
sigs.k8s.io/yaml, which also supports parsing of yaml files via the
specified json tags.

@ricoberger ricoberger force-pushed the add-support-for-ephemeral-containers branch 2 times, most recently from 2e3271c to f0e45a4 Compare August 2, 2021 21:05
It is now possible to view Ephemeral Containers in the overview page of
a pod and to create Ephemeral Containers via the debug actions. To make
it easier for users to create such containers it is possible to specify
a list of templates for the Ephemeral Containers in the configuration
file via the 'ephemeralContainers' key in the resources plugin section.

To make use of an created Ephemeral Container we also added them to the
terminal modal. This allows our users to exec into the created
containers.

To support the parsing of these templates in from the configuration
file, we had to switch our used yaml package from gopkg.in/yaml.v2 to
sigs.k8s.io/yaml, which also supports parsing of yaml files via the
specified json tags.
@ricoberger ricoberger force-pushed the add-support-for-ephemeral-containers branch from f0e45a4 to d8d3e9f Compare August 2, 2021 21:33
@ricoberger ricoberger merged commit 249270c into main Aug 2, 2021
@ricoberger ricoberger deleted the add-support-for-ephemeral-containers branch August 2, 2021 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant