Closed
Description
Environment:
Minikube version (use minikube version
): v0.22.2
- OS (e.g. from /etc/os-release): Linux
- VM Driver (e.g.
cat ~/.minikube/machines/minikube/config.json | grep DriverName
): VirtualBox - ISO version (e.g.
cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): v0.23.4 - Install tools:
- Others:
What happened:
Swagger doesn't have x-kubernetes-group-version-kind
while it should.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
minikube start
kubectl proxy &
curl 127.0.0.1:8001/swagger.json | less
# Look for v1.Service definition, it doesn't have `x-kubernetes-group-version-kind` field
Output of minikube logs
(if applicable):
Anything else do we need to know:
Activity