mitigram/kubectl

Will download (if necessary) and run kubectl

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configbase64-encoded Kubernetes configuration YAML fileno""
hostKubernetes cluster hostno""
certificateKubernetes cluster CA certificateno""
usernameUsername for access to Kubernetes clusterno""
passwordPassword for access to Kubernetes clusterno""
tokenToken for access to Kubernetes cluster, instead of username/password pair no""
argscommand-line options for kubectl callyescluster-info
rootRoot for kubectl download locationnohttps://storage.googleapis.com/kubernetes-release/release
versionkubectl version to use, latest stable will be used when empty, the default. no""
optionsAdditional options to kubectl wrapper, e.g. -v to print out additional verbose information. This is a semi-internal input and should only be used for debugging. no""
cacheHow long should installed kubectl binaries and version information, be kept in cache before a new download will be attempted. This is best expressed as a number of seconds, but also supports simple human-readable periods such as 3d or 5 months. The default is one day. no1d
namedescription
valueoutput of the kubectl call.
versionkubectl version that was used and/or installed. This will be a semantic version, i.e. <major>.<minor>.<patch>.