You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running openshift-sdn with kube-proxy disabled is not supported. The mode only exists for our own internal testing purposes. Where did you even learn about this config option?
/close
Running openshift-sdn with kube-proxy disabled is not supported. The mode only exists for our own internal testing purposes. Where did you even learn about this config option?
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
I have deploy openshift-sdn successfully and update it by edit configmap
sdn-config
:after that I deploy a kube-proxy ,and RE-DEPLOY sdn again, this time, sdn pod stuck in phase: RunContainerError. logs:
I tried update sdn‘s configmap to erase kube-proxy-metric-addr:
but seem uneless.
I check the code and found that :
I think maybe we should cancel call
sdn.startMetricsServer()
if sdn.ProxyConfig.Mode is "disabled"The text was updated successfully, but these errors were encountered: