Commit Graph

7 Commits

Author SHA1 Message Date
Christian Clauss 8e1e823139 Lint Python code for undefined names (#1721)
* Lint Python code for undefined names

* Lint Python code for undefined names

* Exclude tfdv.py to workaround an overzealous pytest

* Fixup for tfdv.py

* Fixup for tfdv.py

* Fixup for tfdv.py
2019-08-21 15:04:31 -07:00
IronPan 47efd8235f Add proxy agent as optional kustomize component (#1325)
* clean up

* add proxy

* revert ns
2019-05-14 15:24:21 -07:00
IronPan 2c8170ceae add license file to proxy agent docker image (#1054) 2019-03-27 16:58:48 -07:00
IronPan 8481f41dd8 Register proxy agent using the service account endpoint (#1043)
* Register proxy agent using the service account endpoint

The proxy server now has a /request-service-account-endpoint that gives an endpoint for a service account. 
This endpoint will work with GKE, in case a VM dies and the agent failover to another VM.

* Update attempt-register-vm-on-proxy.sh
2019-03-27 15:40:49 -07:00
IronPan ae3ded2076
Revert "Register proxy agent using the service account endpoint" (#1042)
This reverts commit fdfde5454e.
2019-03-25 15:59:37 -07:00
IronPan fdfde5454e
Register proxy agent using the service account endpoint
The proxy server now has a /request-service-account-endpoint that gives an endpoint for a service account. 
This endpoint will work with GKE, in case a VM dies and the agent failover to another VM.
2019-03-25 15:49:41 -07:00
IronPan 44f6f9302a Add proxy agent runner for kubeflow pipeline (#988)
* add proxy runner

* update comments

* address comments

* add tests
2019-03-22 13:17:37 -07:00