Skip to content

Commit

Permalink
Merge branch 'oceanbase:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
duzp111 authored Jul 8, 2024
2 parents 0fcbef9 + 1f6e2fe commit ff9c35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ssh_client/kubernetes_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, context=None, node=None):
self.container_name = self.node.get("container_name") or "observer"
config_file = self.node.get("kubernetes_config_file")
if config_file is None or config_file == "":
config.kube_config.load_kube_config()
config.load_kube_config()
else:
config.kube_config.load_kube_config(config_file=config_file)
self.client = client.CoreV1Api()
Expand Down

0 comments on commit ff9c35d

Please sign in to comment.