Method: Pfab::CLI#set_kube_context
- Defined in:
- lib/pfab/cli.rb
#set_kube_context ⇒ Object
302 303 304 305 |
# File 'lib/pfab/cli.rb', line 302 def set_kube_context str = "kubectl config use-context #{config["envs"][$env.to_s]["context"]}" puts_and_system str end |