-
Notifications
You must be signed in to change notification settings - Fork 456
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
默认VPC、默认子网下的kubevirt虚机添加安全组无效 #3581
Comments
I will look into this. |
thanks |
I came across the issue you opened, and it seems like I'm facing the same problem. I'm interested in trying to fix it, but I'm relatively new to kube-ovn. Could you give me some hints or clues to help me get started with investigating and resolving this issue? I appreciate any assistance or guidance you can provide. Thanks! |
@wfnuser thanks, you can try to dive into this issue. I can give you some help if you need it. |
@a180285 @bobz965 @geniusxiong |
Bug Report
默认vpc,默认subnet下,kubevirt虚机添加安全组无效
Expected Behavior
kubevirt虚机添加安全组生效
Steps to Reproduce the Problem
两种情况:
直接在Pod上添加安全组,这个安全组是禁止ping功能
验证:安全组(禁ping)生效
kube-ovn-controller日志
验证ping
kube-ovn-controller日志
Additional Info
Kubernetes version:
Output of
kubectl version
:Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.6", GitCommit:"dff82dc0de47299ab66c83c626e08b245ab19037", GitTreeState:"clean", BuildDate:"2020-07-15T16:58:53Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.6", GitCommit:"dff82dc0de47299ab66c83c626e08b245ab19037", GitTreeState:"clean", BuildDate:"2020-07-15T16:51:04Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
operation-system/kernel version:
Output of
awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release
:Output of
uname -r
:"NFS Server 4.0 (G193)"
4.19.113-3.nfs.x86_64
The text was updated successfully, but these errors were encountered: