Minikube with custom profile does not create default service accounts #3299
Labels
area/profiles
issues related to profile handling
kind/bug
Categorizes issue or PR as related to a bug.
triage/obsolete
Bugs that no longer occur in the latest stable release
BUG REPORT
Environment:
Minikube version (use
minikube version
):What happened:
A minikube instance, started with a custom profile, is missing default service accounts. Minikube with the default profile works just fine.
What you expected to happen:
The minikube instance with the custom profile should work just like the minikube instance with the default profile.
How to reproduce it (as minimally and precisely as possible):
minikube start --profile custom.minikube --memory 3584 --cpus 4 --dns-domain cluster.local --kubernetes-version v1.11.2
(v1.10.0 should not differ)
Output of
kubectl get sa --all-namespaces --context custom.minikube
:Output of
apiserver logs
(if applicable): https://pastebin.com/KBTsqenFOutput of
controller-manager logs
(if applicable): https://pastebin.com/FwR6Kdn0Output of
minikube logs
(if applicable): https://pastebin.com/Tu46KAXUIn order to improve readability, I moved logs to pastebin. If any of the logs appear to be relevant, I will edit the post and embed them here directly.
The text was updated successfully, but these errors were encountered: