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

[#3171] Admin api unhealthy on minikube #3219

Merged
merged 2 commits into from
May 30, 2022

Conversation

chrismatix
Copy link
Contributor

@chrismatix chrismatix commented May 26, 2022

resolves #3171

This is caused by a longstanding minikube issue and fixing it by adding --cni=true to the startup options would apparently incur a ~30% performance cost.

@github-actions github-actions bot added the fix label May 26, 2022
Copy link
Contributor

@ljupcovangelski ljupcovangelski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done. We probably need an issue to update our docs and introduce the term app as a building block of a component. A component can be comprised of multiple apps.

- name: KUBERNETES_APP
valueFrom:
fieldRef:
fieldPath: metadata.labels['app']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool 👍

@chrismatix chrismatix merged commit f7233e9 into develop May 30, 2022
@chrismatix chrismatix deleted the fix/3171-admin-unhealthy-locally branch May 30, 2022 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Api-Admin unhealthy in local instance
2 participants