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

minikube service should support ClusterIP services #17283

Closed
medyagh opened this issue Sep 20, 2023 · 6 comments · Fixed by #17877
Closed

minikube service should support ClusterIP services #17283

medyagh opened this issue Sep 20, 2023 · 6 comments · Fixed by #17877
Assignees
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@medyagh
Copy link
Member

medyagh commented Sep 20, 2023

$ 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
@medyagh medyagh added kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Sep 20, 2023
@medyagh
Copy link
Member Author

medyagh commented Sep 20, 2023

@prezha @ComradeProgrammer would you be interested in it?

@medyagh medyagh added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Sep 20, 2023
@ComradeProgrammer
Copy link
Member

ComradeProgrammer commented Sep 24, 2023

(Well I am interested in having a look at it

@medyagh
Copy link
Member Author

medyagh commented Sep 25, 2023

we might wanna hold on to this, since the user might have to wanna first Expose their deployment

@medyagh
Copy link
Member Author

medyagh commented Dec 4, 2023

"This service type makes the service only reachable from within the cluster." so maybe we should not add a warnning or a eduational advice that clusterIP are not supposed to be accessed outside

@ComradeProgrammer
Copy link
Member

/assign

@kaihendry
Copy link

Is this the problem I'm running into here? https://s.natalian.org/2024-03-04/minikube-no-port.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants