You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setCondition(hpa, autoscalingv2.ScalingActive, corev1.ConditionTrue, "ValidMetricFound", "the HPA was able to successfully calculate a replica count from %s", metric)
returnfalse, fmt.Errorf("failed to get the cluster csr %s. err: %v", csrName, err)
854
854
}
855
855
856
856
ifcsrOK.Status.Certificate!=nil {
857
-
klog.V(1).Infof(fmt.Sprintf("Signing certificate of csr %s successfully", csrName))
857
+
klog.V(1).Infof("Signing certificate of csr %s successfully", csrName)
858
858
cert=csrOK.Status.Certificate
859
859
returntrue, nil
860
860
}
861
861
862
-
klog.V(1).Infof(fmt.Sprintf("Waiting for the client certificate of csr %s to be issued", csrName))
862
+
klog.V(1).Infof("Waiting for the client certificate of csr %s to be issued", csrName)
863
863
klog.V(1).Infof("Approve the CSR %s manually by executing `kubectl certificate approve %s` on the control plane\nOr enable the agentcsrapproving controller of karmada-controller-manager to automatically approve agent CSR.", csrName, csrName)
0 commit comments