diff --git a/examples/example4.py b/examples/example4.py index 5c0549585..334e282c2 100644 --- a/examples/example4.py +++ b/examples/example4.py @@ -32,7 +32,7 @@ def main(): # utility config.load_kube_config(context=option) - print("Active host is %s" % configuration.host) + print("Active host is %s" % configuration.Configuration().host) v1 = client.CoreV1Api() print("Listing pods with their IPs:")