We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c9fcf commit a03d043Copy full SHA for a03d043
tasks.py
@@ -130,10 +130,9 @@ def deploy(self):
130
def all_instances():
131
"""Return {(ip, port) : name} for all running nbviewer containers on all machines"""
132
all_nbviewers = {}
133
- docker_machine = Machine()
134
# add ovh by hand
135
# TODO: get service from kubernetes
136
- all_nbviewers[('in51bdkev0.lb.c1.gra.k8s.ovh.net', 80)] = 'ovh'
+ all_nbviewers[('135.125.85.26', 80)] = 'ovh'
137
return all_nbviewers
138
139
0 commit comments