SocketCluster / SocketCluster/socketcluster
Minikube + Ingress
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6.2k
- Forks
- 318
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I'm trying to set up minikube with socketcluster.
Everything working fine except the Ingress.
I ran the command :
kubectl apply -f scc-ingress.yaml
and i have got this issue :
error: unable to recognize "scc-ingress/scc-ingress.yaml": no matches for kind "Ingress" in version "extensions/v1beta1"
I tried to modify apiVersion with networking.k8s.io/v1beta1 but i have got the same issue.
Can you help me to solve this ?
Thanks in advance,
stephwildcode
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting scc-ingress.yaml and the reported kubectl apply command, then compare its Ingress apiVersion with the Kubernetes API supported by Minikube. Done means the manifest is accepted without the “no matches for kind Ingress” error and the Ingress can be applied successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- infrastructure, networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100