Skip to content
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

add option service_type to set TFServing service type #302

Merged
merged 2 commits into from Feb 28, 2018

Conversation

fxue
Copy link
Contributor

@fxue fxue commented Feb 27, 2018

#295
tf-serving : added optional parameter "service_type" default to clusterIP.
this parameter is then passed to modelService().

This can be tested as follows:

ks param set ${MODEL_COMPONENT} service_type LoadBalancer
ks apply ${KF_ENV} -c ${MODEL_COMPONENT}

should see your serving component is now of type LoadBalancer instead of ClusterIP

NAME         TYPE           CLUSTER-IP      EXTERNAL-IP    PORT(S)                         AGE
inception1   LoadBalancer   10.59.249.163   *.*.*.*   9000:31346/TCP,8000:32337/TCP   14m

This change is Reviewable

@jlewi
Copy link
Contributor

jlewi commented Feb 27, 2018

/assign @lluunn

Copy link
Contributor

@lluunn lluunn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, can you sync

@jlewi
Copy link
Contributor

jlewi commented Feb 28, 2018

@fxue please sync

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approvers:

Assign the PR to them by writing /assign in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jlewi jlewi merged commit 385e3ca into kubeflow:master Feb 28, 2018
jlewi added a commit to jlewi/kubeflow that referenced this pull request Aug 24, 2019
…ts; we need to

set userid-prefix and userid-header parameters for the applications
jupyter-webapp, profiles, and centraldashboard.

Otherwise we end up setting those to the empty string and it thinks we
are an anonymous user.

Related to: kubeflow#3986
k8s-ci-robot pushed a commit that referenced this pull request Aug 24, 2019
…the applications repo for GCP configs (#3994)

* Pull in the latest fixes to the applications repo.

* This should pull in the fix to #3986

* Now that we cherrypicked #302 onto the v0.6-branch of manifests; we need to
set userid-prefix and userid-header parameters for the applications
jupyter-webapp, profiles, and centraldashboard.

Otherwise we end up setting those to the empty string and it thinks we
are an anonymous user.

Related to: #3986

* Userid prefix needs a trailing :

* Bug fix.
yanniszark pushed a commit to arrikto/kubeflow that referenced this pull request Feb 15, 2021
elenzio9 pushed a commit to arrikto/kubeflow that referenced this pull request Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants