Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove gardener CA version log statement
Browse files Browse the repository at this point in the history
rishabh-11 committed Sep 27, 2024
1 parent 348cfbb commit 2119769
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cluster-autoscaler/main.go
Original file line number Diff line number Diff line change
@@ -608,14 +608,6 @@ func main() {

klog.V(1).Infof("Cluster Autoscaler %s", version.ClusterAutoscalerVersion)

// FORK-CHANGE: logging version of g/autoscaler as well
gardenerversion, err := os.ReadFile("VERSION")
if err != nil {
klog.Warningf("Error reading gardener autoscaler version, err: %s", err)
} else {
klog.V(1).Infof("Gardener Cluster Autoscaler %s", gardenerversion)
}

debuggingSnapshotter := debuggingsnapshot.NewDebuggingSnapshotter(*debuggingSnapshotEnabled)

go func() {

0 comments on commit 2119769

Please sign in to comment.