Skip to content

Minikube with custom profile does not create default service accounts #3299

Closed
@gintautassulskus

Description

@gintautassulskus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/profilesissues related to profile handlingkind/bugCategorizes issue or PR as related to a bug.triage/obsoleteBugs that no longer occur in the latest stable release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions