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
Which project are you requesting an enhancement for?
kubectl-ng
What do you need?
I thought today that it might be useful to have a set of subcommands along the line of kubectl-ng dev <foo> that are useful when developing both kr8s and kubectl-ng.
The first example I thought of would be some kind of event generation command. It could create, modify and delete resources every few seconds to add some simulated events.
This would be useful when debugging issues with methods like watch.
The text was updated successfully, but these errors were encountered:
Which project are you requesting an enhancement for?
kubectl-ng
What do you need?
I thought today that it might be useful to have a set of subcommands along the line of
kubectl-ng dev <foo>
that are useful when developing bothkr8s
andkubectl-ng
.The first example I thought of would be some kind of event generation command. It could create, modify and delete resources every few seconds to add some simulated events.
This would be useful when debugging issues with methods like watch.
The text was updated successfully, but these errors were encountered: