Commit Graph

26 Commits

Author SHA1 Message Date
Chen Sun 068231b348
chore: upgrade proxy agent image (#9307) 2023-05-04 05:49:45 +00:00
Hyungsuk Yoon 86c9205120
fix(proxy): fixes typo (#8839) 2023-02-11 01:30:23 +00:00
Chen Sun 572484951f
fix: Update proxy agent image to fix CVE-2022-1292 (#8019)
* Update proxy agent base image

* fix python command in register script

* make code python3 compatible
2022-07-13 09:38:02 +00:00
Yuan (Bob) Gong 15fac0b538
chore: remove Bobgy from OWNERS (#7195) 2022-01-25 08:11:28 +08:00
Yuan (Bob) Gong 78200c8e03
test: fix apt update "changed its 'Suite' value from 'stable' to 'oldstable'" (#6351)
* test: fix build proxy image

* chore: upgrade sample test image

* update cloud image

* fix 2
2021-08-16 02:18:06 -07:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
DavidSpek fe18a296da
chore: Remove pip requirements from docker files (#5064)
* Remove pip requirements from docker files

* Fix consistency and failing builds

* fixup arena requirements.txt

* Update KFserving to 0.4.1

* Remove pip requirements from docker files

* Fix consistency and failing builds

* fixup arena requirements.txt

* small fixup
2021-02-26 02:31:15 -08:00
Yuan (Bob) Gong c5c8d715ed
fix: upgrade some images to reduce vulnerabilities (#5065)
* fix: upgrade some images to reduce vulnerabilities

* upgrade openssl
2021-02-01 10:23:02 -08:00
Yuan Gong 66ccf335e8 chore: update OWNERS 2020-11-09 10:18:18 +08:00
Yuan (Bob) Gong 057031946d
chore(proxy): PROXY_URL should end with / (#4681) 2020-11-01 17:22:52 -08:00
Surya Avala 9d6ab4c40f
fix(proxy): fixes GCP inverse proxy url priority. Fixes #4284 (#4702)
* fix: fixes proxy url priority

uses proxy url that is closest to the given zone

Fixes #4284

* style: formatting proxy with yapf

using .style.yapf provided in the repo
2020-11-01 08:28:51 -08:00
Yuan (Bob) Gong 82e9731c32
test(proxy): use inverse proxy staging env for presubmit tests. Part of #4667 (#4678)
* wip

* test(proxy): use inverse proxy staging env for presubmit tests

* update

* update

* fix syntax error

* fix

* let test run faster

* keep cluster for debugging

* update

* fix tests
2020-10-30 00:44:06 -07:00
Yuan (Bob) Gong 00ad60c1b1
build: update proxy agent to fix CVE vulnerabilities. Fixes #4531 (#4606) 2020-10-10 00:10:46 -07:00
Yuan (Bob) Gong 79e0ee2b49
chore: remove inactive reviewers (#4111)
* Update OWNERS

* Update OWNERS

* Update OWNERS

* Update OWNERS

* Update OWNERS

* Update OWNERS

* Update OWNERS

* Update OWNERS

* Update OWNERS
2020-06-30 19:10:06 -07:00
Renmin cc46bef246
revert the fix in proxy-agent (#3845) 2020-05-27 02:10:50 -07:00
Renmin 646f2fa18f
done (#3665) 2020-04-30 04:32:17 -07:00
Renmin e853f5344d
fix proxy URL issue (#3663)
* fix proxy URL issue

* fix another issue in same PR
2020-04-30 03:42:17 -07:00
Jiaxiao Zheng bbf6147d8d [Proxy] Split domain name (#2851)
* update config

* update manifest to test

* clean proxy deployment
2020-01-16 14:00:31 -08:00
Renmin b5c54e1ba7 better handle inverse-proxy configmap for better GC (#2391)
* add label and namespace to resource created inside pod

* fix

* done

* update existing configmap for better GC

* update dependency to make sure configmap got created before run script

* self fix

* all done

* reuse existing

* reuse

Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com>
2020-01-13 19:37:09 -08:00
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