-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
ExternalIP is always in Pending state #17745
Comments
/kind support |
/help |
@niranjandarshann: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
closing this issue |
@niranjandarshann: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What Happened?
I am trying to run the Service on minikube
The Service get created well , The pods and deployment are running well but when i run command
kubectl get svc Here i found that the external IP is in state from long time.
Thats the reason why
minikube service demo-service is not rendering to the correct page.
Note I had configured the minikube VM before starting the minikube for work.
What do You want
External Ip should have allocated the ip value
How to resolve the issue . There is no any error while describing the service django.
What may be the Probable reason the External IP is in pending state and what we should do to resolve this issue.?
Attach the log file
yaml file of service
apiVersion: v1
kind: Service
metadata:
name: demo-service
labels:
app: demo-service
spec:
ports:
- port: 8000
selector:
app: demo-service
tier: app
type: LoadBalancer
Operating System
None
Driver
None
The text was updated successfully, but these errors were encountered: