Skip to content
/ kcfcf Public

Kubernetes Config from CLI Flags (for client-go)

Notifications You must be signed in to change notification settings

phsiao/kcfcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Config from CLI Flags

A simple package that help parse CLI flags to generate client-go *rest.Config.

Three common CLI flags:

  • -kubeconfig: path to the kubeconfig file to use (default to ~/.kube/config)
  • -context: the context within the kubeconfig file to use
  • -in-cluster: use in-cluster configuration

About

Kubernetes Config from CLI Flags (for client-go)

Resources

Stars

Watchers

Forks

Packages

No packages published