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
d476af7c
Unverified
Commit
d476af7c
authored
Dec 23, 2018
by
Kubernetes Prow Robot
Committed by
GitHub
Dec 23, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #72282 from rkojedzinszky/master
storage_scheduling: retry operation as intended
parents
3a6d4c10
a8c70aad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage_scheduling.go
pkg/registry/scheduling/rest/storage_scheduling.go
+1
-1
No files found.
pkg/registry/scheduling/rest/storage_scheduling.go
View file @
d476af7c
...
@@ -93,7 +93,7 @@ func AddSystemPriorityClasses() genericapiserver.PostStartHookFunc {
...
@@ -93,7 +93,7 @@ func AddSystemPriorityClasses() genericapiserver.PostStartHookFunc {
}
else
{
}
else
{
// Unable to get the priority class for reasons other than "not found".
// Unable to get the priority class for reasons other than "not found".
klog
.
Warningf
(
"unable to get PriorityClass %v: %v. Retrying..."
,
pc
.
Name
,
err
)
klog
.
Warningf
(
"unable to get PriorityClass %v: %v. Retrying..."
,
pc
.
Name
,
err
)
return
false
,
err
return
false
,
nil
}
}
}
}
}
}
...
...
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