You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1649704818.043000000","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3129,"referenced_errors":[{"created":"@1649704818.043000000","description":"failed to connect to all addresses","file":"src/core/lib/transport/error_utils.cc","file_line":163,"grpc_status":14}]}"
"""
The text was updated successfully, but these errors were encountered:
I ran the following program:
"""
from pyhelm.chartbuilder import ChartBuilder
from pyhelm.tiller import Tiller
t = Tiller('127.0.0.1',44134)
#t = Tiller()
chart = ChartBuilder({'name': 'mariadb', 'source': {'type': 'directory', 'location': 'D:\pyhelm\pyhelm\pyhelm\pyhelm-w8r3tnsf\mariadb'}})
t.install_release(chart.get_helm_chart(), dry_run=False, namespace='default')
"""
I get this error:
"""grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1649704818.043000000","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3129,"referenced_errors":[{"created":"@1649704818.043000000","description":"failed to connect to all addresses","file":"src/core/lib/transport/error_utils.cc","file_line":163,"grpc_status":14}]}"
The text was updated successfully, but these errors were encountered: