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

Fix status check and db records when microk8s and minikube running simultaneously #93

Open
hanzlamateen opened this issue May 31, 2023 · 0 comments

Comments

@hanzlamateen
Copy link
Member

Currently when microk8s and minikube local k8s are running simultaneously then status checks are not correct as we dont force kubectl config set-context when performing status checks.

Similarly, if our db is initialized with microk8s then the data fro minikube will not work. This can be solved by separating database for microk8s and minikube like we did for minio buckets.

Also, this PR can move k8s db and minio from engine code to cc.

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

No branches or pull requests

1 participant