You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decide if you want to allow ingress traffic to go to model mesh. If yes, do the following.
Note: chart names / other conventions to be revisited
cat <<EOF >> values.yamltargetEnv: kserve-modelmeshtemplateName: externalize# optional parameter; by default, this is called mm-externalserviceName: mm-external# optional parameter; by default, this is called mm-externalgatewayName: mm-external-gatewayEOF
helm template <hub repo> traffic-templates -f values.yaml | kubectl apply -f -
Note:
We assume Istio for traffic engineering above
The above creates a service of type "ExternalName" and a gateway.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Note: chart names / other conventions to be revisited
Note:
Note: chart names / other conventions to be revisited
Assumptions:
Beta Was this translation helpful? Give feedback.
All reactions