Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
18ab7314
Commit
18ab7314
authored
Apr 06, 2017
by
Maciej Pytel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Cluster-Autoscaler e2e on testgrid
parent
aeac661b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cluster_size_autoscaling.go
test/e2e/autoscaling/cluster_size_autoscaling.go
+1
-1
No files found.
test/e2e/autoscaling/cluster_size_autoscaling.go
View file @
18ab7314
...
@@ -163,7 +163,7 @@ var _ = framework.KubeDescribe("Cluster size autoscaling [Slow]", func() {
...
@@ -163,7 +163,7 @@ var _ = framework.KubeDescribe("Cluster size autoscaling [Slow]", func() {
unmanagedNodes
:=
nodeCount
-
status
.
ready
unmanagedNodes
:=
nodeCount
-
status
.
ready
By
(
"Schedule more pods than can fit and wait for claster to scale-up"
)
By
(
"Schedule more pods than can fit and wait for claster to scale-up"
)
ReserveMemory
(
f
,
"memory-reservation"
,
100
,
(
nodeCount
+
2
)
*
memCapacityMb
,
false
,
1
*
time
.
Second
)
ReserveMemory
(
f
,
"memory-reservation"
,
100
,
nodeCount
*
memCapacityMb
,
false
,
1
*
time
.
Second
)
defer
framework
.
DeleteRCAndPods
(
f
.
ClientSet
,
f
.
InternalClientset
,
f
.
Namespace
.
Name
,
"memory-reservation"
)
defer
framework
.
DeleteRCAndPods
(
f
.
ClientSet
,
f
.
InternalClientset
,
f
.
Namespace
.
Name
,
"memory-reservation"
)
status
,
err
=
waitForScaleUpStatus
(
c
,
caOngoingScaleUpStatus
,
scaleUpTriggerTimeout
)
status
,
err
=
waitForScaleUpStatus
(
c
,
caOngoingScaleUpStatus
,
scaleUpTriggerTimeout
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment