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
Copy file name to clipboardExpand all lines: extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeploy.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ private Result doCheck(KubernetesClientBuildItem clientBuilder) {
65
65
+ masterURL + "' could not be determined. Please ensure that a valid token is being used."));
66
66
}
67
67
68
-
log.info("Kubernetes API Server at '" + masterURL + "' successfully contacted.");
68
+
log.debugf("Kubernetes API Server at '" + masterURL + "' successfully contacted.");
Copy file name to clipboardExpand all lines: extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeployer.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ public void selectDeploymentTarget(ContainerImageInfoBuildItem containerImageInf
0 commit comments