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

ExternalIP is always in Pending state #17745

Closed
niranjandarshann opened this issue Dec 7, 2023 · 5 comments
Closed

ExternalIP is always in Pending state #17745

niranjandarshann opened this issue Dec 7, 2023 · 5 comments
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/support Categorizes issue or PR as a support question.

Comments

@niranjandarshann
Copy link

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

@niranjandarshann
Copy link
Author

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Dec 7, 2023
@niranjandarshann
Copy link
Author

/help

@k8s-ci-robot
Copy link
Contributor

@niranjandarshann:
This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

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
by commenting with the /remove-help command.

In response to this:

/help

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.

@k8s-ci-robot k8s-ci-robot added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Dec 13, 2023
@niranjandarshann
Copy link
Author

closing this issue
/close

@k8s-ci-robot
Copy link
Contributor

@niranjandarshann: Closing this issue.

In response to this:

closing this issue
/close

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.

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/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

2 participants