GoogleContainerTools / GoogleContainerTools/skaffold

use minikube context annotations in ~/.kube/config

Open
#5,293 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.