-
Notifications
You must be signed in to change notification settings - Fork 386
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 default dnsPolicy for AKS #3701
Conversation
@tnqn not merging this yet, because I imagine you want to run the AKS Jenkins job for this PR first? |
/skip-all |
@antoninbas yes, I have ran AKS test once manually with combination of #3700, #3701, and #3702 successfully. The test requires all of them to pass but they are independent and some of them will need backport so I don't just use one PR. Could you please help review #3700? It seems CI testbeds are affected by it because it updated the sonobuoy version but other PRs were using an old sonobuoy image, which caused test timeout. |
AKS overrides KUBERNETES_SERVICE_HOST with a FQDN value. Using ClusterFirstWithHostNet would lead to antrea-agent start failure. Signed-off-by: Quan Tian <qtian@vmware.com>
/skip-all |
* Determine conformance container image version at runtime Since Sonobuoy 0.20, Sonobuoy releases are no longer attached to Kubernetes releases and can determine the images at runtime according to the Kubernetes server's version. This patch removes pinned K8s test image versions to fix compatability issues caused by version skew. Signed-off-by: Quan Tian <qtian@vmware.com> * Use default dnsPolicy for AKS AKS overrides KUBERNETES_SERVICE_HOST with a FQDN value. Using ClusterFirstWithHostNet would lead to antrea-agent start failure. Signed-off-by: Quan Tian <qtian@vmware.com>
AKS overrides KUBERNETES_SERVICE_HOST with a FQDN value. Using
ClusterFirstWithHostNet would lead to antrea-agent start failure.
Signed-off-by: Quan Tian qtian@vmware.com
For #3699