vmware-tanzu / crash-diagnostics

Crash-Diagnostics (Crashd) is a tool to help investigate, analyze, and troubleshoot unresponsive or crashed Kubernetes clusters.
Other
182 stars 43 forks source link

[Feature] `ssm` function #225

Open sfzylad opened 2 years ago

sfzylad commented 2 years ago

CAPA provides a way to deploy clusters on AWS without a jumpbox. Instead SSM Session Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html) is used to access nodes. For such cases having additional ssm() starlark function would be useful.

sfzylad commented 2 years ago

Working on something in #228