-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] PowerShell script added to start proxies for front-end UI #2835
Conversation
Hi @avdaredevil, I later realized the script could be vastly simplified by port-forwarding services directly: #2836. Can you adjust your script too? |
Some discussion: |
2da50ea
to
51d7d6c
Compare
Hi @Bobgy, thanks for the insights:
|
sounds like node scripts will be the best option going forward. I will try writing more of it. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobgy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
…ubeflow#2835) * Powershell script added to start proxies for front-end UI * Commented code * Simplified based on edits from kubeflow#2836
* Upgrade HPA reconciler to use autoscaling/v2 API version Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Fix qpext e2e test Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Upgrade k8s version to 1.26 for tests Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Upgrade tests to autoscaling v2 Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Upgrade knative and istio for tests Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Fix pod communication failure Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Downgrade minikube to 1.28 Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Patch knative external domain Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> --------- Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>
About
This PR adds a cross-platform PowerShell script that can deploy proxies for Mac / Linux / Windows environments.
Note: I don't have a properly deployed cluster currently, but it's identical to the Linux counterpart found here
Meta
/area pipelines
/area front-end
/priority p1
/assign @avdaredevil
/cc @kwasi @Bobgy
This change is