Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Define minikube configurations that work with and without RBAC #141

Closed
trisberg opened this issue Nov 16, 2017 · 1 comment
Closed

Define minikube configurations that work with and without RBAC #141

trisberg opened this issue Nov 16, 2017 · 1 comment

Comments

@trisberg
Copy link
Member

Configuring minikube with RBAC and using a variety of k8s versions can be involved and potentially hits a lot of bugs/issues in the k8s eco system.

  1. minikube with v1.7.5 and RBAC enabled using the kubelocal boostrapper hits: RBAC is broken kubernetes/minikube#1734 which means kafka-broker won't start without DNS for zookeeper
@trisberg
Copy link
Member Author

trisberg commented Nov 16, 2017

Some minikube installations that work fine:

Non RBAC:

minikube start --memory=4096 --kubernetes-version v1.7.5

minikube start --memory=4096 --kubernetes-version v1.8.0

With RBAC Enabled:

minikube start --memory=4096 --kubernetes-version v1.7.10 --bootstrapper kubeadm

minikube start --memory=4096 --kubernetes-version v1.8.3 --bootstrapper kubeadm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant