GoogleContainerTools / GoogleContainerTools/skaffold
use minikube context annotations in ~/.kube/config
Open
area/performance
kind/todo
platform/minikube
priority/p1
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
[minikube 1.17.0](https://github.com/kubernetes/minikube/releases/tag/v1.17.0) now includes [annotations on the context and cluster elements](https://github.com/kubernetes/minikube/pull/10126) in the `~/.kube/config` that identify it as minikube:
```
- context:
cluster: minikube
extensions:
- extension:
last-update: Thu, 21 Jan 2021 16:30:12 PST
provider: minikube.sigs.k8s.io
version: v1.16.0
name: context_info
```
We should use these details in our is-minikube test and eventually can cut out the old-style `minikube profile list`.
Contributor guide
Assessment
This issue has not been assessed yet.