miniature-rose-15269
06/04/2020, 8:10 PMgreen-school-95910
06/04/2020, 8:20 PMk8s.core.v1.Service.get("istio-ingressgateway", "istio-system/istio-ingressgateway")
istio-system
with the same names, you can get them as a external resource.miniature-rose-15269
06/04/2020, 8:51 PMkubectl patch
green-school-95910
06/04/2020, 9:01 PMminiature-rose-15269
06/04/2020, 9:44 PMgreen-school-95910
06/04/2020, 9:53 PMnew k8s.core.v1.Service(
"istio-ingressgateway",
{
// The service definition as if it was not created automatically, you'll have to manage it completely
},
{
import: 'istio-system/istio-ingressgateway'
},
);
miniature-rose-15269
06/05/2020, 9:29 AM