We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb67bb3 commit 08c624dCopy full SHA for 08c624d
pkg/handlers/generic/lifecycle/k8sregistrationagent/handler.go
@@ -131,7 +131,8 @@ func (n *DefaultK8sRegistrationAgent) apply(
131
if variables.IsNotFoundError(err) {
132
log.
133
Info(
134
- "Skipping K8s Registration Agent handler, cluster does not specify request K8s Registration Agent addon deployment",
+ "Skipping K8s Registration Agent handler," +
135
+ "cluster does not specify request K8s Registration Agent addon deployment",
136
)
137
return
138
}
0 commit comments