mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-03 15:25:19 +00:00
Remove prompush from test/e2e
This commit is contained in:
@@ -2722,8 +2722,6 @@ func (config *RCConfig) start() error {
|
||||
startupStatus.Print(config.Name)
|
||||
}
|
||||
|
||||
promPushRunningPending(startupStatus.Running, startupStatus.Pending)
|
||||
|
||||
if config.PodStatusFile != nil {
|
||||
fmt.Fprintf(config.PodStatusFile, "%d, running, %d, pending, %d, waiting, %d, inactive, %d, unknown, %d, runningButNotReady\n", startupStatus.Running, startupStatus.Pending, startupStatus.Waiting, startupStatus.Inactive, startupStatus.Unknown, startupStatus.RunningButNotReady)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user