-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use cilium as kube-proxy replacement #38
Conversation
Tested with |
@@ -32,6 +32,9 @@ spec: | |||
values: | |||
ipam: | |||
mode: kubernetes | |||
k8sServiceHost: api.{{ include "resource.default.name" $ }}.{{ .Values.baseDomain }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this change mean we have to create DNS records to have a working cilium app? Can't we replace this with an IP somehow? I know IP is assigned later but we can set it like RDE_ID in CAPVCD.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it means we require DNS and we do that in all existing providers so far. I wouldn't like to deviate unless we have a general agreement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This means that this chart will not work without having dns-operator in the MC. Not a big issue for us but it can be an issue for external users if there are such people :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. I took a note to update README with a note about DNS. If you want we can discuss this during the kaas sync as well.
Towards giantswarm/roadmap#1072