-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Run crossplane standalone in a docker container #274
Comments
I came accross this blog post: https://kubernetes.io/blog/2018/05/01/developing-on-kubernetes/, the blog post mentions:
This is why I think this ticket is important. I don't know how to tackle this ticket, tough, any opinions ? The only ideas I have, are to use Kubeadm, Kind, kubeadm-dind-cluster or write a tool alike. Otherwise I can give a try to: Draft or skaffold but that might be overkill. |
I would like a way of running cross plane controllers on KubeEdge. That would allow for disconnected or "occasionally" connected crossplane controllers reconciling within their own "domains" |
HostedZone follow-up PR
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
still relevant |
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as |
I'd like to be able to run crossplane standalone by doing the following:
This will likely require a new
cmd
that is similar tolocalkube
and would start etcd, kube-apiserver, and some parts of controller-manager along with crossplane itself.What is use case behind this feature:
Simplified development with crossplane, and a much quicker Quickstart :-)
The text was updated successfully, but these errors were encountered: