Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <[email protected]>
  • Loading branch information
wenqiq committed Feb 4, 2024
1 parent a08ede3 commit 5a95fa9
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions test/performance/framework/scale_up.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,39 +128,6 @@ var (
Spec: corev1.PodSpec{
Affinity: &RealNodeAffinity,
Tolerations: []corev1.Toleration{MasterToleration},
// volumes:
// - name: host-info
// downwardAPI:
// items:
// - path: "hostname"
// fieldRef:
// fieldPath: spec.nodeName
// - path: "ip"
// fieldRef:
// fieldPath: status.hostIP
Volumes: []corev1.Volume{
{
Name: "host-info",
VolumeSource: corev1.VolumeSource{
DownwardAPI: &corev1.DownwardAPIVolumeSource{
Items: []corev1.DownwardAPIVolumeFile{
{
Path: "hostname",
FieldRef: &corev1.ObjectFieldSelector{
FieldPath: "spec.nodeName",
},
},
{
Path: "ip",
FieldRef: &corev1.ObjectFieldSelector{
FieldPath: "status.hostIP",
},
},
},
},
},
},
},
Containers: []corev1.Container{
{
Name: ScaleClientContainerName,
Expand Down

0 comments on commit 5a95fa9

Please sign in to comment.