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
Is your feature request related to a problem? Please describe.
The Iter8 grpc task requires a proto file. This is specified using a URL via the protoURL property.
Describe the solution you'd like
imports should work.
Iter8 copies the proto file to the cluster (to the pod executing the experiment). It will need to process the proto file to find any imports and fetch those as well.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The Iter8
grpc
task requires a proto file. This is specified using a URL via theprotoURL
property.A proto file can import other proto files. See https://protobuf.dev/programming-guides/proto/#importing. Import paths are relative.
Iter8 cannot correctly handle imports.
Describe the solution you'd like
imports should work.
Iter8 copies the proto file to the cluster (to the pod executing the experiment). It will need to process the proto file to find any imports and fetch those as well.
The text was updated successfully, but these errors were encountered: