Skip to content

Commit 3f00fcf

Browse files
committed
trt-1382: reorder flag initialization
1 parent 73be5e9 commit 3f00fcf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cluster Cloud Controller Manager Operator
2-
2+
33
The Cluster Cloud Controller Manager operator (CCCMO) manages and updates the various [Cloud Controller Managers](https://kubernetes.io/docs/concepts/architecture/cloud-controller/) deployed on top of [OpenShift](https://openshift.io). The operator is based on the [Kubebuilder](https://kubebuilder.io/) framework and [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) libraries. It is installed via [Cluster Version Operator](https://github.com/openshift/cluster-version-operator) (CVO).
44

55
## Operator Status and Supported Platforms

cmd/cluster-cloud-controller-manager-operator/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ func init() {
7777
}
7878

7979
func main() {
80-
flag.Set("logtostderr", "true") //nolint:errcheck
8180
klog.InitFlags(nil)
81+
flag.Set("logtostderr", "true") //nolint:errcheck
8282

8383
metricsAddr := flag.String(
8484
"metrics-bind-address",

0 commit comments

Comments
 (0)