- 
                Notifications
    
You must be signed in to change notification settings  - Fork 5.1k
 
Description
BUG REPORT
Environment:
Minikube version (use minikube version):
- OS: macOS 10.14.1
 - VM Driver : virtualbox
 - ISO version: v0.30.0
 
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:
NAMESPACE     NAME         SECRETS   AGE
kube-system   coredns      0         3m
kube-system   kube-proxy   0         3m
Output of apiserver logs (if applicable): https://pastebin.com/KBTsqenF
Output of controller-manager logs (if applicable): https://pastebin.com/FwR6Kdn0
Output of minikube logs (if applicable): https://pastebin.com/Tu46KAXU
In 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.