You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the KubectlCommand function works, we shouldnt be directly invoking kubectl shell commands within validatorctl. Instead we should rework this so that we use a k8s client anywhere that the KubectlCommand function was invoked.
AC
the validatorctl no longer invokes kubectl shell commands
The text was updated successfully, but these errors were encountered:
TylerGillson
changed the title
Remove KubectlCommand function and use a k8s client instead
🎨 Remove KubectlCommand function and use a k8s client instead
Jun 11, 2024
Description
While the KubectlCommand function works, we shouldnt be directly invoking
kubectl
shell commands withinvalidatorctl
. Instead we should rework this so that we use a k8s client anywhere that theKubectlCommand
function was invoked.AC
kubectl
shell commandsThe text was updated successfully, but these errors were encountered: