Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--bootstrap-type on create cluster should work with minikube #874

Closed
rnandi opened this issue Apr 3, 2019 · 0 comments · Fixed by #875
Closed

--bootstrap-type on create cluster should work with minikube #874

rnandi opened this issue Apr 3, 2019 · 0 comments · Fixed by #875
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@rnandi
Copy link

rnandi commented Apr 3, 2019

/kind bug

What steps did you take and what happened:
Followed the getting started guide on cluster-api-provder-aws to create a cluster with --bootstrap-type minikube

What did you expect to happen:
I expected it to succeed since clusterctl README indicates that although kind is preferred, minikube is still a valid option

Anything else you would like to add:
Error on running create cluster

create_cluster.go:61] could not create bootstrap cluster: could not create bootstrap control plane: error running command 'minikube start --bootstrapper=kubeadm --p=clusterapi': exit status 64
$ minikube start --bootstrapper=kubeadm --p=clusterapi
Error: unknown flag: --p

Environment:

  • Cluster-api-provider-aws version: {GitReleaseTag: "v0.2.0", MajorVersion: "0", MinorVersion:"2", GitReleaseCommit:"e4b898551a60f6", GitTreeState:"clean"}
  • Minikube version: v1.0.0
  • Kubernetes version: (use kubectl version): N/A
  • OS (e.g. from /etc/os-release): N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants