mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
Adding kraken containerization with readme instructions
This commit is contained in:
committed by
Naga Ravi Chaitanya Elluri
parent
44e753867f
commit
58b51ebffc
@@ -35,6 +35,9 @@ def main(cfg):
|
||||
logging.info("Initializing client to talk to the Kubernetes cluster")
|
||||
kubecli.initialize_clients(kubeconfig_path)
|
||||
|
||||
# find node kraken might be running on
|
||||
kubecli.find_kraken_node()
|
||||
|
||||
# Cluster info
|
||||
logging.info("Fetching cluster info")
|
||||
cluster_version = runcommand.invoke("kubectl get clusterversion")
|
||||
|
||||
Reference in New Issue
Block a user