We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By default, we provision the kubernetes-vip into the default namespace. Should we not relocate this to kube-system instead?
kubernetes-vip
default
kube-system
# kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE kubernetes ClusterIP 10.43.0.1 <none> 443/TCP 8m28s kubernetes-vip LoadBalancer 10.43.185.33 192.168.122.100 9345:30396/TCP,6443:32266/TCP 8m23s
The text was updated successfully, but these errors were encountered:
AFAIK e-c-o has this "hardcoded" (as there is no way to change it via the chart) perhaps we can expand it to support that use case?
Sorry, something went wrong.
No branches or pull requests
By default, we provision the
kubernetes-vip
into thedefault
namespace. Should we not relocate this tokube-system
instead?The text was updated successfully, but these errors were encountered: