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

Exiting due to MK_ADDON_ENABLE: enable failed: run callbacks: endpoint-slice-controller is not a valid addon #19495

Open
javatechcrackers opened this issue Aug 23, 2024 · 0 comments

Comments

@javatechcrackers
Copy link

What Happened?

I am running minikube in local machine, i am running below config, but unable to create service

I tried to run command minikube addons enable endpoint-slice-controller but some error given and asked me to create ticket

Attaching logs

apiVersion: apps/v1
kind: Deployment
metadata:
name: configserver-deployment
labels:
app: configserver
spec:
replicas: 1
selector:
matchLabels:
app: configserver
template:
metadata:
labels:
app: configserver
spec:
containers:
- name: configserver
image: eazybytes/configserver:s14
ports:
- containerPort: 8071

apiVersion: v1
kind: Service
metadata:
name: configserver
spec:
selector:
app: configserver
type: LoadBalancer
ports:
- protocol: TCP
port: 8071
targetPort: 8071

Attach the log file

logs.txt

Operating System

Windows

Driver

Docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant