Skip to content

minikube service should support ClusterIP services #17283

Closed
@medyagh

Description

@medyagh
$ kubectl describe service istio-ingressgateway -n istio-system
Name:              istio-ingressgateway
Namespace:         istio-system
Labels:            app=istio-ingressgateway
                   install.operator.istio.io/owning-resource=unknown
                   istio=ingressgateway
                   istio.io/rev=default
                   operator.istio.io/component=IngressGateways
                   release=istio
Annotations:       <none>
Selector:          app=istio-ingressgateway,istio=ingressgateway
Type:              ClusterIP
IP Family Policy:  SingleStack
IP Families:       IPv4
IP:                10.108.83.112
IPs:               10.108.83.112
Port:              status-port  15021/TCP
TargetPort:        15021/TCP
Endpoints:         10.244.0.15:15021
Port:              http2  80/TCP
TargetPort:        8080/TCP
Endpoints:         10.244.0.15:8080
Port:              https  443/TCP
TargetPort:        8443/TCP
Endpoints:         10.244.0.15:8443
Session Affinity:  None
Events:            <none>

$ minikube service istio-ingressgateway -n istio-system
|--------------|----------------------|-------------|--------------|
|  NAMESPACE   |         NAME         | TARGET PORT |     URL      |
|--------------|----------------------|-------------|--------------|
| istio-system | istio-ingressgateway |             | No node port |
|--------------|----------------------|-------------|--------------|
😿  service istio-system/istio-ingressgateway has no node port

Metadata

Metadata

Labels

help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions