Gabriel Gómez de la Torre

Results 16 comments of Gabriel Gómez de la Torre

i tried the code and received this output from server when submitting the form Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1997, in __call__ return self.wsgi_app(environ, start_response) File "/usr/local/lib/python3.5/dist-packages/flask/app.py",...

Hey @huntergregory , thanks a lot for your review and guidance on this PR, it helped a lot! Well, i implemented the new structs and created a func to Translate...

Hey @huntergregory , thanks a lot for the review and comments, i think i solved all the comments you made on the code (including support for pods and replicaset), please...

Hi, @huntergregory , yes i'm working on it.

Hey @huntergregory , sorry for the delay, it's done, i created 2 functions (1 for mapping deployments and 1 for mapping daemonsets; Maybe we can support othe workload types also),...

Hey @huntergregory , i just added the support for the other workload types (statefulset, replicaset, pod(this one converts all the pods on the cluster to trafficpeers)), so now we are...

Hey @huntergregory, thanks a lot for the review, i'm working on the observations but i have one doubt regarding this comment : >I was envisioning a function that gets all...

thanks for the clarification @huntergregory , I think that makes sense. I will be working on it.