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
#21 works for things like Deployment or Pod that only include one capital letter, but not for types like StatefulSet or DaemonSet with more than one capital letter.
Here's an example:
$ kubespy status apps/v1 statefulset foo
Server is unable to handle apps/v1, Kind=Statefulset
$ kubespy status apps/v1 StatefulSet foo
Watching status of apps/v1 StatefulSet foo
The text was updated successfully, but these errors were encountered:
#21 works for things like
Deployment
orPod
that only include one capital letter, but not for types likeStatefulSet
orDaemonSet
with more than one capital letter.Here's an example:
The text was updated successfully, but these errors were encountered: