-
Notifications
You must be signed in to change notification settings - Fork 373
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
STT Encap doesnt work on Azure Cloud #374
Comments
Same issue is seen on both 16.04 and 18.04 Cloud VMs... root@k8s-master-17122203-0:/# uname -r root@k8s-master-17122203-0:/# lsmod |
Seems STT is not in upstream OVS in kernel. @antoninbas: how should we document this? |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment, or this will be closed in 180 days |
Describe the bug
A clear and concise description of what the bug is.
If you believe this bug is a security issue, please don't use this template and follow our security guidelines
E2E tests failed with Encap mode STT.
To Reproduce
Steps to reproduce the behavior.
Deployed a setup with Ubuntu 18.04. It seems Tunnel interface creation failed for STT. Have a live setup
Login to master node with the following key
azureuser@rjantrea-rg2.westus2.cloudapp.azure.com
Key
Ping me for private key
root@k8s-agentpool1-11244967-vmss000000:/# ovs-vsctl show
03bde5b1-c6f0-43c2-9f9f-a8b2c8bb8718
Bridge br-int
Port "csi-azur-8e0f71"
Interface "csi-azur-8e0f71"
Port "gw0"
Interface "gw0"
type: internal
Port "frontend-9d70f4"
Interface "frontend-9d70f4"
Port "csi-azur-0d7437"
Interface "csi-azur-0d7437"
Port "kubernet-c634b8"
Interface "kubernet-c634b8"
Port "metrics--e33bf8"
Interface "metrics--e33bf8"
Port "csi-azur-7d42b4"
Interface "csi-azur-7d42b4"
Port "blobfuse-30ed46"
Interface "blobfuse-30ed46"
Port "csi-azur-c1222c"
Interface "csi-azur-c1222c"
Port "tun0"
Interface "tun0"
type: stt
options: {key=flow, remote_ip=flow}
error: "could not add network device tun0 to ofproto (Address family not supported by protocol)"
Port "keyvault-78fab8"
Expected
A clear and concise description of what you expected to happen.
Actual behavior
A clear and concise description of what's the actual behavior. If applicable, add screenshots, log messages, etc. to help explain the problem.
Versions:
Please provide the following information:
kubectl version
). If your Kubernetes components have different versions, please provide the version for all of them.uname -r
).modinfo openvswitch
for the Kubernetes Nodes.Additional context
Add any other context about the problem here, such as Antrea logs, kubelet logs, etc.
(Please consider pasting long output into a GitHub gist or any other pastebin.)
The text was updated successfully, but these errors were encountered: