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 5d04fea commit c94006bCopy full SHA for c94006b
src/supervisor/watchers/handlers/index.ts
@@ -161,7 +161,7 @@ async function isSupportedWorkload(
161
attemptedApiCall.response.statusCode < 300
162
);
163
} catch (error) {
164
- logger.info(
+ logger.debug(
165
{ error, workloadKind },
166
'Failed on Kubernetes API call to list DeploymentConfig',
167
@@ -176,7 +176,7 @@ export async function setupInformer(
176
const logContext: Record<string, unknown> = { namespace, workloadKind };
177
const isSupported = await isSupportedWorkload(namespace, workloadKind);
178
if (!isSupported) {
179
180
logContext,
181
'The Kubernetes cluster does not support this workload',
182
0 commit comments