-
Notifications
You must be signed in to change notification settings - Fork 1
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
add job "pull-kubernetes-e2e-kubeadm-gce-ipvs" #1
base: huawei-test-infra
Are you sure you want to change the base?
add job "pull-kubernetes-e2e-kubeadm-gce-ipvs" #1
Conversation
@jianhuiz , maybe be you want to take a quick look? |
/assign @jianhuiz |
"--ginkgo-parallel=30", | ||
"--kubeadm=pull", | ||
"--kubernetes-anywhere-kubernetes-version=ci/latest", | ||
"--kubernetes-anywhere-proxy-mode=ipvs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this feature --kubernetes-anywhere-proxy-mode=ipvs
already available in kubernetes-anywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that pr still not approved. That's a problem.
kubetest/anywhere.go
Outdated
) | ||
|
||
const kubernetesAnywhereConfigTemplate = ` | ||
.phase1.num_nodes={{.NumNodes}} | ||
.phase1.cluster_name="{{.Cluster}}" | ||
.phase1.ssh_user="" | ||
.phase1.cloud_provider="gce" | ||
.phase1.proxy_mode="{{.KubeproxyMode}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this Config about proxy_mode
is best suited in phase2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, you are right, and the feature not approved yet. I need to have a full test and make some change, push into community ASAP. Thanks!
463179c
to
eb2d700
Compare
No description provided.