yashbhutwala / kubectl-df-pv

kubectl plugin - giving admins df (disk free) like utility for persistent volumes
Apache License 2.0
413 stars 33 forks source link

Installatino and running #37

Open shvkumara opened 1 year ago

shvkumara commented 1 year ago

I installed the using krew and also as per mac instruction,

  1. With krew

    % kubectl df-pv -n ngfw-saas-stg
    + kubectl df-pv -n ngfw-saas-stg
    Error: error getting output slice: Get "https://<url>:443/api/v1/namespaces/ngfw-saas-stg/pods": dial tcp <ip>: i/o timeout
    Usage:
    df-pv [flags]

    with mac installatino

    % kubectl df-pv
    + kubectl df-pv
    error: unknown command "df-pv" for "kubectl"

    Followed the installation commands as is.

willzhang commented 1 year ago

https://github.com/yashbhutwala/kubectl-df-pv/issues/14