Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/integration/k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var (
kubeconfig = flag.String("test-kubeconfig", filepath.Join(homedir.HomeDir(), ".kube", "config"), "(optional) absolute path to the kubeconfig file")
delegatedSubnetID = flag.String("delegated-subnet-id", "", "delegated subnet id for node labeling")
delegatedSubnetName = flag.String("subnet-name", "", "subnet name for node labeling")
gpPodScaleCounts = []int{3, 15, 150, 3}
gpPodScaleCounts = []int{2, 10, 100, 2}
)

func shouldLabelNodes() bool {
Expand Down
6 changes: 0 additions & 6 deletions test/integration/manifests/goldpinger/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
resources:
limits:
memory: 80Mi
requests:
cpu: 1m
memory: 40Mi
ports:
- containerPort: 8080
name: http
Expand Down
6 changes: 0 additions & 6 deletions test/integration/manifests/goldpinger/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
resources:
limits:
memory: 80Mi
requests:
cpu: 1m
memory: 40Mi
ports:
- containerPort: 8080
name: http
Expand Down