Skip to content

Instantly share code, notes, and snippets.

@JeromeJu
Last active May 26, 2023 19:26
Show Gist options
  • Save JeromeJu/167bdde1f1aa6a6a6fff52fe6f562bd8 to your computer and use it in GitHub Desktop.
Save JeromeJu/167bdde1f1aa6a6a6fff52fe6f562bd8 to your computer and use it in GitHub Desktop.
skip test for conversion_test, path_filtering_test and 2 examples
======================================================================
==== TESTING MAIN AGAINST THE LATEST RELEASE TO DETECT REGRESSION ====
======================================================================
>> Retrieving tests from release-v0.48.0
Remove conversion_test since it is a breaking change at devel
Remove path_filtering_test since it is a breaking change at devel
Remove v1beta1/taskruns/optional-workspaces since it is a breaking change at devel
Remove v1/taskruns/optional-workspaces since it is a breaking change at devel
Running tests with 'go test -race -v -count=1 -tags=e2e -timeout=20m ./test '
=== RUN TestTaskRunPipelineRunCancel
=== RUN TestTaskRunPipelineRunCancel/retries=0,status=Cancelled
cancel_test.go:52: Create namespace arendelle-84mlv to deploy to
cancel_test.go:52: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
=== RUN TestTaskRunPipelineRunCancel/retries=1,status=Cancelled
cancel_test.go:52: Create namespace arendelle-q7xgs to deploy to
cancel_test.go:52: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTaskRunPipelineRunCancel (0.14s)
--- FAIL: TestTaskRunPipelineRunCancel/retries=0,status=Cancelled (0.10s)
--- FAIL: TestTaskRunPipelineRunCancel/retries=1,status=Cancelled (0.04s)
=== RUN TestResourceVersionReactor
=== RUN TestResourceVersionReactor/first_resource
logger.go:130: 2023-05-26T18:44:25.231Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000b80140 lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
=== RUN TestResourceVersionReactor/replace_resource_version
logger.go:130: 2023-05-26T18:44:25.233Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000b805e0 lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
--- PASS: TestResourceVersionReactor (0.00s)
--- PASS: TestResourceVersionReactor/first_resource (0.00s)
--- PASS: TestResourceVersionReactor/replace_resource_version (0.00s)
=== RUN TestEnsureConfigurationConfigMapsExist
--- PASS: TestEnsureConfigurationConfigMapsExist (0.00s)
=== RUN TestCustomTask
custom_task_test.go:69: Create namespace arendelle-nwr2x to deploy to
custom_task_test.go:69: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestCustomTask (0.04s)
=== RUN TestPipelineRunCustomTaskTimeout
custom_task_test.go:273: Create namespace arendelle-wqsmd to deploy to
custom_task_test.go:273: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineRunCustomTaskTimeout (0.04s)
=== RUN TestWaitCustomTask_V1Beta1_PipelineRun
custom_task_test.go:403: Create namespace arendelle-xz4wv to deploy to
custom_task_test.go:403: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun (0.04s)
=== RUN TestDAGPipelineRun
dag_test.go:55: Create namespace arendelle-d5lh6 to deploy to
dag_test.go:55: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestDAGPipelineRun (0.05s)
=== RUN TestDuplicatePodTaskRun
=== PAUSE TestDuplicatePodTaskRun
=== RUN TestEntrypointRunningStepsInOrder
entrypoint_test.go:41: Create namespace arendelle-462gx to deploy to
entrypoint_test.go:41: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestEntrypointRunningStepsInOrder (0.04s)
=== RUN TestHermeticTaskRun
hermetic_taskrun_test.go:40: Create namespace arendelle-5bjrr to deploy to
hermetic_taskrun_test.go:40: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestHermeticTaskRun (0.04s)
=== RUN TestMissingResultWhenStepErrorIsIgnored
ignore_step_error_test.go:38: Create namespace arendelle-tctdq to deploy to
ignore_step_error_test.go:38: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestMissingResultWhenStepErrorIsIgnored (0.04s)
=== RUN TestLargerResultsSidecarLogs
=== PAUSE TestLargerResultsSidecarLogs
=== RUN TestPipelineLevelFinally_OneDAGTaskFailed_InvalidTaskResult_Failure
pipelinefinally_test.go:50: Create namespace arendelle-d9vvh to deploy to
pipelinefinally_test.go:50: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineLevelFinally_OneDAGTaskFailed_InvalidTaskResult_Failure (0.04s)
=== RUN TestPipelineLevelFinally_OneFinalTaskFailed_Failure
pipelinefinally_test.go:400: Create namespace arendelle-wfqkh to deploy to
pipelinefinally_test.go:400: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineLevelFinally_OneFinalTaskFailed_Failure (0.04s)
=== RUN TestPipelineLevelFinally_OneFinalTask_CancelledRunFinally
pipelinefinally_test.go:468: Create namespace arendelle-bkdh9 to deploy to
pipelinefinally_test.go:468: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineLevelFinally_OneFinalTask_CancelledRunFinally (0.04s)
=== RUN TestPipelineLevelFinally_OneFinalTask_StoppedRunFinally
pipelinefinally_test.go:583: Create namespace arendelle-vlzxf to deploy to
pipelinefinally_test.go:583: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineLevelFinally_OneFinalTask_StoppedRunFinally (0.04s)
=== RUN TestPipelineRunStatusSpec
=== PAUSE TestPipelineRunStatusSpec
=== RUN TestPipelineRun
=== PAUSE TestPipelineRun
=== RUN TestPipelineRunRefDeleted
pipelinerun_test.go:429: Create namespace arendelle-nf5mc to deploy to
pipelinerun_test.go:429: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineRunRefDeleted (0.05s)
=== RUN TestPipelineRunPending
pipelinerun_test.go:502: Create namespace arendelle-jt67w to deploy to
pipelinerun_test.go:502: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineRunPending (0.04s)
=== RUN TestPipelineRunTaskFailed
pipelinerun_test.go:960: Create namespace arendelle-nd4w7 to deploy to
pipelinerun_test.go:960: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineRunTaskFailed (0.04s)
=== RUN TestPropagatedParams
=== PAUSE TestPropagatedParams
=== RUN TestCreateImage
2023/05/26 18:44:25 GET /v2/
2023/05/26 18:44:25 HEAD /v2/task/test-create-image/blobs/sha256:dde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6 404 BLOB_UNKNOWN Unknown blob
2023/05/26 18:44:25 HEAD /v2/task/test-create-image/blobs/sha256:9ab10150462e0b713850897e4d47ddc1e0e82a392683c177b430652929c36cc4 404 BLOB_UNKNOWN Unknown blob
2023/05/26 18:44:25 POST /v2/task/test-create-image/blobs/uploads/
2023/05/26 18:44:25 POST /v2/task/test-create-image/blobs/uploads/
2023/05/26 18:44:25 PATCH /v2/task/test-create-image/blobs/uploads/5453683992662913916
2023/05/26 18:44:25 PATCH /v2/task/test-create-image/blobs/uploads/2206626983440677624
2023/05/26 18:44:25 PUT /v2/task/test-create-image/blobs/uploads/5453683992662913916?digest=sha256%3A9ab10150462e0b713850897e4d47ddc1e0e82a392683c177b430652929c36cc4
2023/05/26 18:44:25 PUT /v2/task/test-create-image/blobs/uploads/2206626983440677624?digest=sha256%3Adde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6
2023/05/26 18:44:25 PUT /v2/task/test-create-image/manifests/latest
2023/05/26 18:44:25 GET /v2/
2023/05/26 18:44:25 GET /v2/task/test-create-image/manifests/sha256:78e6c563134c9d91efdcb2ee897ac03f12945318efe148dd84ff298c855d1416
2023/05/26 18:44:25 GET /v2/task/test-create-image/blobs/sha256:dde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6
--- PASS: TestCreateImage (0.04s)
=== RUN TestHubResolver
resolvers_test.go:80: Create namespace arendelle-qt855 to deploy to
resolvers_test.go:80: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestHubResolver (0.04s)
=== RUN TestHubResolver_Failure
resolvers_test.go:139: Create namespace arendelle-85jg9 to deploy to
resolvers_test.go:139: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestHubResolver_Failure (0.04s)
=== RUN TestGitResolver_Clone
resolvers_test.go:202: Create namespace arendelle-w28hk to deploy to
resolvers_test.go:202: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestGitResolver_Clone (0.04s)
=== RUN TestGitResolver_Clone_Failure
=== RUN TestGitResolver_Clone_Failure/repo_does_not_exist
resolvers_test.go:303: Create namespace arendelle-smdbl to deploy to
resolvers_test.go:303: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
=== RUN TestGitResolver_Clone_Failure/path_does_not_exist
resolvers_test.go:303: Create namespace arendelle-n8pk2 to deploy to
resolvers_test.go:303: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
=== RUN TestGitResolver_Clone_Failure/commit_does_not_exist
resolvers_test.go:303: Create namespace arendelle-zxttx to deploy to
resolvers_test.go:303: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestGitResolver_Clone_Failure (0.13s)
--- FAIL: TestGitResolver_Clone_Failure/repo_does_not_exist (0.05s)
--- FAIL: TestGitResolver_Clone_Failure/path_does_not_exist (0.04s)
--- FAIL: TestGitResolver_Clone_Failure/commit_does_not_exist (0.04s)
=== RUN TestClusterResolver
resolvers_test.go:368: Create namespace arendelle-7pnd2 to deploy to
resolvers_test.go:368: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestClusterResolver (0.04s)
=== RUN TestClusterResolver_Failure
resolvers_test.go:431: Create namespace arendelle-d5lfj to deploy to
resolvers_test.go:431: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestClusterResolver_Failure (0.05s)
=== RUN TestGitResolver_API
resolvers_test.go:473: Create namespace arendelle-w84lw to deploy to
resolvers_test.go:473: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestGitResolver_API (0.04s)
=== RUN TestTaskRunRetry
retry_test.go:43: Create namespace arendelle-dpg5m to deploy to
retry_test.go:43: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTaskRunRetry (0.04s)
=== RUN TestPipelineRunWithServiceAccounts
serviceaccount_test.go:39: Create namespace arendelle-mxzpg to deploy to
serviceaccount_test.go:39: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineRunWithServiceAccounts (0.04s)
=== RUN TestPipelineRunWithServiceAccountNameAndTaskRunSpec
serviceaccount_test.go:200: Create namespace arendelle-n4pgc to deploy to
serviceaccount_test.go:200: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineRunWithServiceAccountNameAndTaskRunSpec (0.04s)
=== RUN TestSidecarTaskSupport
=== PAUSE TestSidecarTaskSupport
=== RUN TestStartTime
start_time_test.go:47: Create namespace arendelle-68xf4 to deploy to
start_time_test.go:47: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestStartTime (0.04s)
=== RUN TestTaskRunPipelineRunStatus
status_test.go:56: Create namespace arendelle-sx8j2 to deploy to
status_test.go:56: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTaskRunPipelineRunStatus (0.04s)
=== RUN TestProvenanceFieldInPipelineRunTaskRunStatus
status_test.go:129: Create namespace arendelle-w2r6z to deploy to
status_test.go:129: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestProvenanceFieldInPipelineRunTaskRunStatus (0.04s)
=== RUN TestStepOutput
=== PAUSE TestStepOutput
=== RUN TestStepOutputWithWorkspace
=== PAUSE TestStepOutputWithWorkspace
=== RUN TestTaskRunFailure
taskrun_test.go:45: Create namespace arendelle-7c2kz to deploy to
taskrun_test.go:45: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTaskRunFailure (0.04s)
=== RUN TestTaskRunStatus
taskrun_test.go:141: Create namespace arendelle-8lkxd to deploy to
taskrun_test.go:141: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTaskRunStatus (0.04s)
=== RUN TestTektonBundlesSimpleWorkingExample
tektonbundles_test.go:63: Create namespace arendelle-hc7pd to deploy to
tektonbundles_test.go:63: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTektonBundlesSimpleWorkingExample (0.04s)
=== RUN TestTektonBundlesResolver
tektonbundles_test.go:202: Create namespace arendelle-qzbnh to deploy to
tektonbundles_test.go:202: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTektonBundlesResolver (0.04s)
=== RUN TestTektonBundlesUsingRegularImage
tektonbundles_test.go:349: Create namespace arendelle-qcmt2 to deploy to
tektonbundles_test.go:349: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTektonBundlesUsingRegularImage (0.04s)
=== RUN TestTektonBundlesUsingImproperFormat
tektonbundles_test.go:432: Create namespace arendelle-f4kbc to deploy to
tektonbundles_test.go:432: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTektonBundlesUsingImproperFormat (0.04s)
=== RUN TestPipelineRunTimeout
=== PAUSE TestPipelineRunTimeout
=== RUN TestStepTimeout
=== PAUSE TestStepTimeout
=== RUN TestStepTimeoutWithWS
=== PAUSE TestStepTimeoutWithWS
=== RUN TestTaskRunTimeout
=== PAUSE TestTaskRunTimeout
=== RUN TestPipelineTaskTimeout
=== PAUSE TestPipelineTaskTimeout
=== RUN TestPipelineRunTasksTimeout
=== PAUSE TestPipelineRunTasksTimeout
=== RUN TestTrustedResourcesVerify_VerificationPolicy_Success
trusted_resources_test.go:63: Create namespace arendelle-l9qzk to deploy to
trusted_resources_test.go:63: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTrustedResourcesVerify_VerificationPolicy_Success (0.04s)
=== RUN TestTrustedResourcesVerify_VerificationPolicy_Error
trusted_resources_test.go:177: Create namespace arendelle-gbhqq to deploy to
trusted_resources_test.go:177: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTrustedResourcesVerify_VerificationPolicy_Error (0.04s)
=== RUN TestSignInterface
=== RUN TestSignInterface/Sign_Task
=== RUN TestSignInterface/Sign_String_with_cosign_signer
=== RUN TestSignInterface/Empty_TaskSpec
=== RUN TestSignInterface/Empty_Signer
=== RUN TestSignInterface/Sign_String_with_mock_signer
--- PASS: TestSignInterface (0.00s)
--- PASS: TestSignInterface/Sign_Task (0.00s)
--- PASS: TestSignInterface/Sign_String_with_cosign_signer (0.00s)
--- PASS: TestSignInterface/Empty_TaskSpec (0.00s)
--- PASS: TestSignInterface/Empty_Signer (0.00s)
--- PASS: TestSignInterface/Sign_String_with_mock_signer (0.00s)
=== RUN TestWorkingDirCreated
workingdir_test.go:39: Create namespace arendelle-mh7lg to deploy to
workingdir_test.go:39: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestWorkingDirCreated (0.04s)
=== RUN TestWorkingDirIgnoredNonSlashWorkspace
workingdir_test.go:112: Create namespace arendelle-gxsqd to deploy to
workingdir_test.go:112: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestWorkingDirIgnoredNonSlashWorkspace (0.04s)
=== RUN TestWorkspaceReadOnlyDisallowsWrite
workspace_test.go:40: Create namespace arendelle-ndv27 to deploy to
workspace_test.go:40: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestWorkspaceReadOnlyDisallowsWrite (0.04s)
=== RUN TestWorkspacePipelineRunDuplicateWorkspaceEntriesInvalid
workspace_test.go:117: Create namespace arendelle-qv5vb to deploy to
workspace_test.go:117: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestWorkspacePipelineRunDuplicateWorkspaceEntriesInvalid (0.04s)
=== RUN TestWorkspacePipelineRunMissingWorkspaceInvalid
workspace_test.go:187: Create namespace arendelle-484rk to deploy to
workspace_test.go:187: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestWorkspacePipelineRunMissingWorkspaceInvalid (0.05s)
=== RUN TestWorkspaceVolumeNameMatchesVolumeVariableReplacement
workspace_test.go:257: Create namespace arendelle-762r5 to deploy to
workspace_test.go:257: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestWorkspaceVolumeNameMatchesVolumeVariableReplacement (0.04s)
=== CONT TestDuplicatePodTaskRun
=== CONT TestStepOutput
=== CONT TestPipelineRunTasksTimeout
=== CONT TestTaskRunTimeout
=== CONT TestPipelineTaskTimeout
=== CONT TestStepTimeout
=== CONT TestStepTimeoutWithWS
=== CONT TestStepOutputWithWorkspace
=== NAME TestStepOutput
step_output_test.go:41: Create namespace arendelle-nscxv to deploy to
=== NAME TestPipelineRunTasksTimeout
timeout_test.go:444: Create namespace arendelle-r2gfg to deploy to
=== NAME TestDuplicatePodTaskRun
duplicate_test.go:41: Create namespace arendelle-t567n to deploy to
=== NAME TestStepTimeout
timeout_test.go:165: Create namespace arendelle-nvg8r to deploy to
=== NAME TestStepOutput
step_output_test.go:41: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestStepOutput (0.06s)
=== CONT TestPipelineRun
=== RUN TestPipelineRun/fan-in_and_fan-out
=== PAUSE TestPipelineRun/fan-in_and_fan-out
=== RUN TestPipelineRun/service_account_propagation_and_pipeline_param
=== PAUSE TestPipelineRun/service_account_propagation_and_pipeline_param
=== RUN TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace
=== PAUSE TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace
=== CONT TestPipelineRunTimeout
=== NAME TestTaskRunTimeout
timeout_test.go:267: Create namespace arendelle-tqj4g to deploy to
=== NAME TestDuplicatePodTaskRun
duplicate_test.go:41: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestDuplicatePodTaskRun (0.07s)
=== CONT TestPropagatedParams
=== RUN TestPropagatedParams/propagated_parameters_fully
=== PAUSE TestPropagatedParams/propagated_parameters_fully
=== RUN TestPropagatedParams/propagated_parameters_with_task_level
=== PAUSE TestPropagatedParams/propagated_parameters_with_task_level
=== RUN TestPropagatedParams/propagated_parameters_with_default_task_level
=== PAUSE TestPropagatedParams/propagated_parameters_with_default_task_level
=== CONT TestPipelineRunStatusSpec
=== RUN TestPipelineRunStatusSpec/pipeline_status_spec_updated
=== PAUSE TestPipelineRunStatusSpec/pipeline_status_spec_updated
=== CONT TestSidecarTaskSupport
=== RUN TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete
=== PAUSE TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete
=== RUN TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps
=== NAME TestPipelineRunTasksTimeout
timeout_test.go:444: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineRunTasksTimeout (0.07s)
=== PAUSE TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps
=== CONT TestLargerResultsSidecarLogs
=== CONT TestPipelineRun/service_account_propagation_and_pipeline_param
=== RUN TestLargerResultsSidecarLogs/larger_results_via_sidecar_logs
=== PAUSE TestLargerResultsSidecarLogs/larger_results_via_sidecar_logs
=== NAME TestPipelineTaskTimeout
timeout_test.go:323: Create namespace arendelle-fzrrl to deploy to
=== CONT TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace
=== NAME TestStepOutputWithWorkspace
step_output_test.go:119: Create namespace arendelle-2rftq to deploy to
=== NAME TestStepTimeoutWithWS
timeout_test.go:227: Create namespace arendelle-r89l4 to deploy to
=== NAME TestStepTimeout
timeout_test.go:165: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestStepTimeout (0.08s)
=== CONT TestPipelineRun/fan-in_and_fan-out
=== NAME TestPipelineTaskTimeout
timeout_test.go:323: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
=== NAME TestStepOutputWithWorkspace
step_output_test.go:119: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestStepOutputWithWorkspace (0.09s)
=== CONT TestPipelineRunStatusSpec/pipeline_status_spec_updated
--- FAIL: TestPipelineTaskTimeout (0.09s)
=== CONT TestPropagatedParams/propagated_parameters_with_task_level
=== NAME TestStepTimeoutWithWS
timeout_test.go:227: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestStepTimeoutWithWS (0.09s)
=== CONT TestPropagatedParams/propagated_parameters_with_default_task_level
=== NAME TestTaskRunTimeout
timeout_test.go:267: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestTaskRunTimeout (0.09s)
=== CONT TestPropagatedParams/propagated_parameters_fully
=== NAME TestPipelineRunTimeout
timeout_test.go:48: Create namespace arendelle-4lzsv to deploy to
=== NAME TestPipelineRun/service_account_propagation_and_pipeline_param
pipelinerun_test.go:307: Create namespace arendelle-5d9wn to deploy to
=== NAME TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace
pipelinerun_test.go:307: Create namespace arendelle-j9ph8 to deploy to
=== NAME TestPipelineRunTimeout
timeout_test.go:48: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
=== CONT TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete
--- FAIL: TestPipelineRunTimeout (0.08s)
=== NAME TestPipelineRun/service_account_propagation_and_pipeline_param
pipelinerun_test.go:307: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
=== CONT TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps
=== NAME TestPipelineRun/fan-in_and_fan-out
pipelinerun_test.go:307: Create namespace arendelle-jrz87 to deploy to
=== NAME TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace
pipelinerun_test.go:307: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
=== CONT TestLargerResultsSidecarLogs/larger_results_via_sidecar_logs
=== NAME TestPropagatedParams/propagated_parameters_with_task_level
propagated_params_test.go:87: Create namespace arendelle-lq8b6 to deploy to
=== NAME TestPipelineRunStatusSpec/pipeline_status_spec_updated
pipelinerun_test.go:101: Create namespace arendelle-fngc2 to deploy to
=== NAME TestPropagatedParams/propagated_parameters_fully
propagated_params_test.go:87: Create namespace arendelle-qbp4p to deploy to
=== NAME TestPipelineRun/fan-in_and_fan-out
pipelinerun_test.go:307: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineRun (0.00s)
--- FAIL: TestPipelineRun/service_account_propagation_and_pipeline_param (0.08s)
--- FAIL: TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace (0.08s)
--- FAIL: TestPipelineRun/fan-in_and_fan-out (0.08s)
=== NAME TestPropagatedParams/propagated_parameters_with_default_task_level
propagated_params_test.go:87: Create namespace arendelle-tvln6 to deploy to
=== NAME TestPropagatedParams/propagated_parameters_with_task_level
propagated_params_test.go:87: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
=== NAME TestPipelineRunStatusSpec/pipeline_status_spec_updated
pipelinerun_test.go:101: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
=== NAME TestPropagatedParams/propagated_parameters_fully
propagated_params_test.go:87: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPipelineRunStatusSpec (0.00s)
--- FAIL: TestPipelineRunStatusSpec/pipeline_status_spec_updated (0.08s)
=== NAME TestPropagatedParams/propagated_parameters_with_default_task_level
propagated_params_test.go:87: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestPropagatedParams (0.00s)
--- FAIL: TestPropagatedParams/propagated_parameters_with_task_level (0.07s)
--- FAIL: TestPropagatedParams/propagated_parameters_fully (0.08s)
--- FAIL: TestPropagatedParams/propagated_parameters_with_default_task_level (0.09s)
=== NAME TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete
sidecar_test.go:70: Create namespace arendelle-t8qzb to deploy to
=== NAME TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps
sidecar_test.go:70: Create namespace arendelle-8prd2 to deploy to
=== NAME TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete
sidecar_test.go:70: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
=== NAME TestLargerResultsSidecarLogs/larger_results_via_sidecar_logs
larger_results_sidecar_logs_test.go:69: Create namespace arendelle-p86hz to deploy to
=== NAME TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps
sidecar_test.go:70: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestSidecarTaskSupport (0.00s)
--- FAIL: TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete (0.06s)
--- FAIL: TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps (0.06s)
=== NAME TestLargerResultsSidecarLogs/larger_results_via_sidecar_logs
larger_results_sidecar_logs_test.go:69: Failed to get ConfigMap `config-defaults`: configmaps "config-defaults" not found
--- FAIL: TestLargerResultsSidecarLogs (0.00s)
--- FAIL: TestLargerResultsSidecarLogs/larger_results_via_sidecar_logs (0.06s)
FAIL
Using kubeconfig at `` with cluster ``
FAIL github.com/tektoncd/pipeline/test 2.367s
FAIL
Finished run, return code is 1
/usr/local/google/home/jeromeju/pipeline/vendor/github.com/tektoncd/plumbing/scripts/library.sh: line 262: go-junit-report: command not found
XML report written to /tmp/tmp.lAiKeSIcSw/junit_Ur52bKU6.xml
Test log written to /tmp/tmp.lAiKeSIcSw/go_test_Ur52bKU6.log
Running tests with 'go test -race -v -count=1 -tags=examples -timeout=20m ./test/ '
=== RUN TestResourceVersionReactor
=== RUN TestResourceVersionReactor/first_resource
logger.go:130: 2023-05-26T18:44:31.779Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000038a60 lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
=== RUN TestResourceVersionReactor/replace_resource_version
logger.go:130: 2023-05-26T18:44:31.780Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000038cc0 lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
--- PASS: TestResourceVersionReactor (0.00s)
--- PASS: TestResourceVersionReactor/first_resource (0.00s)
--- PASS: TestResourceVersionReactor/replace_resource_version (0.00s)
=== RUN TestEnsureConfigurationConfigMapsExist
--- PASS: TestEnsureConfigurationConfigMapsExist (0.00s)
=== RUN TestExamples
examples_test.go:233: error reading enabled feature gate: error getting feature-flags configmap: exit status 1
--- FAIL: TestExamples (0.06s)
=== RUN TestYamls
examples_test.go:242: error reading enabled feature gate: error getting feature-flags configmap: exit status 1
--- FAIL: TestYamls (0.07s)
=== RUN TestCreateImage
2023/05/26 18:44:31 GET /v2/
2023/05/26 18:44:31 HEAD /v2/task/test-create-image/blobs/sha256:dde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6 404 BLOB_UNKNOWN Unknown blob
2023/05/26 18:44:31 HEAD /v2/task/test-create-image/blobs/sha256:9ab10150462e0b713850897e4d47ddc1e0e82a392683c177b430652929c36cc4 404 BLOB_UNKNOWN Unknown blob
2023/05/26 18:44:31 POST /v2/task/test-create-image/blobs/uploads/
2023/05/26 18:44:31 POST /v2/task/test-create-image/blobs/uploads/
2023/05/26 18:44:31 PATCH /v2/task/test-create-image/blobs/uploads/4766713948326585791
2023/05/26 18:44:31 PATCH /v2/task/test-create-image/blobs/uploads/6904486247825773592
2023/05/26 18:44:31 PUT /v2/task/test-create-image/blobs/uploads/4766713948326585791?digest=sha256%3Adde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6
2023/05/26 18:44:31 PUT /v2/task/test-create-image/blobs/uploads/6904486247825773592?digest=sha256%3A9ab10150462e0b713850897e4d47ddc1e0e82a392683c177b430652929c36cc4
2023/05/26 18:44:31 PUT /v2/task/test-create-image/manifests/latest
2023/05/26 18:44:31 GET /v2/
2023/05/26 18:44:31 GET /v2/task/test-create-image/manifests/sha256:78e6c563134c9d91efdcb2ee897ac03f12945318efe148dd84ff298c855d1416
2023/05/26 18:44:31 GET /v2/task/test-create-image/blobs/sha256:dde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6
--- PASS: TestCreateImage (0.05s)
=== RUN TestSignInterface
=== RUN TestSignInterface/Sign_Task
=== RUN TestSignInterface/Sign_String_with_cosign_signer
=== RUN TestSignInterface/Empty_TaskSpec
=== RUN TestSignInterface/Empty_Signer
=== RUN TestSignInterface/Sign_String_with_mock_signer
--- PASS: TestSignInterface (0.00s)
--- PASS: TestSignInterface/Sign_Task (0.00s)
--- PASS: TestSignInterface/Sign_String_with_cosign_signer (0.00s)
--- PASS: TestSignInterface/Empty_TaskSpec (0.00s)
--- PASS: TestSignInterface/Empty_Signer (0.00s)
--- PASS: TestSignInterface/Sign_String_with_mock_signer (0.00s)
FAIL
Using kubeconfig at `` with cluster ``
FAIL github.com/tektoncd/pipeline/test 0.317s
FAIL
Finished run, return code is 1
/usr/local/google/home/jeromeju/pipeline/vendor/github.com/tektoncd/plumbing/scripts/library.sh: line 262: go-junit-report: command not found
XML report written to /tmp/tmp.lAiKeSIcSw/junit_Ryg6dfcg.xml
Test log written to /tmp/tmp.lAiKeSIcSw/go_test_Ryg6dfcg.log
***************************************
*** E2E TEST FAILED ***
*** Start of information dump ***
***************************************
>>> All resources:
NAMESPACE NAME READY STATUS RESTARTS AGE
arendelle-29mvm pod/registry-67599c567c-p9br9 1/1 Running 0 43m
arendelle-2s5wc pod/registry-67599c567c-tl6h8 1/1 Running 0 22h
arendelle-44fx5 pod/registry-67599c567c-2ddsq 1/1 Running 0 3h24m
arendelle-4kgfs pod/registry-67599c567c-4g9fh 1/1 Running 0 24h
arendelle-4rlxp pod/registry-67599c567c-qxw5h 1/1 Running 0 20m
arendelle-56rjr pod/registry-67599c567c-mgbwp 1/1 Running 0 7d3h
arendelle-5smzg pod/registry-67599c567c-5v9v6 1/1 Running 0 101m
arendelle-6b2dh pod/registry-67599c567c-9fkkx 1/1 Running 0 23h
arendelle-6btsw pod/registry-67599c567c-tx7s8 1/1 Running 0 23h
arendelle-7xkxm pod/registry-67599c567c-jvbr8 1/1 Running 0 78m
arendelle-88krk pod/registry-67599c567c-2b582 1/1 Running 0 7d4h
arendelle-8ts7x pod/registry-67599c567c-tch69 1/1 Running 0 7d5h
arendelle-8vhxt pod/registry-67599c567c-26tbc 1/1 Running 0 24h
arendelle-bz584 pod/registry-67599c567c-cn79k 1/1 Running 0 43m
arendelle-c45k6 pod/registry-67599c567c-kfv5d 1/1 Running 0 7d3h
arendelle-d4czb pod/registry-67599c567c-2s768 1/1 Running 0 24h
arendelle-dx4mq pod/registry-67599c567c-fkn88 1/1 Running 0 23h
arendelle-fgjm6 pod/registry-67599c567c-9b78z 1/1 Running 0 7d4h
arendelle-gsqw7 pod/registry-67599c567c-xpkpv 1/1 Running 0 22h
arendelle-h5rxj pod/registry-67599c567c-8cqz5 1/1 Running 0 7d5h
arendelle-jnfsp pod/registry-67599c567c-9cfcx 1/1 Running 0 3h24m
arendelle-jpkhj pod/registry-67599c567c-8fmtx 1/1 Running 0 20m
arendelle-kt5v8 pod/registry-67599c567c-9jkb2 1/1 Running 0 7d3h
arendelle-lvptq pod/registry-67599c567c-m4nws 1/1 Running 0 23h
arendelle-mgpwc pod/registry-67599c567c-6mkdn 1/1 Running 0 24h
arendelle-nnch4 pod/registry-67599c567c-gsm5p 1/1 Running 0 7d4h
arendelle-nvzl4 pod/registry-67599c567c-s42ct 1/1 Running 0 20m
arendelle-p8bmm pod/registry-67599c567c-xxfx5 1/1 Running 0 23h
arendelle-ptr8z pod/registry-67599c567c-jtrmh 1/1 Running 0 24h
arendelle-q6rgs pod/registry-67599c567c-mf5fz 1/1 Running 0 7d5h
arendelle-q8nqs pod/registry-67599c567c-r2hg6 1/1 Running 0 22h
arendelle-rcl6c pod/registry-67599c567c-gkl46 1/1 Running 0 7d5h
arendelle-ssqxd pod/registry-67599c567c-d8cvd 1/1 Running 0 3h24m
arendelle-tjchl pod/registry-67599c567c-bdd5t 1/1 Running 0 24h
arendelle-v9qx6 pod/registry-67599c567c-bn4dc 1/1 Running 0 23h
arendelle-vvfwt pod/registry-67599c567c-z4h9p 1/1 Running 0 101m
arendelle-w7rdn pod/registry-67599c567c-fbh4w 1/1 Running 0 43m
arendelle-w9f6r pod/registry-67599c567c-dmwws 1/1 Running 0 101m
arendelle-whzhf pod/registry-67599c567c-kl8hf 1/1 Running 0 78m
arendelle-zgxpm pod/registry-67599c567c-gs2n9 1/1 Running 0 78m
arendelle-zpktv pod/registry-67599c567c-jwzp9 1/1 Running 0 7d5h
arendelle-zwpmr pod/registry-67599c567c-t8955 1/1 Running 0 7d5h
kube-system pod/coredns-6d4b75cb6d-2m8ht 1/1 Running 0 7d22h
kube-system pod/coredns-6d4b75cb6d-pc2tg 1/1 Running 0 7d22h
kube-system pod/etcd-kind-control-plane 1/1 Running 0 7d22h
kube-system pod/kindnet-mrj9m 1/1 Running 0 7d22h
kube-system pod/kube-apiserver-kind-control-plane 1/1 Running 0 7d22h
kube-system pod/kube-controller-manager-kind-control-plane 1/1 Running 0 7d22h
kube-system pod/kube-proxy-x8znr 1/1 Running 0 7d22h
kube-system pod/kube-scheduler-kind-control-plane 1/1 Running 0 7d22h
local-path-storage pod/local-path-provisioner-9cd9bd544-s58tg 1/1 Running 0 7d22h
NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
arendelle-29mvm service/registry ClusterIP 10.96.99.16 <none> 5000/TCP 43m
arendelle-2s5wc service/registry ClusterIP 10.96.169.77 <none> 5000/TCP 22h
arendelle-44fx5 service/registry ClusterIP 10.96.211.122 <none> 5000/TCP 3h24m
arendelle-4kgfs service/registry ClusterIP 10.96.32.58 <none> 5000/TCP 24h
arendelle-4rlxp service/registry ClusterIP 10.96.60.8 <none> 5000/TCP 20m
arendelle-56rjr service/registry ClusterIP 10.96.124.8 <none> 5000/TCP 7d3h
arendelle-5smzg service/registry ClusterIP 10.96.185.141 <none> 5000/TCP 101m
arendelle-6b2dh service/registry ClusterIP 10.96.219.165 <none> 5000/TCP 23h
arendelle-6btsw service/registry ClusterIP 10.96.213.64 <none> 5000/TCP 23h
arendelle-7xkxm service/registry ClusterIP 10.96.106.49 <none> 5000/TCP 78m
arendelle-88krk service/registry ClusterIP 10.96.107.72 <none> 5000/TCP 7d4h
arendelle-8ts7x service/registry ClusterIP 10.96.82.153 <none> 5000/TCP 7d5h
arendelle-8vhxt service/registry ClusterIP 10.96.151.206 <none> 5000/TCP 24h
arendelle-bz584 service/registry ClusterIP 10.96.169.29 <none> 5000/TCP 43m
arendelle-c45k6 service/registry ClusterIP 10.96.48.219 <none> 5000/TCP 7d3h
arendelle-d4czb service/registry ClusterIP 10.96.241.98 <none> 5000/TCP 24h
arendelle-dx4mq service/registry ClusterIP 10.96.134.117 <none> 5000/TCP 23h
arendelle-fgjm6 service/registry ClusterIP 10.96.193.24 <none> 5000/TCP 7d4h
arendelle-gsqw7 service/registry ClusterIP 10.96.105.132 <none> 5000/TCP 22h
arendelle-h5rxj service/registry ClusterIP 10.96.40.244 <none> 5000/TCP 7d5h
arendelle-jnfsp service/registry ClusterIP 10.96.98.81 <none> 5000/TCP 3h24m
arendelle-jpkhj service/registry ClusterIP 10.96.108.85 <none> 5000/TCP 20m
arendelle-kt5v8 service/registry ClusterIP 10.96.174.119 <none> 5000/TCP 7d3h
arendelle-lvptq service/registry ClusterIP 10.96.105.37 <none> 5000/TCP 23h
arendelle-mgpwc service/registry ClusterIP 10.96.129.198 <none> 5000/TCP 24h
arendelle-nnch4 service/registry ClusterIP 10.96.151.99 <none> 5000/TCP 7d4h
arendelle-nvzl4 service/registry ClusterIP 10.96.70.109 <none> 5000/TCP 19m
arendelle-p8bmm service/registry ClusterIP 10.96.138.216 <none> 5000/TCP 23h
arendelle-ptr8z service/registry ClusterIP 10.96.232.169 <none> 5000/TCP 24h
arendelle-q6rgs service/registry ClusterIP 10.96.49.93 <none> 5000/TCP 7d5h
arendelle-q8nqs service/registry ClusterIP 10.96.15.39 <none> 5000/TCP 22h
arendelle-rcl6c service/registry ClusterIP 10.96.2.255 <none> 5000/TCP 7d5h
arendelle-ssqxd service/registry ClusterIP 10.96.110.60 <none> 5000/TCP 3h24m
arendelle-tjchl service/registry ClusterIP 10.96.149.44 <none> 5000/TCP 24h
arendelle-v9qx6 service/registry ClusterIP 10.96.229.61 <none> 5000/TCP 23h
arendelle-vvfwt service/registry ClusterIP 10.96.89.136 <none> 5000/TCP 101m
arendelle-w7rdn service/registry ClusterIP 10.96.251.20 <none> 5000/TCP 43m
arendelle-w9f6r service/registry ClusterIP 10.96.157.18 <none> 5000/TCP 101m
arendelle-whzhf service/registry ClusterIP 10.96.195.122 <none> 5000/TCP 78m
arendelle-zgxpm service/registry ClusterIP 10.96.53.253 <none> 5000/TCP 78m
arendelle-zpktv service/registry ClusterIP 10.96.165.235 <none> 5000/TCP 7d5h
arendelle-zwpmr service/registry ClusterIP 10.96.103.3 <none> 5000/TCP 7d5h
default service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 7d22h
kube-system service/kube-dns ClusterIP 10.96.0.10 <none> 53/UDP,53/TCP,9153/TCP 7d22h
NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
kube-system daemonset.apps/kindnet 1 1 1 1 1 <none> 7d22h
kube-system daemonset.apps/kube-proxy 1 1 1 1 1 kubernetes.io/os=linux 7d22h
NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE
arendelle-29mvm deployment.apps/registry 1/1 1 1 43m
arendelle-2s5wc deployment.apps/registry 1/1 1 1 22h
arendelle-44fx5 deployment.apps/registry 1/1 1 1 3h24m
arendelle-4kgfs deployment.apps/registry 1/1 1 1 24h
arendelle-4rlxp deployment.apps/registry 1/1 1 1 20m
arendelle-56rjr deployment.apps/registry 1/1 1 1 7d3h
arendelle-5smzg deployment.apps/registry 1/1 1 1 101m
arendelle-6b2dh deployment.apps/registry 1/1 1 1 23h
arendelle-6btsw deployment.apps/registry 1/1 1 1 23h
arendelle-7xkxm deployment.apps/registry 1/1 1 1 78m
arendelle-88krk deployment.apps/registry 1/1 1 1 7d4h
arendelle-8ts7x deployment.apps/registry 1/1 1 1 7d5h
arendelle-8vhxt deployment.apps/registry 1/1 1 1 24h
arendelle-bz584 deployment.apps/registry 1/1 1 1 43m
arendelle-c45k6 deployment.apps/registry 1/1 1 1 7d3h
arendelle-d4czb deployment.apps/registry 1/1 1 1 24h
arendelle-dx4mq deployment.apps/registry 1/1 1 1 23h
arendelle-fgjm6 deployment.apps/registry 1/1 1 1 7d4h
arendelle-gsqw7 deployment.apps/registry 1/1 1 1 22h
arendelle-h5rxj deployment.apps/registry 1/1 1 1 7d5h
arendelle-jnfsp deployment.apps/registry 1/1 1 1 3h24m
arendelle-jpkhj deployment.apps/registry 1/1 1 1 20m
arendelle-kt5v8 deployment.apps/registry 1/1 1 1 7d3h
arendelle-lvptq deployment.apps/registry 1/1 1 1 23h
arendelle-mgpwc deployment.apps/registry 1/1 1 1 24h
arendelle-nnch4 deployment.apps/registry 1/1 1 1 7d4h
arendelle-nvzl4 deployment.apps/registry 1/1 1 1 20m
arendelle-p8bmm deployment.apps/registry 1/1 1 1 23h
arendelle-ptr8z deployment.apps/registry 1/1 1 1 24h
arendelle-q6rgs deployment.apps/registry 1/1 1 1 7d5h
arendelle-q8nqs deployment.apps/registry 1/1 1 1 22h
arendelle-rcl6c deployment.apps/registry 1/1 1 1 7d5h
arendelle-ssqxd deployment.apps/registry 1/1 1 1 3h24m
arendelle-tjchl deployment.apps/registry 1/1 1 1 24h
arendelle-v9qx6 deployment.apps/registry 1/1 1 1 23h
arendelle-vvfwt deployment.apps/registry 1/1 1 1 101m
arendelle-w7rdn deployment.apps/registry 1/1 1 1 43m
arendelle-w9f6r deployment.apps/registry 1/1 1 1 101m
arendelle-whzhf deployment.apps/registry 1/1 1 1 78m
arendelle-zgxpm deployment.apps/registry 1/1 1 1 78m
arendelle-zpktv deployment.apps/registry 1/1 1 1 7d5h
arendelle-zwpmr deployment.apps/registry 1/1 1 1 7d5h
kube-system deployment.apps/coredns 2/2 2 2 7d22h
local-path-storage deployment.apps/local-path-provisioner 1/1 1 1 7d22h
NAMESPACE NAME DESIRED CURRENT READY AGE
arendelle-29mvm replicaset.apps/registry-67599c567c 1 1 1 43m
arendelle-2s5wc replicaset.apps/registry-67599c567c 1 1 1 22h
arendelle-44fx5 replicaset.apps/registry-67599c567c 1 1 1 3h24m
arendelle-4kgfs replicaset.apps/registry-67599c567c 1 1 1 24h
arendelle-4rlxp replicaset.apps/registry-67599c567c 1 1 1 20m
arendelle-56rjr replicaset.apps/registry-67599c567c 1 1 1 7d3h
arendelle-5smzg replicaset.apps/registry-67599c567c 1 1 1 101m
arendelle-6b2dh replicaset.apps/registry-67599c567c 1 1 1 23h
arendelle-6btsw replicaset.apps/registry-67599c567c 1 1 1 23h
arendelle-7xkxm replicaset.apps/registry-67599c567c 1 1 1 78m
arendelle-88krk replicaset.apps/registry-67599c567c 1 1 1 7d4h
arendelle-8ts7x replicaset.apps/registry-67599c567c 1 1 1 7d5h
arendelle-8vhxt replicaset.apps/registry-67599c567c 1 1 1 24h
arendelle-bz584 replicaset.apps/registry-67599c567c 1 1 1 43m
arendelle-c45k6 replicaset.apps/registry-67599c567c 1 1 1 7d3h
arendelle-d4czb replicaset.apps/registry-67599c567c 1 1 1 24h
arendelle-dx4mq replicaset.apps/registry-67599c567c 1 1 1 23h
arendelle-fgjm6 replicaset.apps/registry-67599c567c 1 1 1 7d4h
arendelle-gsqw7 replicaset.apps/registry-67599c567c 1 1 1 22h
arendelle-h5rxj replicaset.apps/registry-67599c567c 1 1 1 7d5h
arendelle-jnfsp replicaset.apps/registry-67599c567c 1 1 1 3h24m
arendelle-jpkhj replicaset.apps/registry-67599c567c 1 1 1 20m
arendelle-kt5v8 replicaset.apps/registry-67599c567c 1 1 1 7d3h
arendelle-lvptq replicaset.apps/registry-67599c567c 1 1 1 23h
arendelle-mgpwc replicaset.apps/registry-67599c567c 1 1 1 24h
arendelle-nnch4 replicaset.apps/registry-67599c567c 1 1 1 7d4h
arendelle-nvzl4 replicaset.apps/registry-67599c567c 1 1 1 20m
arendelle-p8bmm replicaset.apps/registry-67599c567c 1 1 1 23h
arendelle-ptr8z replicaset.apps/registry-67599c567c 1 1 1 24h
arendelle-q6rgs replicaset.apps/registry-67599c567c 1 1 1 7d5h
arendelle-q8nqs replicaset.apps/registry-67599c567c 1 1 1 22h
arendelle-rcl6c replicaset.apps/registry-67599c567c 1 1 1 7d5h
arendelle-ssqxd replicaset.apps/registry-67599c567c 1 1 1 3h24m
arendelle-tjchl replicaset.apps/registry-67599c567c 1 1 1 24h
arendelle-v9qx6 replicaset.apps/registry-67599c567c 1 1 1 23h
arendelle-vvfwt replicaset.apps/registry-67599c567c 1 1 1 101m
arendelle-w7rdn replicaset.apps/registry-67599c567c 1 1 1 43m
arendelle-w9f6r replicaset.apps/registry-67599c567c 1 1 1 101m
arendelle-whzhf replicaset.apps/registry-67599c567c 1 1 1 78m
arendelle-zgxpm replicaset.apps/registry-67599c567c 1 1 1 78m
arendelle-zpktv replicaset.apps/registry-67599c567c 1 1 1 7d5h
arendelle-zwpmr replicaset.apps/registry-67599c567c 1 1 1 7d5h
kube-system replicaset.apps/coredns-6d4b75cb6d 2 2 2 7d22h
local-path-storage replicaset.apps/local-path-provisioner-9cd9bd544 1 1 1 7d22h
>>> Services:
NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
arendelle-29mvm registry ClusterIP 10.96.99.16 <none> 5000/TCP 43m
arendelle-2s5wc registry ClusterIP 10.96.169.77 <none> 5000/TCP 22h
arendelle-44fx5 registry ClusterIP 10.96.211.122 <none> 5000/TCP 3h24m
arendelle-4kgfs registry ClusterIP 10.96.32.58 <none> 5000/TCP 24h
arendelle-4rlxp registry ClusterIP 10.96.60.8 <none> 5000/TCP 20m
arendelle-56rjr registry ClusterIP 10.96.124.8 <none> 5000/TCP 7d3h
arendelle-5smzg registry ClusterIP 10.96.185.141 <none> 5000/TCP 101m
arendelle-6b2dh registry ClusterIP 10.96.219.165 <none> 5000/TCP 23h
arendelle-6btsw registry ClusterIP 10.96.213.64 <none> 5000/TCP 23h
arendelle-7xkxm registry ClusterIP 10.96.106.49 <none> 5000/TCP 78m
arendelle-88krk registry ClusterIP 10.96.107.72 <none> 5000/TCP 7d4h
arendelle-8ts7x registry ClusterIP 10.96.82.153 <none> 5000/TCP 7d5h
arendelle-8vhxt registry ClusterIP 10.96.151.206 <none> 5000/TCP 24h
arendelle-bz584 registry ClusterIP 10.96.169.29 <none> 5000/TCP 43m
arendelle-c45k6 registry ClusterIP 10.96.48.219 <none> 5000/TCP 7d3h
arendelle-d4czb registry ClusterIP 10.96.241.98 <none> 5000/TCP 24h
arendelle-dx4mq registry ClusterIP 10.96.134.117 <none> 5000/TCP 23h
arendelle-fgjm6 registry ClusterIP 10.96.193.24 <none> 5000/TCP 7d4h
arendelle-gsqw7 registry ClusterIP 10.96.105.132 <none> 5000/TCP 22h
arendelle-h5rxj registry ClusterIP 10.96.40.244 <none> 5000/TCP 7d5h
arendelle-jnfsp registry ClusterIP 10.96.98.81 <none> 5000/TCP 3h24m
arendelle-jpkhj registry ClusterIP 10.96.108.85 <none> 5000/TCP 20m
arendelle-kt5v8 registry ClusterIP 10.96.174.119 <none> 5000/TCP 7d3h
arendelle-lvptq registry ClusterIP 10.96.105.37 <none> 5000/TCP 23h
arendelle-mgpwc registry ClusterIP 10.96.129.198 <none> 5000/TCP 24h
arendelle-nnch4 registry ClusterIP 10.96.151.99 <none> 5000/TCP 7d4h
arendelle-nvzl4 registry ClusterIP 10.96.70.109 <none> 5000/TCP 20m
arendelle-p8bmm registry ClusterIP 10.96.138.216 <none> 5000/TCP 23h
arendelle-ptr8z registry ClusterIP 10.96.232.169 <none> 5000/TCP 24h
arendelle-q6rgs registry ClusterIP 10.96.49.93 <none> 5000/TCP 7d5h
arendelle-q8nqs registry ClusterIP 10.96.15.39 <none> 5000/TCP 22h
arendelle-rcl6c registry ClusterIP 10.96.2.255 <none> 5000/TCP 7d5h
arendelle-ssqxd registry ClusterIP 10.96.110.60 <none> 5000/TCP 3h24m
arendelle-tjchl registry ClusterIP 10.96.149.44 <none> 5000/TCP 24h
arendelle-v9qx6 registry ClusterIP 10.96.229.61 <none> 5000/TCP 23h
arendelle-vvfwt registry ClusterIP 10.96.89.136 <none> 5000/TCP 101m
arendelle-w7rdn registry ClusterIP 10.96.251.20 <none> 5000/TCP 43m
arendelle-w9f6r registry ClusterIP 10.96.157.18 <none> 5000/TCP 101m
arendelle-whzhf registry ClusterIP 10.96.195.122 <none> 5000/TCP 78m
arendelle-zgxpm registry ClusterIP 10.96.53.253 <none> 5000/TCP 78m
arendelle-zpktv registry ClusterIP 10.96.165.235 <none> 5000/TCP 7d5h
arendelle-zwpmr registry ClusterIP 10.96.103.3 <none> 5000/TCP 7d5h
default kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 7d22h
kube-system kube-dns ClusterIP 10.96.0.10 <none> 53/UDP,53/TCP,9153/TCP 7d22h
>>> Events:
NAMESPACE LAST SEEN TYPE REASON OBJECT MESSAGE
arendelle-267fq 63m Normal Killing pod/affinity-assistant-d521e268ba-0 Stopping container affinity-assistant
arendelle-29mvm 43m Normal Scheduled pod/registry-67599c567c-p9br9 Successfully assigned arendelle-29mvm/registry-67599c567c-p9br9 to kind-control-plane
arendelle-29mvm 7m22s Warning DNSConfigForming pod/registry-67599c567c-p9br9 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-29mvm.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-29mvm 43m Normal Pulling pod/registry-67599c567c-p9br9 Pulling image "registry"
arendelle-29mvm 43m Normal Pulled pod/registry-67599c567c-p9br9 Successfully pulled image "registry" in 134.165121ms
arendelle-29mvm 43m Normal Created pod/registry-67599c567c-p9br9 Created container registry
arendelle-29mvm 43m Normal Started pod/registry-67599c567c-p9br9 Started container registry
arendelle-29mvm 43m Normal SuccessfulCreate replicaset/registry-67599c567c Created pod: registry-67599c567c-p9br9
arendelle-29mvm 43m Normal ScalingReplicaSet deployment/registry Scaled up replica set registry-67599c567c to 1
arendelle-2s5wc 12m Warning DNSConfigForming pod/registry-67599c567c-tl6h8 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-2s5wc.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-44fx5 10m Warning DNSConfigForming pod/registry-67599c567c-2ddsq Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-44fx5.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-46sjh 63m Warning DNSConfigForming pod/affinity-assistant-9a50043dbc-0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-46sjh.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-46sjh 63m Normal Pulled pod/affinity-assistant-9a50043dbc-0 Container image "kind.local/nop-8eac7c133edad5df719dc37b36b62482:d42fd8cae17d650cfdd627ff3cc49e055c089ccae65a8c04436fe88cc5608357" already present on machine
arendelle-46sjh 63m Normal Created pod/affinity-assistant-9a50043dbc-0 Created container affinity-assistant
arendelle-46sjh 63m Normal Started pod/affinity-assistant-9a50043dbc-0 Started container affinity-assistant
arendelle-46sjh 63m Normal Killing pod/affinity-assistant-9a50043dbc-0 Stopping container affinity-assistant
arendelle-46sjh 63m Warning DNSConfigForming pod/pr-parameterized-subpath-xkxwk-read-all-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-46sjh.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-46sjh 63m Normal Pulled pod/pr-parameterized-subpath-xkxwk-read-all-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-46sjh 63m Normal Created pod/pr-parameterized-subpath-xkxwk-read-all-pod Created container prepare
arendelle-46sjh 63m Normal Started pod/pr-parameterized-subpath-xkxwk-read-all-pod Started container prepare
arendelle-46sjh 63m Normal Pulled pod/pr-parameterized-subpath-xkxwk-read-all-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-46sjh 63m Normal Created pod/pr-parameterized-subpath-xkxwk-read-all-pod Created container place-scripts
arendelle-46sjh 63m Normal Started pod/pr-parameterized-subpath-xkxwk-read-all-pod Started container place-scripts
arendelle-46sjh 63m Normal Pulling pod/pr-parameterized-subpath-xkxwk-read-all-pod Pulling image "ubuntu"
arendelle-46sjh 63m Normal Pulled pod/pr-parameterized-subpath-xkxwk-read-all-pod Successfully pulled image "ubuntu" in 172.117821ms
arendelle-46sjh 63m Normal Created pod/pr-parameterized-subpath-xkxwk-read-all-pod Created container step-read-1
arendelle-46sjh 63m Normal Started pod/pr-parameterized-subpath-xkxwk-read-all-pod Started container step-read-2
arendelle-46sjh 63m Warning DNSConfigForming pod/pr-parameterized-subpath-xkxwk-writer-1-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-46sjh.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-46sjh 63m Normal Pulled pod/pr-parameterized-subpath-xkxwk-writer-1-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-46sjh 63m Normal Created pod/pr-parameterized-subpath-xkxwk-writer-1-pod Created container prepare
arendelle-46sjh 63m Normal Started pod/pr-parameterized-subpath-xkxwk-writer-1-pod Started container prepare
arendelle-46sjh 63m Normal Pulled pod/pr-parameterized-subpath-xkxwk-writer-1-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-46sjh 63m Normal Created pod/pr-parameterized-subpath-xkxwk-writer-1-pod Created container place-scripts
arendelle-46sjh 63m Normal Started pod/pr-parameterized-subpath-xkxwk-writer-1-pod Started container place-scripts
arendelle-46sjh 63m Normal Pulling pod/pr-parameterized-subpath-xkxwk-writer-1-pod Pulling image "ubuntu"
arendelle-46sjh 63m Normal Pulled pod/pr-parameterized-subpath-xkxwk-writer-1-pod Successfully pulled image "ubuntu" in 122.462456ms
arendelle-46sjh 63m Normal Created pod/pr-parameterized-subpath-xkxwk-writer-1-pod Created container step-write
arendelle-46sjh 63m Warning DNSConfigForming pod/pr-parameterized-subpath-xkxwk-writer-2-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-46sjh.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-46sjh 63m Normal Pulled pod/pr-parameterized-subpath-xkxwk-writer-2-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-46sjh 63m Normal Created pod/pr-parameterized-subpath-xkxwk-writer-2-pod Created container prepare
arendelle-46sjh 63m Normal Started pod/pr-parameterized-subpath-xkxwk-writer-2-pod Started container prepare
arendelle-46sjh 63m Normal Started pod/pr-parameterized-subpath-xkxwk-writer-2-pod Started container place-scripts
arendelle-46sjh 63m Normal Pulling pod/pr-parameterized-subpath-xkxwk-writer-2-pod Pulling image "ubuntu"
arendelle-46sjh 63m Normal Pulled pod/pr-parameterized-subpath-xkxwk-writer-2-pod Successfully pulled image "ubuntu" in 158.286228ms
arendelle-4kgfs 5m25s Warning DNSConfigForming pod/registry-67599c567c-4g9fh Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-4kgfs.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-4rlxp 20m Normal Scheduled pod/registry-67599c567c-qxw5h Successfully assigned arendelle-4rlxp/registry-67599c567c-qxw5h to kind-control-plane
arendelle-4rlxp 4m14s Warning DNSConfigForming pod/registry-67599c567c-qxw5h Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-4rlxp.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-4rlxp 20m Normal Pulling pod/registry-67599c567c-qxw5h Pulling image "registry"
arendelle-4rlxp 20m Normal Pulled pod/registry-67599c567c-qxw5h Successfully pulled image "registry" in 136.108ms
arendelle-4rlxp 20m Normal Created pod/registry-67599c567c-qxw5h Created container registry
arendelle-4rlxp 20m Normal Started pod/registry-67599c567c-qxw5h Started container registry
arendelle-4rlxp 20m Normal SuccessfulCreate replicaset/registry-67599c567c Created pod: registry-67599c567c-qxw5h
arendelle-4rlxp 20m Normal ScalingReplicaSet deployment/registry Scaled up replica set registry-67599c567c to 1
arendelle-56rjr 5m24s Warning DNSConfigForming pod/registry-67599c567c-mgbwp Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-56rjr.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-5dbvv 42m Normal Scheduled pod/pipeline-task-timeout-bsxqujts-pipelinetask1-pod Successfully assigned arendelle-5dbvv/pipeline-task-timeout-bsxqujts-pipelinetask1-pod to kind-control-plane
arendelle-5dbvv 42m Warning DNSConfigForming pod/pipeline-task-timeout-bsxqujts-pipelinetask1-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-5dbvv.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-5dbvv 42m Normal Pulled pod/pipeline-task-timeout-bsxqujts-pipelinetask1-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-5dbvv 42m Normal Created pod/pipeline-task-timeout-bsxqujts-pipelinetask1-pod Created container prepare
arendelle-5dbvv 42m Normal Started pod/pipeline-task-timeout-bsxqujts-pipelinetask1-pod Started container prepare
arendelle-5dbvv 42m Normal Pulling pod/pipeline-task-timeout-bsxqujts-pipelinetask1-pod Pulling image "busybox"
arendelle-5dbvv 42m Normal Pulled pod/pipeline-task-timeout-bsxqujts-pipelinetask1-pod Successfully pulled image "busybox" in 320.99412ms
arendelle-5dbvv 42m Normal Created pod/pipeline-task-timeout-bsxqujts-pipelinetask1-pod Created container step-unnamed-0
arendelle-5dbvv 42m Normal Started pod/pipeline-task-timeout-bsxqujts-pipelinetask1-pod Started container step-unnamed-0
arendelle-5dbvv 42m Normal Killing pod/pipeline-task-timeout-bsxqujts-pipelinetask1-pod Stopping container step-unnamed-0
arendelle-5dbvv 43m Normal Started taskrun/pipeline-task-timeout-bsxqujts-pipelinetask1
arendelle-5dbvv 42m Normal Pending taskrun/pipeline-task-timeout-bsxqujts-pipelinetask1 Pending
arendelle-5dbvv 42m Normal Pending taskrun/pipeline-task-timeout-bsxqujts-pipelinetask1 pod status "Initialized":"False"; message: "containers with incomplete status: [prepare]"
arendelle-5dbvv 42m Normal Running taskrun/pipeline-task-timeout-bsxqujts-pipelinetask1 Not all Steps in the Task have finished executing
arendelle-5dbvv 42m Warning Failed taskrun/pipeline-task-timeout-bsxqujts-pipelinetask1 TaskRun "pipeline-task-timeout-bsxqujts-pipelinetask1" failed to finish within "1m0s"
arendelle-5dbvv 42m Normal Scheduled pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Successfully assigned arendelle-5dbvv/pipeline-task-timeout-bsxqujts-pipelinetask2-pod to kind-control-plane
arendelle-5dbvv 42m Warning DNSConfigForming pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-5dbvv.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-5dbvv 42m Normal Pulled pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-5dbvv 42m Normal Created pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Created container prepare
arendelle-5dbvv 42m Normal Started pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Started container prepare
arendelle-5dbvv 42m Normal Pulling pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Pulling image "busybox"
arendelle-5dbvv 42m Normal Pulled pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Successfully pulled image "busybox" in 439.875458ms
arendelle-5dbvv 42m Normal Created pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Created container step-unnamed-0
arendelle-5dbvv 42m Normal Started pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Started container step-unnamed-0
arendelle-5dbvv 42m Normal Killing pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Stopping container step-unnamed-0
arendelle-5dbvv 42m Normal DeadlineExceeded pod/pipeline-task-timeout-bsxqujts-pipelinetask2-pod Pod was active on the node longer than the specified deadline
arendelle-5dbvv 42m Normal Started taskrun/pipeline-task-timeout-bsxqujts-pipelinetask2
arendelle-5dbvv 42m Normal Pending taskrun/pipeline-task-timeout-bsxqujts-pipelinetask2 Pending
arendelle-5dbvv 42m Normal Pending taskrun/pipeline-task-timeout-bsxqujts-pipelinetask2 pod status "Initialized":"False"; message: "containers with incomplete status: [prepare]"
arendelle-5dbvv 42m Warning Failed taskrun/pipeline-task-timeout-bsxqujts-pipelinetask2 TaskRun "pipeline-task-timeout-bsxqujts-pipelinetask2" failed to finish within "5s"
arendelle-5dbvv 43m Normal Started pipelinerun/pipeline-task-timeout-bsxqujts
arendelle-5dbvv 43m Normal Running pipelinerun/pipeline-task-timeout-bsxqujts Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0
arendelle-5dbvv 42m Normal PipelineRunStopping pipelinerun/pipeline-task-timeout-bsxqujts Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0
arendelle-5dbvv 42m Warning Failed pipelinerun/pipeline-task-timeout-bsxqujts Tasks Completed: 2 (Failed: 2, Cancelled 0), Skipped: 0
arendelle-5smzg 5m29s Warning DNSConfigForming pod/registry-67599c567c-5v9v6 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-5smzg.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-6b2dh 4m55s Warning DNSConfigForming pod/registry-67599c567c-9fkkx Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-6b2dh.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-6btsw 4m23s Warning DNSConfigForming pod/registry-67599c567c-tx7s8 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-6btsw.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-6qlw6 63m Warning DNSConfigForming pod/sum-print-result-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-6qlw6.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-6qlw6 63m Normal Pulled pod/sum-print-result-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-6qlw6 63m Normal Created pod/sum-print-result-pod Created container prepare
arendelle-6qlw6 63m Normal Started pod/sum-print-result-pod Started container prepare
arendelle-6qlw6 63m Normal Pulled pod/sum-print-result-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-6qlw6 63m Normal Pulling pod/sum-print-result-pod Pulling image "alpine"
arendelle-6qlw6 63m Normal Pulled pod/sum-print-result-pod Successfully pulled image "alpine" in 348.515914ms
arendelle-6qlw6 63m Normal Started pod/sum-print-result-pod Started container step-print
arendelle-6qlw6 63m Warning DNSConfigForming pod/sum-sum-two-numbers-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-6qlw6.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-6qlw6 63m Normal Pulled pod/sum-sum-two-numbers-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-6qlw6 63m Normal Created pod/sum-sum-two-numbers-pod Created container prepare
arendelle-6qlw6 63m Normal Started pod/sum-sum-two-numbers-pod Started container prepare
arendelle-6qlw6 63m Normal Pulled pod/sum-sum-two-numbers-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-6qlw6 63m Normal Created pod/sum-sum-two-numbers-pod Created container place-scripts
arendelle-6qlw6 63m Normal Started pod/sum-sum-two-numbers-pod Started container place-scripts
arendelle-6qlw6 63m Normal Pulling pod/sum-sum-two-numbers-pod Pulling image "bash:latest"
arendelle-6qlw6 63m Normal Pulled pod/sum-sum-two-numbers-pod Successfully pulled image "bash:latest" in 138.741512ms
arendelle-6qlw6 63m Normal Created pod/sum-sum-two-numbers-pod Created container step-sum
arendelle-6qlw6 63m Normal Started pod/sum-sum-two-numbers-pod Started container step-sum
arendelle-6qlw6 63m Normal Pulled pod/sum-sum-two-numbers-pod Container image "kind.local/sidecarlogresults-7501c6a20d741631510a448b48ab098f:e8c4ee7889c9d5d3afb7c7ff48432f92a021b601bca35adc7425b65248e8d37f" already present on machine
arendelle-6qlw6 63m Normal Created pod/sum-sum-two-numbers-pod Created container sidecar-tekton-log-results
arendelle-6qlw6 63m Normal Started pod/sum-sum-two-numbers-pod Started container sidecar-tekton-log-results
arendelle-6qlw6 63m Warning DNSConfigForming pod/sum-sum-with-third-number-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-6qlw6.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-6qlw6 63m Normal Started pod/sum-sum-with-third-number-pod Started container prepare
arendelle-6qlw6 63m Normal Started pod/sum-sum-with-third-number-pod Started container place-scripts
arendelle-6qlw6 63m Normal Started pod/sum-sum-with-third-number-pod Started container step-sum
arendelle-6qlw6 63m Normal Pulled pod/sum-sum-with-third-number-pod Container image "kind.local/sidecarlogresults-7501c6a20d741631510a448b48ab098f:e8c4ee7889c9d5d3afb7c7ff48432f92a021b601bca35adc7425b65248e8d37f" already present on machine
arendelle-6qlw6 63m Normal Started pod/sum-sum-with-third-number-pod Started container sidecar-tekton-log-results
arendelle-7xkxm 5m11s Warning DNSConfigForming pod/registry-67599c567c-jvbr8 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-7xkxm.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-88krk 8m34s Warning DNSConfigForming pod/registry-67599c567c-2b582 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-88krk.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-8ts7x 5m22s Warning DNSConfigForming pod/registry-67599c567c-tch69 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-8ts7x.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-8vhxt 5m55s Warning DNSConfigForming pod/registry-67599c567c-26tbc Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-8vhxt.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-b2l62 27m Normal Scheduled pod/affinity-assistant-e72411120e-0 Successfully assigned arendelle-b2l62/affinity-assistant-e72411120e-0 to kind-control-plane
arendelle-b2l62 27m Warning DNSConfigForming pod/affinity-assistant-e72411120e-0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-b2l62.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-b2l62 27m Normal Created pod/affinity-assistant-e72411120e-0 Created container affinity-assistant
arendelle-b2l62 27m Normal Started pod/affinity-assistant-e72411120e-0 Started container affinity-assistant
arendelle-b2l62 27m Normal Killing pod/affinity-assistant-e72411120e-0 Stopping container affinity-assistant
arendelle-b2l62 28m Normal SuccessfulCreate statefulset/affinity-assistant-e72411120e create Pod affinity-assistant-e72411120e-0 in StatefulSet affinity-assistant-e72411120e successful
arendelle-b2l62 27m Normal Scheduled pod/demo-pipeline-run-1-build-image-pod Successfully assigned arendelle-b2l62/demo-pipeline-run-1-build-image-pod to kind-control-plane
arendelle-b2l62 27m Warning DNSConfigForming pod/demo-pipeline-run-1-build-image-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-b2l62.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-b2l62 27m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-b2l62 27m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container prepare
arendelle-b2l62 27m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container prepare
arendelle-b2l62 27m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-b2l62 27m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container place-scripts
arendelle-b2l62 27m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container place-scripts
arendelle-b2l62 27m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container sidecar-tekton-log-results
arendelle-b2l62 27m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container sidecar-tekton-log-results
arendelle-b2l62 27m Normal Started taskrun/demo-pipeline-run-1-build-image
arendelle-b2l62 27m Normal Pending taskrun/demo-pipeline-run-1-build-image Pending
arendelle-b2l62 27m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Ready":"False"; message: "containers with unready status: [step-build-and-push step-write-url sidecar-tekton-log-results]"
arendelle-b2l62 27m Normal Running taskrun/demo-pipeline-run-1-build-image Not all Steps in the Task have finished executing
arendelle-b2l62 27m Warning Failed taskrun/demo-pipeline-run-1-build-image "step-build-and-push" exited with code 1 (image: "gcr.io/kaniko-project/executor@sha256:b44b0744b450e731b5a5213058792cd8d3a6a14c119cf6b1f143704f22a7c650"); for logs run: kubectl -n arendelle-b2l62 logs demo-pipeline-run-1-build-image-pod -c step-build-and-push
arendelle-b2l62 27m Normal Scheduled pod/demo-pipeline-run-1-fetch-from-git-pod Successfully assigned arendelle-b2l62/demo-pipeline-run-1-fetch-from-git-pod to kind-control-plane
arendelle-b2l62 27m Warning DNSConfigForming pod/demo-pipeline-run-1-fetch-from-git-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-b2l62.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-b2l62 27m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-b2l62 27m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container prepare
arendelle-b2l62 27m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container prepare
arendelle-b2l62 27m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container place-scripts
arendelle-b2l62 27m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container sidecar-tekton-log-results
arendelle-b2l62 28m Normal Started taskrun/demo-pipeline-run-1-fetch-from-git
arendelle-b2l62 28m Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git Pending
arendelle-b2l62 27m Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
arendelle-b2l62 27m Normal Running taskrun/demo-pipeline-run-1-fetch-from-git Not all Steps in the Task have finished executing
arendelle-b2l62 27m Normal Succeeded taskrun/demo-pipeline-run-1-fetch-from-git All Steps have completed executing
arendelle-b2l62 28m Normal Started pipelinerun/demo-pipeline-run-1
arendelle-b2l62 28m Normal ResolvingTaskRef pipelinerun/demo-pipeline-run-1 PipelineRun arendelle-b2l62/demo-pipeline-run-1 awaiting remote resource
arendelle-b2l62 28m Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0
arendelle-b2l62 27m Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
arendelle-b2l62 27m Warning Failed pipelinerun/demo-pipeline-run-1 Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0
arendelle-b2l62 28m Normal WaitForFirstConsumer persistentvolumeclaim/pvc-bb039ca04f waiting for first consumer to be created before binding
arendelle-b2l62 28m Normal ExternalProvisioning persistentvolumeclaim/pvc-bb039ca04f waiting for a volume to be created, either by external provisioner "rancher.io/local-path" or manually created by system administrator
arendelle-b2l62 28m Normal Provisioning persistentvolumeclaim/pvc-bb039ca04f External provisioner is provisioning volume for claim "arendelle-b2l62/pvc-bb039ca04f"
arendelle-b2l62 27m Normal ProvisioningSucceeded persistentvolumeclaim/pvc-bb039ca04f Successfully provisioned volume pvc-8b46fda0-885c-4e6b-a6b7-eb32fbb5f2d9
arendelle-bmgrn 64m Warning DNSConfigForming pod/affinity-assistant-8ebc0a54fe-0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-bmgrn.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-bmgrn 64m Normal Pulled pod/affinity-assistant-8ebc0a54fe-0 Container image "kind.local/nop-8eac7c133edad5df719dc37b36b62482:d42fd8cae17d650cfdd627ff3cc49e055c089ccae65a8c04436fe88cc5608357" already present on machine
arendelle-bmgrn 64m Normal Started pod/affinity-assistant-8ebc0a54fe-0 Started container affinity-assistant
arendelle-bmgrn 63m Normal Killing pod/affinity-assistant-8ebc0a54fe-0 Stopping container affinity-assistant
arendelle-bmgrn 63m Warning DNSConfigForming pod/pipelinerun-with-failing-step-27vfk-task1-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-bmgrn.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-bmgrn 64m Normal Started pod/pipelinerun-with-failing-step-27vfk-task1-pod Started container place-scripts
arendelle-bmgrn 64m Normal Started pod/pipelinerun-with-failing-step-27vfk-task1-pod Started container step-exit-with-1
arendelle-bmgrn 62m Warning DNSConfigForming pod/pipelinerun-with-failing-step-27vfk-task2-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-bmgrn.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-bmgrn 63m Normal Pulled pod/pipelinerun-with-failing-step-27vfk-task2-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-bmgrn 63m Normal Created pod/pipelinerun-with-failing-step-27vfk-task2-pod Created container prepare
arendelle-bmgrn 63m Normal Started pod/pipelinerun-with-failing-step-27vfk-task2-pod Started container prepare
arendelle-bmgrn 63m Normal Pulled pod/pipelinerun-with-failing-step-27vfk-task2-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-bmgrn 63m Normal Created pod/pipelinerun-with-failing-step-27vfk-task2-pod Created container place-scripts
arendelle-bmgrn 63m Normal Started pod/pipelinerun-with-failing-step-27vfk-task2-pod Started container place-scripts
arendelle-bmgrn 63m Normal Pulling pod/pipelinerun-with-failing-step-27vfk-task2-pod Pulling image "alpine"
arendelle-bmgrn 63m Normal Pulled pod/pipelinerun-with-failing-step-27vfk-task2-pod Successfully pulled image "alpine" in 149.699933ms
arendelle-bmgrn 63m Normal Created pod/pipelinerun-with-failing-step-27vfk-task2-pod Created container step-exit-with-255
arendelle-bmgrn 63m Normal Started pod/pipelinerun-with-failing-step-27vfk-task2-pod Started container step-exit-with-255
arendelle-bmgrn 63m Normal Pulling pod/pipelinerun-with-failing-step-27vfk-task2-pod Pulling image "alpine"
arendelle-bmgrn 63m Normal Pulled pod/pipelinerun-with-failing-step-27vfk-task2-pod Successfully pulled image "alpine" in 139.014579ms
arendelle-bmgrn 63m Normal Created pod/pipelinerun-with-failing-step-27vfk-task2-pod Created container step-verify-a-task-result
arendelle-bmgrn 63m Normal Started pod/pipelinerun-with-failing-step-27vfk-task2-pod Started container step-verify-a-task-result
arendelle-bmgrn 63m Normal Pulling pod/pipelinerun-with-failing-step-27vfk-task2-pod Pulling image "alpine"
arendelle-bmgrn 63m Normal Pulled pod/pipelinerun-with-failing-step-27vfk-task2-pod Successfully pulled image "alpine" in 125.956204ms
arendelle-bmgrn 63m Normal Created pod/pipelinerun-with-failing-step-27vfk-task2-pod Created container step-exit-with-20
arendelle-bmgrn 63m Normal Started pod/pipelinerun-with-failing-step-27vfk-task2-pod Started container step-exit-with-20
arendelle-bmgrn 63m Warning DNSConfigForming pod/pipelinerun-with-failing-step-and-ws-bj5z6-reader-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-bmgrn.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-bmgrn 63m Normal Pulled pod/pipelinerun-with-failing-step-and-ws-bj5z6-reader-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-bmgrn 63m Normal Created pod/pipelinerun-with-failing-step-and-ws-bj5z6-reader-pod Created container prepare
arendelle-bmgrn 63m Normal Started pod/pipelinerun-with-failing-step-and-ws-bj5z6-reader-pod Started container prepare
arendelle-bmgrn 63m Normal Pulled pod/pipelinerun-with-failing-step-and-ws-bj5z6-reader-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-bmgrn 63m Normal Created pod/pipelinerun-with-failing-step-and-ws-bj5z6-reader-pod Created container place-scripts
arendelle-bmgrn 63m Normal Started pod/pipelinerun-with-failing-step-and-ws-bj5z6-reader-pod Started container place-scripts
arendelle-bmgrn 63m Normal Pulled pod/pipelinerun-with-failing-step-and-ws-bj5z6-reader-pod Successfully pulled image "alpine" in 121.732748ms
arendelle-bmgrn 64m Warning DNSConfigForming pod/pipelinerun-with-failing-step-and-ws-bj5z6-writer-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-bmgrn.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-bmgrn 64m Normal Pulled pod/pipelinerun-with-failing-step-and-ws-bj5z6-writer-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-bmgrn 64m Normal Created pod/pipelinerun-with-failing-step-and-ws-bj5z6-writer-pod Created container prepare
arendelle-bmgrn 64m Normal Started pod/pipelinerun-with-failing-step-and-ws-bj5z6-writer-pod Started container prepare
arendelle-bmgrn 64m Normal Pulled pod/pipelinerun-with-failing-step-and-ws-bj5z6-writer-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-bmgrn 64m Normal Created pod/pipelinerun-with-failing-step-and-ws-bj5z6-writer-pod Created container place-scripts
arendelle-bmgrn 64m Normal Started pod/pipelinerun-with-failing-step-and-ws-bj5z6-writer-pod Started container place-scripts
arendelle-bmgrn 64m Normal Pulling pod/pipelinerun-with-failing-step-and-ws-bj5z6-writer-pod Pulling image "alpine"
arendelle-bmgrn 64m Normal Started pod/pipelinerun-with-failing-step-and-ws-bj5z6-writer-pod Started container step-write
arendelle-bz584 43m Normal Scheduled pod/registry-67599c567c-cn79k Successfully assigned arendelle-bz584/registry-67599c567c-cn79k to kind-control-plane
arendelle-bz584 9m9s Warning DNSConfigForming pod/registry-67599c567c-cn79k Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-bz584.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-bz584 43m Normal Pulling pod/registry-67599c567c-cn79k Pulling image "registry"
arendelle-bz584 43m Normal Pulled pod/registry-67599c567c-cn79k Successfully pulled image "registry" in 138.491346ms
arendelle-bz584 43m Normal Created pod/registry-67599c567c-cn79k Created container registry
arendelle-bz584 43m Normal Started pod/registry-67599c567c-cn79k Started container registry
arendelle-bz584 43m Normal SuccessfulCreate replicaset/registry-67599c567c Created pod: registry-67599c567c-cn79k
arendelle-bz584 43m Normal ScalingReplicaSet deployment/registry Scaled up replica set registry-67599c567c to 1
arendelle-c45k6 11m Warning DNSConfigForming pod/registry-67599c567c-kfv5d Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-c45k6.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-d4czb 8m1s Warning DNSConfigForming pod/registry-67599c567c-2s768 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-d4czb.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-dx4mq 8m Warning DNSConfigForming pod/registry-67599c567c-fkn88 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-dx4mq.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-fgjm6 9m6s Warning DNSConfigForming pod/registry-67599c567c-9b78z Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-fgjm6.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-gsqw7 7m47s Warning DNSConfigForming pod/registry-67599c567c-xpkpv Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-gsqw7.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-h2klx 63m Warning DNSConfigForming pod/pr-execution-status-9w447-task3-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-h2klx.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-h5rxj 4m32s Warning DNSConfigForming pod/registry-67599c567c-8cqz5 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-h5rxj.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-jdpfb 62m Warning DNSConfigForming pod/test-case-mm9fv-do-something-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-jdpfb.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-jdpfb 62m Normal Pulled pod/test-case-mm9fv-do-something-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-jdpfb 62m Normal Created pod/test-case-mm9fv-do-something-pod Created container prepare
arendelle-jdpfb 62m Normal Started pod/test-case-mm9fv-do-something-pod Started container prepare
arendelle-jdpfb 62m Normal Pulled pod/test-case-mm9fv-do-something-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-jdpfb 62m Normal Created pod/test-case-mm9fv-do-something-pod Created container place-scripts
arendelle-jdpfb 62m Normal Started pod/test-case-mm9fv-do-something-pod Started container place-scripts
arendelle-jdpfb 62m Normal Pulling pod/test-case-mm9fv-do-something-pod Pulling image "alpine"
arendelle-jdpfb 62m Normal Pulled pod/test-case-mm9fv-do-something-pod Successfully pulled image "alpine" in 169.675037ms
arendelle-jdpfb 62m Normal Created pod/test-case-mm9fv-do-something-pod Created container step-do-something
arendelle-jdpfb 62m Normal Started pod/test-case-mm9fv-do-something-pod Started container step-do-something
arendelle-jdpfb 64m Normal Started pod/test-case-mm9fv-generate-suffix-pod Started container step-generate-suffix
arendelle-jdpfb 62m Warning DNSConfigForming pod/test-case-mm9fv-generate-suffix-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-jdpfb.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-jgqc4 63m Warning DNSConfigForming pod/affinity-assistant-daf5870aa1-0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-jgqc4.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-jgqc4 62m Normal Killing pod/affinity-assistant-daf5870aa1-0 Stopping container affinity-assistant
arendelle-jgqc4 63m Warning DNSConfigForming pod/parallel-pipelinerun-qf7bw-lower-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-jgqc4.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-jgqc4 64m Normal Started pod/parallel-pipelinerun-qf7bw-lower-pod Started container prepare
arendelle-jgqc4 64m Normal Created pod/parallel-pipelinerun-qf7bw-lower-pod Created container place-scripts
arendelle-jgqc4 64m Normal Pulled pod/parallel-pipelinerun-qf7bw-lower-pod Successfully pulled image "ubuntu" in 121.60608ms
arendelle-jgqc4 64m Normal Started pod/parallel-pipelinerun-qf7bw-lower-pod Started container step-to-lower
arendelle-jgqc4 62m Warning DNSConfigForming pod/parallel-pipelinerun-qf7bw-reporter-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-jgqc4.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-jgqc4 62m Normal Pulled pod/parallel-pipelinerun-qf7bw-reporter-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-jgqc4 62m Normal Created pod/parallel-pipelinerun-qf7bw-reporter-pod Created container prepare
arendelle-jgqc4 62m Normal Started pod/parallel-pipelinerun-qf7bw-reporter-pod Started container prepare
arendelle-jgqc4 62m Normal Pulled pod/parallel-pipelinerun-qf7bw-reporter-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-jgqc4 62m Normal Created pod/parallel-pipelinerun-qf7bw-reporter-pod Created container place-scripts
arendelle-jgqc4 62m Normal Started pod/parallel-pipelinerun-qf7bw-reporter-pod Started container place-scripts
arendelle-jgqc4 62m Normal Pulling pod/parallel-pipelinerun-qf7bw-reporter-pod Pulling image "ubuntu"
arendelle-jgqc4 62m Normal Pulled pod/parallel-pipelinerun-qf7bw-reporter-pod Successfully pulled image "ubuntu" in 181.398261ms
arendelle-jgqc4 62m Normal Created pod/parallel-pipelinerun-qf7bw-reporter-pod Created container step-report-result
arendelle-jgqc4 62m Normal Started pod/parallel-pipelinerun-qf7bw-reporter-pod Started container step-report-result
arendelle-jgqc4 62m Warning DNSConfigForming pod/parallel-pipelinerun-qf7bw-upper-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-jgqc4.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-jgqc4 64m Normal Started pod/parallel-pipelinerun-qf7bw-upper-pod Started container prepare
arendelle-jgqc4 64m Normal Started pod/parallel-pipelinerun-qf7bw-upper-pod Started container sidecar-tekton-log-results
arendelle-jgqc4 62m Warning DNSConfigForming pod/parallel-pipelinerun-qf7bw-validator-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-jgqc4.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-jgqc4 62m Normal Pulled pod/parallel-pipelinerun-qf7bw-validator-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-jgqc4 62m Normal Created pod/parallel-pipelinerun-qf7bw-validator-pod Created container prepare
arendelle-jgqc4 62m Normal Started pod/parallel-pipelinerun-qf7bw-validator-pod Started container prepare
arendelle-jgqc4 62m Normal Pulled pod/parallel-pipelinerun-qf7bw-validator-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-jgqc4 62m Normal Created pod/parallel-pipelinerun-qf7bw-validator-pod Created container place-scripts
arendelle-jgqc4 62m Normal Started pod/parallel-pipelinerun-qf7bw-validator-pod Started container place-scripts
arendelle-jgqc4 62m Normal Pulling pod/parallel-pipelinerun-qf7bw-validator-pod Pulling image "ubuntu"
arendelle-jgqc4 62m Normal Pulled pod/parallel-pipelinerun-qf7bw-validator-pod Successfully pulled image "ubuntu" in 168.381496ms
arendelle-jgqc4 62m Normal Created pod/parallel-pipelinerun-qf7bw-validator-pod Created container step-validate-upper
arendelle-jgqc4 62m Normal Started pod/parallel-pipelinerun-qf7bw-validator-pod Started container step-validate-upper
arendelle-jgqc4 62m Normal Pulling pod/parallel-pipelinerun-qf7bw-validator-pod Pulling image "ubuntu"
arendelle-jgqc4 62m Normal Pulled pod/parallel-pipelinerun-qf7bw-validator-pod Successfully pulled image "ubuntu" in 157.153422ms
arendelle-jgqc4 62m Normal Created pod/parallel-pipelinerun-qf7bw-validator-pod Created container step-validate-lower
arendelle-jgqc4 62m Normal Started pod/parallel-pipelinerun-qf7bw-validator-pod Started container step-validate-lower
arendelle-jnfsp 6m12s Warning DNSConfigForming pod/registry-67599c567c-9cfcx Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-jnfsp.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-jpkhj 20m Normal Scheduled pod/registry-67599c567c-8fmtx Successfully assigned arendelle-jpkhj/registry-67599c567c-8fmtx to kind-control-plane
arendelle-jpkhj 5m3s Warning DNSConfigForming pod/registry-67599c567c-8fmtx Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-jpkhj.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-jpkhj 20m Normal Pulling pod/registry-67599c567c-8fmtx Pulling image "registry"
arendelle-jpkhj 20m Normal Pulled pod/registry-67599c567c-8fmtx Successfully pulled image "registry" in 180.821033ms
arendelle-jpkhj 20m Normal Created pod/registry-67599c567c-8fmtx Created container registry
arendelle-jpkhj 20m Normal Started pod/registry-67599c567c-8fmtx Started container registry
arendelle-jpkhj 20m Normal SuccessfulCreate replicaset/registry-67599c567c Created pod: registry-67599c567c-8fmtx
arendelle-jpkhj 20m Normal ScalingReplicaSet deployment/registry Scaled up replica set registry-67599c567c to 1
arendelle-kt5v8 4m34s Warning DNSConfigForming pod/registry-67599c567c-9jkb2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-kt5v8.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-lvptq 5m20s Warning DNSConfigForming pod/registry-67599c567c-m4nws Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-lvptq.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-mgpwc 8m3s Warning DNSConfigForming pod/registry-67599c567c-6mkdn Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-mgpwc.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-mqngz 63m Warning DNSConfigForming pod/pipelinerun-with-extra-paramsfcdlq-add-params-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-mqngz.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-mqngz 63m Normal Pulled pod/pipelinerun-with-extra-paramsfcdlq-add-params-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:ef9c6a62ad8b0dc858d78e08f11151d3afdf6affb4452a1ea7f894333d9e76db" already present on machine
arendelle-mqngz 63m Normal Started pod/pipelinerun-with-extra-paramsfcdlq-add-params-pod Started container place-scripts
arendelle-mqngz 63m Normal Pulled pod/pipelinerun-with-extra-paramsfcdlq-add-params-pod Successfully pulled image "bash:latest" in 148.812854ms
arendelle-mqngz 63m Normal Started pod/pipelinerun-with-extra-paramsfcdlq-add-params-pod Started container step-sum
arendelle-mxk5h 38m Normal Scheduled pod/affinity-assistant-e72411120e-0 Successfully assigned arendelle-mxk5h/affinity-assistant-e72411120e-0 to kind-control-plane
arendelle-mxk5h 37m Warning DNSConfigForming pod/affinity-assistant-e72411120e-0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-mxk5h.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-mxk5h 38m Normal Pulled pod/affinity-assistant-e72411120e-0 Container image "kind.local/nop-8eac7c133edad5df719dc37b36b62482:2ba7f83935fe972ab25b76d2ceabc2b38a476d17778e9e1488138c380806d685" already present on machine
arendelle-mxk5h 38m Normal Created pod/affinity-assistant-e72411120e-0 Created container affinity-assistant
arendelle-mxk5h 38m Normal Started pod/affinity-assistant-e72411120e-0 Started container affinity-assistant
arendelle-mxk5h 36m Normal Killing pod/affinity-assistant-e72411120e-0 Stopping container affinity-assistant
arendelle-mxk5h 38m Normal SuccessfulCreate statefulset/affinity-assistant-e72411120e create Pod affinity-assistant-e72411120e-0 in StatefulSet affinity-assistant-e72411120e successful
arendelle-mxk5h 38m Normal Scheduled pod/demo-pipeline-run-1-build-image-pod Successfully assigned arendelle-mxk5h/demo-pipeline-run-1-build-image-pod to kind-control-plane
arendelle-mxk5h 38m Warning DNSConfigForming pod/demo-pipeline-run-1-build-image-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-mxk5h.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-mxk5h 38m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-mxk5h 38m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container prepare
arendelle-mxk5h 38m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container prepare
arendelle-mxk5h 38m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-mxk5h 38m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container place-scripts
arendelle-mxk5h 38m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container place-scripts
arendelle-mxk5h 38m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/workingdirinit-0c558922ec6a1b739e550e349f2d5fc1:cc87c958c5cc559fc2e56262cf19809e98c7f057b0873179d2f63fc7cff12551" already present on machine
arendelle-mxk5h 38m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container working-dir-initializer
arendelle-mxk5h 38m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container working-dir-initializer
arendelle-mxk5h 38m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "gcr.io/kaniko-project/executor@sha256:b44b0744b450e731b5a5213058792cd8d3a6a14c119cf6b1f143704f22a7c650" already present on machine
arendelle-mxk5h 38m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container step-build-and-push
arendelle-mxk5h 38m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container step-build-and-push
arendelle-mxk5h 38m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "docker.io/library/bash:5.1.4@sha256:c523c636b722339f41b6a431b44588ab2f762c5de5ec3bd7964420ff982fb1d9" already present on machine
arendelle-mxk5h 38m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container step-write-url
arendelle-mxk5h 38m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container step-write-url
arendelle-mxk5h 38m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/sidecarlogresults-7501c6a20d741631510a448b48ab098f:04687afd94351aa5e0593d00c9414c30bbaf61da3ffb89229cbc6bfbb7d4fa72" already present on machine
arendelle-mxk5h 38m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container sidecar-tekton-log-results
arendelle-mxk5h 38m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container sidecar-tekton-log-results
arendelle-mxk5h 38m Normal Started taskrun/demo-pipeline-run-1-build-image
arendelle-mxk5h 38m Normal Pending taskrun/demo-pipeline-run-1-build-image Pending
arendelle-mxk5h 38m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts working-dir-initializer]"
arendelle-mxk5h 38m Normal Running taskrun/demo-pipeline-run-1-build-image Not all Steps in the Task have finished executing
arendelle-mxk5h 36m Warning Failed taskrun/demo-pipeline-run-1-build-image "step-build-and-push" exited with code 1 (image: "gcr.io/kaniko-project/executor@sha256:b44b0744b450e731b5a5213058792cd8d3a6a14c119cf6b1f143704f22a7c650"); for logs run: kubectl -n arendelle-mxk5h logs demo-pipeline-run-1-build-image-pod -c step-build-and-push
arendelle-mxk5h 38m Normal Scheduled pod/demo-pipeline-run-1-fetch-from-git-pod Successfully assigned arendelle-mxk5h/demo-pipeline-run-1-fetch-from-git-pod to kind-control-plane
arendelle-mxk5h 38m Warning DNSConfigForming pod/demo-pipeline-run-1-fetch-from-git-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-mxk5h.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-mxk5h 38m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-mxk5h 38m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container prepare
arendelle-mxk5h 38m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container prepare
arendelle-mxk5h 38m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-mxk5h 38m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container place-scripts
arendelle-mxk5h 38m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container place-scripts
arendelle-mxk5h 38m Normal Pulling pod/demo-pipeline-run-1-fetch-from-git-pod Pulling image "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:latest"
arendelle-mxk5h 38m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Successfully pulled image "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:latest" in 182.946356ms
arendelle-mxk5h 38m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container step-clone
arendelle-mxk5h 38m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container step-clone
arendelle-mxk5h 38m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "kind.local/sidecarlogresults-7501c6a20d741631510a448b48ab098f:04687afd94351aa5e0593d00c9414c30bbaf61da3ffb89229cbc6bfbb7d4fa72" already present on machine
arendelle-mxk5h 38m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container sidecar-tekton-log-results
arendelle-mxk5h 38m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container sidecar-tekton-log-results
arendelle-mxk5h 38m Normal Started taskrun/demo-pipeline-run-1-fetch-from-git
arendelle-mxk5h 38m Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git Pending
arendelle-mxk5h 38m Normal Running taskrun/demo-pipeline-run-1-fetch-from-git Not all Steps in the Task have finished executing
arendelle-mxk5h 38m Normal Succeeded taskrun/demo-pipeline-run-1-fetch-from-git All Steps have completed executing
arendelle-mxk5h 38m Normal Started pipelinerun/demo-pipeline-run-1
arendelle-mxk5h 38m Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0
arendelle-mxk5h 38m Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
arendelle-mxk5h 36m Warning Failed pipelinerun/demo-pipeline-run-1 Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0
arendelle-mxk5h 38m Normal WaitForFirstConsumer persistentvolumeclaim/pvc-b8ec1ed8c0 waiting for first consumer to be created before binding
arendelle-mxk5h 38m Normal ExternalProvisioning persistentvolumeclaim/pvc-b8ec1ed8c0 waiting for a volume to be created, either by external provisioner "rancher.io/local-path" or manually created by system administrator
arendelle-mxk5h 38m Normal Provisioning persistentvolumeclaim/pvc-b8ec1ed8c0 External provisioner is provisioning volume for claim "arendelle-mxk5h/pvc-b8ec1ed8c0"
arendelle-mxk5h 38m Normal ProvisioningSucceeded persistentvolumeclaim/pvc-b8ec1ed8c0 Successfully provisioned volume pvc-a0fe7fb3-6d47-4251-8c65-99c7eab09eb0
arendelle-nnch4 8m45s Warning DNSConfigForming pod/registry-67599c567c-gsm5p Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-nnch4.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-nvzl4 20m Normal Scheduled pod/registry-67599c567c-s42ct Successfully assigned arendelle-nvzl4/registry-67599c567c-s42ct to kind-control-plane
arendelle-nvzl4 4m41s Warning DNSConfigForming pod/registry-67599c567c-s42ct Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-nvzl4.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-nvzl4 20m Normal Pulling pod/registry-67599c567c-s42ct Pulling image "registry"
arendelle-nvzl4 20m Normal Pulled pod/registry-67599c567c-s42ct Successfully pulled image "registry" in 140.219211ms
arendelle-nvzl4 20m Normal Created pod/registry-67599c567c-s42ct Created container registry
arendelle-nvzl4 20m Normal Started pod/registry-67599c567c-s42ct Started container registry
arendelle-nvzl4 20m Normal SuccessfulCreate replicaset/registry-67599c567c Created pod: registry-67599c567c-s42ct
arendelle-nvzl4 20m Normal ScalingReplicaSet deployment/registry Scaled up replica set registry-67599c567c to 1
arendelle-p2p85 15m Normal Scheduled pod/affinity-assistant-e72411120e-0 Successfully assigned arendelle-p2p85/affinity-assistant-e72411120e-0 to kind-control-plane
arendelle-p2p85 15m Warning DNSConfigForming pod/affinity-assistant-e72411120e-0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-p2p85.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-p2p85 15m Normal Pulled pod/affinity-assistant-e72411120e-0 Container image "kind.local/nop-8eac7c133edad5df719dc37b36b62482:2ba7f83935fe972ab25b76d2ceabc2b38a476d17778e9e1488138c380806d685" already present on machine
arendelle-p2p85 15m Normal Created pod/affinity-assistant-e72411120e-0 Created container affinity-assistant
arendelle-p2p85 15m Normal Started pod/affinity-assistant-e72411120e-0 Started container affinity-assistant
arendelle-p2p85 14m Normal Killing pod/affinity-assistant-e72411120e-0 Stopping container affinity-assistant
arendelle-p2p85 15m Normal SuccessfulCreate statefulset/affinity-assistant-e72411120e create Pod affinity-assistant-e72411120e-0 in StatefulSet affinity-assistant-e72411120e successful
arendelle-p2p85 15m Normal Scheduled pod/demo-pipeline-run-1-build-image-pod Successfully assigned arendelle-p2p85/demo-pipeline-run-1-build-image-pod to kind-control-plane
arendelle-p2p85 14m Warning DNSConfigForming pod/demo-pipeline-run-1-build-image-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-p2p85.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-p2p85 15m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-p2p85 15m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container prepare
arendelle-p2p85 15m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container prepare
arendelle-p2p85 14m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-p2p85 14m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container place-scripts
arendelle-p2p85 14m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container place-scripts
arendelle-p2p85 14m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/workingdirinit-0c558922ec6a1b739e550e349f2d5fc1:cc87c958c5cc559fc2e56262cf19809e98c7f057b0873179d2f63fc7cff12551" already present on machine
arendelle-p2p85 14m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container working-dir-initializer
arendelle-p2p85 14m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container working-dir-initializer
arendelle-p2p85 14m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "gcr.io/kaniko-project/executor@sha256:b44b0744b450e731b5a5213058792cd8d3a6a14c119cf6b1f143704f22a7c650" already present on machine
arendelle-p2p85 14m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container step-build-and-push
arendelle-p2p85 14m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container step-build-and-push
arendelle-p2p85 14m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "docker.io/library/bash:5.1.4@sha256:c523c636b722339f41b6a431b44588ab2f762c5de5ec3bd7964420ff982fb1d9" already present on machine
arendelle-p2p85 14m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container step-write-url
arendelle-p2p85 14m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container step-write-url
arendelle-p2p85 14m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/sidecarlogresults-7501c6a20d741631510a448b48ab098f:04687afd94351aa5e0593d00c9414c30bbaf61da3ffb89229cbc6bfbb7d4fa72" already present on machine
arendelle-p2p85 14m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container sidecar-tekton-log-results
arendelle-p2p85 14m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container sidecar-tekton-log-results
arendelle-p2p85 15m Normal Started taskrun/demo-pipeline-run-1-build-image
arendelle-p2p85 15m Normal Pending taskrun/demo-pipeline-run-1-build-image Pending
arendelle-p2p85 14m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts working-dir-initializer]"
arendelle-p2p85 14m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts working-dir-initializer]"
arendelle-p2p85 14m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Initialized":"False"; message: "containers with incomplete status: [working-dir-initializer]"
arendelle-p2p85 14m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Ready":"False"; message: "containers with unready status: [step-build-and-push step-write-url sidecar-tekton-log-results]"
arendelle-p2p85 14m Normal Running taskrun/demo-pipeline-run-1-build-image Not all Steps in the Task have finished executing
arendelle-p2p85 14m Warning Failed taskrun/demo-pipeline-run-1-build-image "step-build-and-push" exited with code 1 (image: "gcr.io/kaniko-project/executor@sha256:b44b0744b450e731b5a5213058792cd8d3a6a14c119cf6b1f143704f22a7c650"); for logs run: kubectl -n arendelle-p2p85 logs demo-pipeline-run-1-build-image-pod -c step-build-and-push
arendelle-p2p85 15m Normal Scheduled pod/demo-pipeline-run-1-fetch-from-git-pod Successfully assigned arendelle-p2p85/demo-pipeline-run-1-fetch-from-git-pod to kind-control-plane
arendelle-p2p85 15m Warning DNSConfigForming pod/demo-pipeline-run-1-fetch-from-git-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-p2p85.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-p2p85 15m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-p2p85 15m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container prepare
arendelle-p2p85 15m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container prepare
arendelle-p2p85 15m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-p2p85 15m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container place-scripts
arendelle-p2p85 15m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container place-scripts
arendelle-p2p85 15m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.40.2" already present on machine
arendelle-p2p85 15m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container step-clone
arendelle-p2p85 15m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container step-clone
arendelle-p2p85 15m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "kind.local/sidecarlogresults-7501c6a20d741631510a448b48ab098f:04687afd94351aa5e0593d00c9414c30bbaf61da3ffb89229cbc6bfbb7d4fa72" already present on machine
arendelle-p2p85 15m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container sidecar-tekton-log-results
arendelle-p2p85 15m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container sidecar-tekton-log-results
arendelle-p2p85 15m Normal Started taskrun/demo-pipeline-run-1-fetch-from-git
arendelle-p2p85 15m Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git Pending
arendelle-p2p85 15m Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git pod status "Ready":"False"; message: "containers with unready status: [step-clone sidecar-tekton-log-results]"
arendelle-p2p85 15m Normal Running taskrun/demo-pipeline-run-1-fetch-from-git Not all Steps in the Task have finished executing
arendelle-p2p85 15m Normal Succeeded taskrun/demo-pipeline-run-1-fetch-from-git All Steps have completed executing
arendelle-p2p85 15m Normal Started pipelinerun/demo-pipeline-run-1
arendelle-p2p85 15m Normal ResolvingTaskRef pipelinerun/demo-pipeline-run-1 PipelineRun arendelle-p2p85/demo-pipeline-run-1 awaiting remote resource
arendelle-p2p85 15m Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0
arendelle-p2p85 15m Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
arendelle-p2p85 14m Warning Failed pipelinerun/demo-pipeline-run-1 Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0
arendelle-p2p85 15m Normal WaitForFirstConsumer persistentvolumeclaim/pvc-9b17d07a7a waiting for first consumer to be created before binding
arendelle-p2p85 15m Normal ExternalProvisioning persistentvolumeclaim/pvc-9b17d07a7a waiting for a volume to be created, either by external provisioner "rancher.io/local-path" or manually created by system administrator
arendelle-p2p85 15m Normal Provisioning persistentvolumeclaim/pvc-9b17d07a7a External provisioner is provisioning volume for claim "arendelle-p2p85/pvc-9b17d07a7a"
arendelle-p2p85 15m Normal ProvisioningSucceeded persistentvolumeclaim/pvc-9b17d07a7a Successfully provisioned volume pvc-dd3a211c-b008-4f82-8b2a-217b7fa432f0
arendelle-p8bmm 7m10s Warning DNSConfigForming pod/registry-67599c567c-xxfx5 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-p8bmm.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-pb6nf 39m Normal Scheduled pod/affinity-assistant-e72411120e-0 Successfully assigned arendelle-pb6nf/affinity-assistant-e72411120e-0 to kind-control-plane
arendelle-pb6nf 39m Warning DNSConfigForming pod/affinity-assistant-e72411120e-0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-pb6nf.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-pb6nf 39m Normal Pulled pod/affinity-assistant-e72411120e-0 Container image "kind.local/nop-8eac7c133edad5df719dc37b36b62482:2ba7f83935fe972ab25b76d2ceabc2b38a476d17778e9e1488138c380806d685" already present on machine
arendelle-pb6nf 39m Normal Created pod/affinity-assistant-e72411120e-0 Created container affinity-assistant
arendelle-pb6nf 39m Normal Started pod/affinity-assistant-e72411120e-0 Started container affinity-assistant
arendelle-pb6nf 39m Normal Killing pod/affinity-assistant-e72411120e-0 Stopping container affinity-assistant
arendelle-pb6nf 39m Normal SuccessfulCreate statefulset/affinity-assistant-e72411120e create Pod affinity-assistant-e72411120e-0 in StatefulSet affinity-assistant-e72411120e successful
arendelle-pb6nf 39m Normal Scheduled pod/demo-pipeline-run-1-build-image-pod Successfully assigned arendelle-pb6nf/demo-pipeline-run-1-build-image-pod to kind-control-plane
arendelle-pb6nf 39m Warning DNSConfigForming pod/demo-pipeline-run-1-build-image-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-pb6nf.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-pb6nf 39m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-pb6nf 39m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container prepare
arendelle-pb6nf 39m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container prepare
arendelle-pb6nf 39m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-pb6nf 39m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container place-scripts
arendelle-pb6nf 39m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container place-scripts
arendelle-pb6nf 39m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/workingdirinit-0c558922ec6a1b739e550e349f2d5fc1:cc87c958c5cc559fc2e56262cf19809e98c7f057b0873179d2f63fc7cff12551" already present on machine
arendelle-pb6nf 39m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container working-dir-initializer
arendelle-pb6nf 39m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container working-dir-initializer
arendelle-pb6nf 39m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "gcr.io/kaniko-project/executor@sha256:b44b0744b450e731b5a5213058792cd8d3a6a14c119cf6b1f143704f22a7c650" already present on machine
arendelle-pb6nf 39m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container step-build-and-push
arendelle-pb6nf 39m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container step-build-and-push
arendelle-pb6nf 39m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "docker.io/library/bash:5.1.4@sha256:c523c636b722339f41b6a431b44588ab2f762c5de5ec3bd7964420ff982fb1d9" already present on machine
arendelle-pb6nf 39m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container step-write-url
arendelle-pb6nf 39m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container step-write-url
arendelle-pb6nf 39m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/sidecarlogresults-7501c6a20d741631510a448b48ab098f:04687afd94351aa5e0593d00c9414c30bbaf61da3ffb89229cbc6bfbb7d4fa72" already present on machine
arendelle-pb6nf 39m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container sidecar-tekton-log-results
arendelle-pb6nf 39m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container sidecar-tekton-log-results
arendelle-pb6nf 39m Normal Started taskrun/demo-pipeline-run-1-build-image
arendelle-pb6nf 39m Normal Pending taskrun/demo-pipeline-run-1-build-image Pending
arendelle-pb6nf 39m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts working-dir-initializer]"
arendelle-pb6nf 39m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts working-dir-initializer]"
arendelle-pb6nf 39m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Initialized":"False"; message: "containers with incomplete status: [working-dir-initializer]"
arendelle-pb6nf 39m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Ready":"False"; message: "containers with unready status: [step-build-and-push step-write-url sidecar-tekton-log-results]"
arendelle-pb6nf 39m Normal Running taskrun/demo-pipeline-run-1-build-image Not all Steps in the Task have finished executing
arendelle-pb6nf 39m Warning Failed taskrun/demo-pipeline-run-1-build-image "step-build-and-push" exited with code 1 (image: "gcr.io/kaniko-project/executor@sha256:b44b0744b450e731b5a5213058792cd8d3a6a14c119cf6b1f143704f22a7c650"); for logs run: kubectl -n arendelle-pb6nf logs demo-pipeline-run-1-build-image-pod -c step-build-and-push
arendelle-pb6nf 39m Normal Scheduled pod/demo-pipeline-run-1-fetch-from-git-pod Successfully assigned arendelle-pb6nf/demo-pipeline-run-1-fetch-from-git-pod to kind-control-plane
arendelle-pb6nf 39m Warning DNSConfigForming pod/demo-pipeline-run-1-fetch-from-git-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-pb6nf.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-pb6nf 39m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-pb6nf 39m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container prepare
arendelle-pb6nf 39m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container prepare
arendelle-pb6nf 39m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-pb6nf 39m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container place-scripts
arendelle-pb6nf 39m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container place-scripts
arendelle-pb6nf 39m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.40.2" already present on machine
arendelle-pb6nf 39m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container step-clone
arendelle-pb6nf 39m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container step-clone
arendelle-pb6nf 39m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "kind.local/sidecarlogresults-7501c6a20d741631510a448b48ab098f:04687afd94351aa5e0593d00c9414c30bbaf61da3ffb89229cbc6bfbb7d4fa72" already present on machine
arendelle-pb6nf 39m Normal Created pod/demo-pipeline-run-1-fetch-from-git-pod Created container sidecar-tekton-log-results
arendelle-pb6nf 39m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container sidecar-tekton-log-results
arendelle-pb6nf 39m Normal Started taskrun/demo-pipeline-run-1-fetch-from-git
arendelle-pb6nf 39m Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git Pending
arendelle-pb6nf 39m Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
arendelle-pb6nf 39m Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git pod status "Ready":"False"; message: "containers with unready status: [step-clone sidecar-tekton-log-results]"
arendelle-pb6nf 39m Normal Running taskrun/demo-pipeline-run-1-fetch-from-git Not all Steps in the Task have finished executing
arendelle-pb6nf 39m Normal Succeeded taskrun/demo-pipeline-run-1-fetch-from-git All Steps have completed executing
arendelle-pb6nf 39m Normal Started pipelinerun/demo-pipeline-run-1
arendelle-pb6nf 39m Normal ResolvingTaskRef pipelinerun/demo-pipeline-run-1 PipelineRun arendelle-pb6nf/demo-pipeline-run-1 awaiting remote resource
arendelle-pb6nf 39m Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0
arendelle-pb6nf 39m Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
arendelle-pb6nf 39m Warning Failed pipelinerun/demo-pipeline-run-1 Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0
arendelle-pb6nf 39m Normal WaitForFirstConsumer persistentvolumeclaim/pvc-32a1cc463f waiting for first consumer to be created before binding
arendelle-pb6nf 39m Normal ExternalProvisioning persistentvolumeclaim/pvc-32a1cc463f waiting for a volume to be created, either by external provisioner "rancher.io/local-path" or manually created by system administrator
arendelle-pb6nf 39m Normal Provisioning persistentvolumeclaim/pvc-32a1cc463f External provisioner is provisioning volume for claim "arendelle-pb6nf/pvc-32a1cc463f"
arendelle-pb6nf 39m Normal ProvisioningSucceeded persistentvolumeclaim/pvc-32a1cc463f Successfully provisioned volume pvc-f3588872-dd2e-4e4d-90bb-4f1c51fce9bd
arendelle-prkt7 12m Normal Scheduled pod/affinity-assistant-e72411120e-0 Successfully assigned arendelle-prkt7/affinity-assistant-e72411120e-0 to kind-control-plane
arendelle-prkt7 12m Warning DNSConfigForming pod/affinity-assistant-e72411120e-0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-prkt7.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-prkt7 12m Normal Pulled pod/affinity-assistant-e72411120e-0 Container image "kind.local/nop-8eac7c133edad5df719dc37b36b62482:2ba7f83935fe972ab25b76d2ceabc2b38a476d17778e9e1488138c380806d685" already present on machine
arendelle-prkt7 12m Normal Started pod/affinity-assistant-e72411120e-0 Started container affinity-assistant
arendelle-prkt7 11m Normal Killing pod/affinity-assistant-e72411120e-0 Stopping container affinity-assistant
arendelle-prkt7 12m Normal SuccessfulCreate statefulset/affinity-assistant-e72411120e create Pod affinity-assistant-e72411120e-0 in StatefulSet affinity-assistant-e72411120e successful
arendelle-prkt7 11m Normal Scheduled pod/demo-pipeline-run-1-build-image-pod Successfully assigned arendelle-prkt7/demo-pipeline-run-1-build-image-pod to kind-control-plane
arendelle-prkt7 11m Warning DNSConfigForming pod/demo-pipeline-run-1-build-image-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-prkt7.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-prkt7 11m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container prepare
arendelle-prkt7 11m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container prepare
arendelle-prkt7 11m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-prkt7 11m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container place-scripts
arendelle-prkt7 11m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/workingdirinit-0c558922ec6a1b739e550e349f2d5fc1:cc87c958c5cc559fc2e56262cf19809e98c7f057b0873179d2f63fc7cff12551" already present on machine
arendelle-prkt7 11m Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "gcr.io/kaniko-project/executor@sha256:b44b0744b450e731b5a5213058792cd8d3a6a14c119cf6b1f143704f22a7c650" already present on machine
arendelle-prkt7 11m Normal Created pod/demo-pipeline-run-1-build-image-pod Created container step-write-url
arendelle-prkt7 11m Normal Started pod/demo-pipeline-run-1-build-image-pod Started container sidecar-tekton-log-results
arendelle-prkt7 11m Normal Started taskrun/demo-pipeline-run-1-build-image
arendelle-prkt7 11m Normal Pending taskrun/demo-pipeline-run-1-build-image Pending
arendelle-prkt7 11m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts working-dir-initializer]"
arendelle-prkt7 11m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Initialized":"False"; message: "containers with incomplete status: [working-dir-initializer]"
arendelle-prkt7 11m Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Ready":"False"; message: "containers with unready status: [step-build-and-push step-write-url sidecar-tekton-log-results]"
arendelle-prkt7 11m Normal Running taskrun/demo-pipeline-run-1-build-image Not all Steps in the Task have finished executing
arendelle-prkt7 11m Warning Failed taskrun/demo-pipeline-run-1-build-image "step-build-and-push" exited with code 1 (image: "gcr.io/kaniko-project/executor@sha256:b44b0744b450e731b5a5213058792cd8d3a6a14c119cf6b1f143704f22a7c650"); for logs run: kubectl -n arendelle-prkt7 logs demo-pipeline-run-1-build-image-pod -c step-build-and-push
arendelle-prkt7 12m Normal Scheduled pod/demo-pipeline-run-1-fetch-from-git-pod Successfully assigned arendelle-prkt7/demo-pipeline-run-1-fetch-from-git-pod to kind-control-plane
arendelle-prkt7 12m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container prepare
arendelle-prkt7 12m Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container place-scripts
arendelle-prkt7 11m Warning DNSConfigForming pod/demo-pipeline-run-1-fetch-from-git-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-prkt7.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-prkt7 12m Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Container image "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.40.2" already present on machine
arendelle-prkt7 12m Normal Started taskrun/demo-pipeline-run-1-fetch-from-git
arendelle-prkt7 12m Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git Pending
arendelle-prkt7 12m Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
arendelle-prkt7 11m Normal Running taskrun/demo-pipeline-run-1-fetch-from-git Not all Steps in the Task have finished executing
arendelle-prkt7 11m Normal Succeeded taskrun/demo-pipeline-run-1-fetch-from-git All Steps have completed executing
arendelle-prkt7 12m Normal Started pipelinerun/demo-pipeline-run-1
arendelle-prkt7 12m Normal ResolvingTaskRef pipelinerun/demo-pipeline-run-1 PipelineRun arendelle-prkt7/demo-pipeline-run-1 awaiting remote resource
arendelle-prkt7 12m Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0
arendelle-prkt7 11m Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
arendelle-prkt7 11m Warning Failed pipelinerun/demo-pipeline-run-1 Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0
arendelle-prkt7 12m Normal WaitForFirstConsumer persistentvolumeclaim/pvc-d37493616b waiting for first consumer to be created before binding
arendelle-prkt7 12m Normal ExternalProvisioning persistentvolumeclaim/pvc-d37493616b waiting for a volume to be created, either by external provisioner "rancher.io/local-path" or manually created by system administrator
arendelle-prkt7 12m Normal Provisioning persistentvolumeclaim/pvc-d37493616b External provisioner is provisioning volume for claim "arendelle-prkt7/pvc-d37493616b"
arendelle-prkt7 12m Normal ProvisioningSucceeded persistentvolumeclaim/pvc-d37493616b Successfully provisioned volume pvc-f1c196b1-52cb-4a7c-8918-4027ba9bbf84
arendelle-ptr8z 5m51s Warning DNSConfigForming pod/registry-67599c567c-jtrmh Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-ptr8z.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-q6rgs 7m24s Warning DNSConfigForming pod/registry-67599c567c-mf5fz Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-q6rgs.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-q8nqs 7m25s Warning DNSConfigForming pod/registry-67599c567c-r2hg6 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-q8nqs.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-qqhnh 19m Normal Scheduled pod/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod Successfully assigned arendelle-qqhnh/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod to kind-control-plane
arendelle-qqhnh 19m Warning DNSConfigForming pod/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-qqhnh.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-qqhnh 19m Normal Pulled pod/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-qqhnh 19m Normal Created pod/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod Created container prepare
arendelle-qqhnh 19m Normal Started pod/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod Started container prepare
arendelle-qqhnh 19m Normal Pulling pod/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod Pulling image "busybox"
arendelle-qqhnh 19m Normal Pulled pod/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod Successfully pulled image "busybox" in 259.586995ms
arendelle-qqhnh 19m Normal Created pod/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod Created container step-unnamed-0
arendelle-qqhnh 19m Normal Started pod/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod Started container step-unnamed-0
arendelle-qqhnh 19m Normal Killing pod/pipeline-run-tasks-timeout-ablrmoal-dagtask-pod Stopping container step-unnamed-0
arendelle-qqhnh 19m Normal Started taskrun/pipeline-run-tasks-timeout-ablrmoal-dagtask
arendelle-qqhnh 19m Normal Pending taskrun/pipeline-run-tasks-timeout-ablrmoal-dagtask Pending
arendelle-qqhnh 19m Normal Pending taskrun/pipeline-run-tasks-timeout-ablrmoal-dagtask pod status "Initialized":"False"; message: "containers with incomplete status: [prepare]"
arendelle-qqhnh 19m Warning Failed taskrun/pipeline-run-tasks-timeout-ablrmoal-dagtask TaskRun "pipeline-run-tasks-timeout-ablrmoal-dagtask" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has timed out.
arendelle-qqhnh 19m Normal Scheduled pod/pipeline-run-tasks-timeout-ablrmoal-finallytask-pod Successfully assigned arendelle-qqhnh/pipeline-run-tasks-timeout-ablrmoal-finallytask-pod to kind-control-plane
arendelle-qqhnh 19m Warning DNSConfigForming pod/pipeline-run-tasks-timeout-ablrmoal-finallytask-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-qqhnh.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-qqhnh 19m Normal Pulled pod/pipeline-run-tasks-timeout-ablrmoal-finallytask-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-qqhnh 19m Normal Created pod/pipeline-run-tasks-timeout-ablrmoal-finallytask-pod Created container prepare
arendelle-qqhnh 19m Normal Started pod/pipeline-run-tasks-timeout-ablrmoal-finallytask-pod Started container prepare
arendelle-qqhnh 19m Normal Pulling pod/pipeline-run-tasks-timeout-ablrmoal-finallytask-pod Pulling image "busybox"
arendelle-qqhnh 19m Normal Pulled pod/pipeline-run-tasks-timeout-ablrmoal-finallytask-pod Successfully pulled image "busybox" in 147.756723ms
arendelle-qqhnh 19m Normal Created pod/pipeline-run-tasks-timeout-ablrmoal-finallytask-pod Created container step-unnamed-0
arendelle-qqhnh 19m Normal Started pod/pipeline-run-tasks-timeout-ablrmoal-finallytask-pod Started container step-unnamed-0
arendelle-qqhnh 19m Normal Started taskrun/pipeline-run-tasks-timeout-ablrmoal-finallytask
arendelle-qqhnh 19m Normal Pending taskrun/pipeline-run-tasks-timeout-ablrmoal-finallytask Pending
arendelle-qqhnh 19m Normal Pending taskrun/pipeline-run-tasks-timeout-ablrmoal-finallytask pod status "Ready":"False"; message: "containers with unready status: [step-unnamed-0]"
arendelle-qqhnh 19m Normal Running taskrun/pipeline-run-tasks-timeout-ablrmoal-finallytask Not all Steps in the Task have finished executing
arendelle-qqhnh 19m Warning Failed taskrun/pipeline-run-tasks-timeout-ablrmoal-finallytask TaskRun "pipeline-run-tasks-timeout-ablrmoal-finallytask" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has timed out.
arendelle-qqhnh 19m Normal Started pipelinerun/pipeline-run-tasks-timeout-ablrmoal
arendelle-qqhnh 19m Normal Running pipelinerun/pipeline-run-tasks-timeout-ablrmoal Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0
arendelle-qqhnh 19m Normal Running pipelinerun/pipeline-run-tasks-timeout-ablrmoal Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0
arendelle-qqhnh 19m Warning Failed pipelinerun/pipeline-run-tasks-timeout-ablrmoal Tasks Completed: 2 (Failed: 2, Cancelled 0), Skipped: 0
arendelle-rcl6c 5m30s Warning DNSConfigForming pod/registry-67599c567c-gkl46 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-rcl6c.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-ssqxd 7m30s Warning DNSConfigForming pod/registry-67599c567c-d8cvd Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-ssqxd.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-tjchl 4m42s Warning DNSConfigForming pod/registry-67599c567c-bdd5t Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-tjchl.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-v9dms 5m50s Normal Scheduled pod/affinity-assistant-e72411120e-0 Successfully assigned arendelle-v9dms/affinity-assistant-e72411120e-0 to kind-control-plane
arendelle-v9dms 5m47s Warning DNSConfigForming pod/affinity-assistant-e72411120e-0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-v9dms.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-v9dms 5m47s Normal Created pod/affinity-assistant-e72411120e-0 Created container affinity-assistant
arendelle-v9dms 4m59s Normal Killing pod/affinity-assistant-e72411120e-0 Stopping container affinity-assistant
arendelle-v9dms 6m7s Normal SuccessfulCreate statefulset/affinity-assistant-e72411120e create Pod affinity-assistant-e72411120e-0 in StatefulSet affinity-assistant-e72411120e successful
arendelle-v9dms 5m15s Normal Scheduled pod/demo-pipeline-run-1-build-image-pod Successfully assigned arendelle-v9dms/demo-pipeline-run-1-build-image-pod to kind-control-plane
arendelle-v9dms 5m1s Warning DNSConfigForming pod/demo-pipeline-run-1-build-image-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-v9dms.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-v9dms 5m13s Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/entrypoint-bff0a22da108bc2f16c818c97641a296:393b453d02e89c680114680466fc375b050bbec59f71a266d9481f742a4c7f72" already present on machine
arendelle-v9dms 5m13s Normal Created pod/demo-pipeline-run-1-build-image-pod Created container prepare
arendelle-v9dms 5m13s Normal Started pod/demo-pipeline-run-1-build-image-pod Started container prepare
arendelle-v9dms 5m13s Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
arendelle-v9dms 5m12s Normal Pulled pod/demo-pipeline-run-1-build-image-pod Container image "kind.local/workingdirinit-0c558922ec6a1b739e550e349f2d5fc1:cc87c958c5cc559fc2e56262cf19809e98c7f057b0873179d2f63fc7cff12551" already present on machine
arendelle-v9dms 5m12s Normal Created pod/demo-pipeline-run-1-build-image-pod Created container working-dir-initializer
arendelle-v9dms 5m10s Normal Started pod/demo-pipeline-run-1-build-image-pod Started container step-build-and-push
arendelle-v9dms 5m10s Normal Started pod/demo-pipeline-run-1-build-image-pod Started container step-write-url
arendelle-v9dms 5m10s Normal Started pod/demo-pipeline-run-1-build-image-pod Started container sidecar-tekton-log-results
arendelle-v9dms 5m15s Normal Started taskrun/demo-pipeline-run-1-build-image
arendelle-v9dms 5m15s Normal Pending taskrun/demo-pipeline-run-1-build-image Pending
arendelle-v9dms 5m12s Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts working-dir-initializer]"
arendelle-v9dms 5m7s Normal Pending taskrun/demo-pipeline-run-1-build-image pod status "Ready":"False"; message: "containers with unready status: [step-build-and-push step-write-url sidecar-tekton-log-results]"
arendelle-v9dms 5m3s Normal Running taskrun/demo-pipeline-run-1-build-image Not all Steps in the Task have finished executing
arendelle-v9dms 4m59s Warning Failed taskrun/demo-pipeline-run-1-build-image "step-build-and-push" exited with code 1 (image: "gcr.io/kaniko-project/executor@sha256:b44b0744b450e731b5a5213058792cd8d3a6a14c119cf6b1f143704f22a7c650"); for logs run: kubectl -n arendelle-v9dms logs demo-pipeline-run-1-build-image-pod -c step-build-and-push
arendelle-v9dms 5m50s Normal Scheduled pod/demo-pipeline-run-1-fetch-from-git-pod Successfully assigned arendelle-v9dms/demo-pipeline-run-1-fetch-from-git-pod to kind-control-plane
arendelle-v9dms 5m33s Warning DNSConfigForming pod/demo-pipeline-run-1-fetch-from-git-pod Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-v9dms.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-v9dms 5m46s Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container place-scripts
arendelle-v9dms 5m45s Normal Pulled pod/demo-pipeline-run-1-fetch-from-git-pod Successfully pulled image "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:latest" in 208.839749ms
arendelle-v9dms 5m45s Normal Started pod/demo-pipeline-run-1-fetch-from-git-pod Started container sidecar-tekton-log-results
arendelle-v9dms 6m7s Normal Started taskrun/demo-pipeline-run-1-fetch-from-git
arendelle-v9dms 6m7s Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git Pending
arendelle-v9dms 5m41s Normal Pending taskrun/demo-pipeline-run-1-fetch-from-git pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
arendelle-v9dms 5m33s Normal Running taskrun/demo-pipeline-run-1-fetch-from-git Not all Steps in the Task have finished executing
arendelle-v9dms 5m15s Normal Succeeded taskrun/demo-pipeline-run-1-fetch-from-git All Steps have completed executing
arendelle-v9dms 6m7s Normal Started pipelinerun/demo-pipeline-run-1
arendelle-v9dms 6m7s Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0
arendelle-v9dms 5m15s Normal Running pipelinerun/demo-pipeline-run-1 Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
arendelle-v9dms 4m59s Warning Failed pipelinerun/demo-pipeline-run-1 Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0
arendelle-v9dms 6m7s Normal WaitForFirstConsumer persistentvolumeclaim/pvc-776201cedd waiting for first consumer to be created before binding
arendelle-v9dms 5m58s Normal ExternalProvisioning persistentvolumeclaim/pvc-776201cedd waiting for a volume to be created, either by external provisioner "rancher.io/local-path" or manually created by system administrator
arendelle-v9dms 6m7s Normal Provisioning persistentvolumeclaim/pvc-776201cedd External provisioner is provisioning volume for claim "arendelle-v9dms/pvc-776201cedd"
arendelle-v9dms 5m51s Normal ProvisioningSucceeded persistentvolumeclaim/pvc-776201cedd Successfully provisioned volume pvc-a8c31e27-853f-4e47-9876-ce91ca1bed05
arendelle-v9qx6 7m21s Warning DNSConfigForming pod/registry-67599c567c-bn4dc Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-v9qx6.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-vvfwt 10m Warning DNSConfigForming pod/registry-67599c567c-z4h9p Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-vvfwt.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-w7rdn 43m Normal Scheduled pod/registry-67599c567c-fbh4w Successfully assigned arendelle-w7rdn/registry-67599c567c-fbh4w to kind-control-plane
arendelle-w7rdn 5m25s Warning DNSConfigForming pod/registry-67599c567c-fbh4w Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-w7rdn.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-w7rdn 43m Normal Pulling pod/registry-67599c567c-fbh4w Pulling image "registry"
arendelle-w7rdn 43m Normal Pulled pod/registry-67599c567c-fbh4w Successfully pulled image "registry" in 177.100003ms
arendelle-w7rdn 43m Normal Created pod/registry-67599c567c-fbh4w Created container registry
arendelle-w7rdn 43m Normal Started pod/registry-67599c567c-fbh4w Started container registry
arendelle-w7rdn 43m Normal SuccessfulCreate replicaset/registry-67599c567c Created pod: registry-67599c567c-fbh4w
arendelle-w7rdn 43m Normal ScalingReplicaSet deployment/registry Scaled up replica set registry-67599c567c to 1
arendelle-w9f6r 5m21s Warning DNSConfigForming pod/registry-67599c567c-dmwws Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-w9f6r.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-whzhf 4m27s Warning DNSConfigForming pod/registry-67599c567c-kl8hf Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-whzhf.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-zgxpm 4m48s Warning DNSConfigForming pod/registry-67599c567c-gs2n9 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-zgxpm.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-zpktv 6m25s Warning DNSConfigForming pod/registry-67599c567c-jwzp9 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-zpktv.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
arendelle-zwpmr 5m38s Warning DNSConfigForming pod/registry-67599c567c-t8955 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: arendelle-zwpmr.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 35m Warning DNSConfigForming pod/helper-pod-create-pvc-0679cae6-f914-4815-8624-d01aa01f4b0b Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 35m Normal Pulled pod/helper-pod-create-pvc-0679cae6-f914-4815-8624-d01aa01f4b0b Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 35m Normal Created pod/helper-pod-create-pvc-0679cae6-f914-4815-8624-d01aa01f4b0b Created container helper-pod
local-path-storage 35m Normal Started pod/helper-pod-create-pvc-0679cae6-f914-4815-8624-d01aa01f4b0b Started container helper-pod
local-path-storage 43m Warning DNSConfigForming pod/helper-pod-create-pvc-0e45ed2d-d21b-482f-a945-5aa6f6dd01f2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 43m Normal Pulled pod/helper-pod-create-pvc-0e45ed2d-d21b-482f-a945-5aa6f6dd01f2 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 43m Normal Created pod/helper-pod-create-pvc-0e45ed2d-d21b-482f-a945-5aa6f6dd01f2 Created container helper-pod
local-path-storage 43m Normal Started pod/helper-pod-create-pvc-0e45ed2d-d21b-482f-a945-5aa6f6dd01f2 Started container helper-pod
local-path-storage 27m Warning DNSConfigForming pod/helper-pod-create-pvc-128a2ffc-2174-4747-9029-7592825556c6 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 27m Normal Pulled pod/helper-pod-create-pvc-128a2ffc-2174-4747-9029-7592825556c6 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 27m Normal Created pod/helper-pod-create-pvc-128a2ffc-2174-4747-9029-7592825556c6 Created container helper-pod
local-path-storage 38m Warning DNSConfigForming pod/helper-pod-create-pvc-17ca79c5-3b2d-441d-a677-313cac870309 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 38m Normal Pulled pod/helper-pod-create-pvc-17ca79c5-3b2d-441d-a677-313cac870309 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 38m Normal Created pod/helper-pod-create-pvc-17ca79c5-3b2d-441d-a677-313cac870309 Created container helper-pod
local-path-storage 38m Normal Started pod/helper-pod-create-pvc-17ca79c5-3b2d-441d-a677-313cac870309 Started container helper-pod
local-path-storage 29m Warning DNSConfigForming pod/helper-pod-create-pvc-1853aff6-5834-4234-a91e-62a78ab51cb2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 29m Normal Started pod/helper-pod-create-pvc-1853aff6-5834-4234-a91e-62a78ab51cb2 Started container helper-pod
local-path-storage 8m34s Warning DNSConfigForming pod/helper-pod-create-pvc-19e588c3-6ee9-4749-aba0-2793dd826713 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 8m34s Normal Pulled pod/helper-pod-create-pvc-19e588c3-6ee9-4749-aba0-2793dd826713 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 8m34s Normal Created pod/helper-pod-create-pvc-19e588c3-6ee9-4749-aba0-2793dd826713 Created container helper-pod
local-path-storage 8m34s Normal Started pod/helper-pod-create-pvc-19e588c3-6ee9-4749-aba0-2793dd826713 Started container helper-pod
local-path-storage 34m Normal Started pod/helper-pod-create-pvc-1f70811f-ea25-41ef-8850-419caa0bc9b4 Started container helper-pod
local-path-storage 10m Warning DNSConfigForming pod/helper-pod-create-pvc-210a2cee-f049-42ab-a0c8-e2b1356353a1 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 10m Normal Started pod/helper-pod-create-pvc-210a2cee-f049-42ab-a0c8-e2b1356353a1 Started container helper-pod
local-path-storage 37m Warning DNSConfigForming pod/helper-pod-create-pvc-23a7df51-63f7-4429-b078-81b356ab6710 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 37m Normal Pulled pod/helper-pod-create-pvc-23a7df51-63f7-4429-b078-81b356ab6710 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 37m Normal Created pod/helper-pod-create-pvc-23a7df51-63f7-4429-b078-81b356ab6710 Created container helper-pod
local-path-storage 37m Normal Started pod/helper-pod-create-pvc-23a7df51-63f7-4429-b078-81b356ab6710 Started container helper-pod
local-path-storage 15m Warning DNSConfigForming pod/helper-pod-create-pvc-24cafb64-b66c-4a15-b849-0326a238cf58 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 15m Normal Pulled pod/helper-pod-create-pvc-24cafb64-b66c-4a15-b849-0326a238cf58 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 15m Normal Created pod/helper-pod-create-pvc-24cafb64-b66c-4a15-b849-0326a238cf58 Created container helper-pod
local-path-storage 15m Normal Started pod/helper-pod-create-pvc-24cafb64-b66c-4a15-b849-0326a238cf58 Started container helper-pod
local-path-storage 15m Warning DNSConfigForming pod/helper-pod-create-pvc-270a6808-a744-4f07-8753-64398be36ab2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 15m Normal Pulled pod/helper-pod-create-pvc-270a6808-a744-4f07-8753-64398be36ab2 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 15m Normal Created pod/helper-pod-create-pvc-270a6808-a744-4f07-8753-64398be36ab2 Created container helper-pod
local-path-storage 15m Normal Started pod/helper-pod-create-pvc-270a6808-a744-4f07-8753-64398be36ab2 Started container helper-pod
local-path-storage 13m Warning DNSConfigForming pod/helper-pod-create-pvc-2c1ceab1-8a74-4832-8af2-92f2affa4805 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 13m Normal Started pod/helper-pod-create-pvc-2c1ceab1-8a74-4832-8af2-92f2affa4805 Started container helper-pod
local-path-storage 38m Warning DNSConfigForming pod/helper-pod-create-pvc-2c374057-0936-407f-948b-5987ac5032bf Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 38m Normal Pulled pod/helper-pod-create-pvc-2c374057-0936-407f-948b-5987ac5032bf Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 38m Normal Created pod/helper-pod-create-pvc-2c374057-0936-407f-948b-5987ac5032bf Created container helper-pod
local-path-storage 38m Normal Started pod/helper-pod-create-pvc-2c374057-0936-407f-948b-5987ac5032bf Started container helper-pod
local-path-storage 31m Warning DNSConfigForming pod/helper-pod-create-pvc-2c48bfe2-ec32-4666-a76c-0e2635bb8832 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 64m Warning DNSConfigForming pod/helper-pod-create-pvc-2c71b1a2-8b2c-488e-9ff2-d99a049f5cf6 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 4m33s Warning DNSConfigForming pod/helper-pod-create-pvc-2d952d8d-6d46-4502-ba54-9a1dfdb04c73 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 18m Warning DNSConfigForming pod/helper-pod-create-pvc-2ed2e05c-96c7-4372-abe8-22e86e76c6b6 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 18m Normal Pulled pod/helper-pod-create-pvc-2ed2e05c-96c7-4372-abe8-22e86e76c6b6 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 18m Normal Created pod/helper-pod-create-pvc-2ed2e05c-96c7-4372-abe8-22e86e76c6b6 Created container helper-pod
local-path-storage 18m Normal Started pod/helper-pod-create-pvc-2ed2e05c-96c7-4372-abe8-22e86e76c6b6 Started container helper-pod
local-path-storage 13m Warning DNSConfigForming pod/helper-pod-create-pvc-38715f22-ed68-40bd-8124-3e610056081a Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 13m Normal Pulled pod/helper-pod-create-pvc-38715f22-ed68-40bd-8124-3e610056081a Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 13m Normal Created pod/helper-pod-create-pvc-38715f22-ed68-40bd-8124-3e610056081a Created container helper-pod
local-path-storage 13m Normal Started pod/helper-pod-create-pvc-38715f22-ed68-40bd-8124-3e610056081a Started container helper-pod
local-path-storage 6m5s Warning DNSConfigForming pod/helper-pod-create-pvc-3b94bd2d-f4c9-4f31-b3fb-33d9b7768293 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 6m5s Normal Started pod/helper-pod-create-pvc-3b94bd2d-f4c9-4f31-b3fb-33d9b7768293 Started container helper-pod
local-path-storage 64m Normal Created pod/helper-pod-create-pvc-4003cd67-83aa-46f6-a322-40822ee5300e Created container helper-pod
local-path-storage 64m Normal Started pod/helper-pod-create-pvc-4003cd67-83aa-46f6-a322-40822ee5300e Started container helper-pod
local-path-storage 28m Warning DNSConfigForming pod/helper-pod-create-pvc-427497cc-24c4-4fec-9b9e-425467c899b4 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 28m Normal Created pod/helper-pod-create-pvc-427497cc-24c4-4fec-9b9e-425467c899b4 Created container helper-pod
local-path-storage 30m Warning DNSConfigForming pod/helper-pod-create-pvc-4cd35bc3-b658-49a4-ab24-f5f16c69fdf9 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 30m Normal Pulled pod/helper-pod-create-pvc-4cd35bc3-b658-49a4-ab24-f5f16c69fdf9 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 30m Normal Created pod/helper-pod-create-pvc-4cd35bc3-b658-49a4-ab24-f5f16c69fdf9 Created container helper-pod
local-path-storage 30m Normal Started pod/helper-pod-create-pvc-4cd35bc3-b658-49a4-ab24-f5f16c69fdf9 Started container helper-pod
local-path-storage 15m Warning DNSConfigForming pod/helper-pod-create-pvc-506a0400-8ca5-4d00-addb-6bbf1a7e0a7d Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 15m Normal Pulled pod/helper-pod-create-pvc-506a0400-8ca5-4d00-addb-6bbf1a7e0a7d Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 15m Normal Created pod/helper-pod-create-pvc-506a0400-8ca5-4d00-addb-6bbf1a7e0a7d Created container helper-pod
local-path-storage 15m Normal Started pod/helper-pod-create-pvc-506a0400-8ca5-4d00-addb-6bbf1a7e0a7d Started container helper-pod
local-path-storage 11m Warning DNSConfigForming pod/helper-pod-create-pvc-511d7c30-a173-4ca7-a186-8720d9cb55e2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 11m Normal Pulled pod/helper-pod-create-pvc-511d7c30-a173-4ca7-a186-8720d9cb55e2 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 11m Normal Created pod/helper-pod-create-pvc-511d7c30-a173-4ca7-a186-8720d9cb55e2 Created container helper-pod
local-path-storage 11m Normal Started pod/helper-pod-create-pvc-511d7c30-a173-4ca7-a186-8720d9cb55e2 Started container helper-pod
local-path-storage 31m Warning DNSConfigForming pod/helper-pod-create-pvc-53574de5-ed42-48ab-b958-0507feb394f4 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 31m Normal Created pod/helper-pod-create-pvc-53574de5-ed42-48ab-b958-0507feb394f4 Created container helper-pod
local-path-storage 36m Warning DNSConfigForming pod/helper-pod-create-pvc-572ac6ad-756f-43d0-a15e-739d2a4bdd3d Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 36m Normal Pulled pod/helper-pod-create-pvc-572ac6ad-756f-43d0-a15e-739d2a4bdd3d Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 36m Normal Created pod/helper-pod-create-pvc-572ac6ad-756f-43d0-a15e-739d2a4bdd3d Created container helper-pod
local-path-storage 36m Normal Started pod/helper-pod-create-pvc-572ac6ad-756f-43d0-a15e-739d2a4bdd3d Started container helper-pod
local-path-storage 36m Warning DNSConfigForming pod/helper-pod-create-pvc-5ff76836-2171-452b-ab1f-53734cfe907a Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 36m Normal Pulled pod/helper-pod-create-pvc-5ff76836-2171-452b-ab1f-53734cfe907a Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 36m Normal Created pod/helper-pod-create-pvc-5ff76836-2171-452b-ab1f-53734cfe907a Created container helper-pod
local-path-storage 36m Normal Started pod/helper-pod-create-pvc-5ff76836-2171-452b-ab1f-53734cfe907a Started container helper-pod
local-path-storage 5m18s Warning DNSConfigForming pod/helper-pod-create-pvc-64947b5d-082f-42ae-bb2b-ca8a76dc776b Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 5m18s Normal Pulled pod/helper-pod-create-pvc-64947b5d-082f-42ae-bb2b-ca8a76dc776b Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 5m18s Normal Created pod/helper-pod-create-pvc-64947b5d-082f-42ae-bb2b-ca8a76dc776b Created container helper-pod
local-path-storage 5m18s Normal Started pod/helper-pod-create-pvc-64947b5d-082f-42ae-bb2b-ca8a76dc776b Started container helper-pod
local-path-storage 43m Warning DNSConfigForming pod/helper-pod-create-pvc-6627e995-ce70-436d-bc3b-6249880b22a7 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 43m Normal Pulled pod/helper-pod-create-pvc-6627e995-ce70-436d-bc3b-6249880b22a7 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 43m Normal Created pod/helper-pod-create-pvc-6627e995-ce70-436d-bc3b-6249880b22a7 Created container helper-pod
local-path-storage 43m Normal Started pod/helper-pod-create-pvc-6627e995-ce70-436d-bc3b-6249880b22a7 Started container helper-pod
local-path-storage 32m Warning DNSConfigForming pod/helper-pod-create-pvc-675df5a3-60bd-40bb-9934-7f6170d7a8ea Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 32m Normal Started pod/helper-pod-create-pvc-675df5a3-60bd-40bb-9934-7f6170d7a8ea Started container helper-pod
local-path-storage 6m30s Warning DNSConfigForming pod/helper-pod-create-pvc-69b03ac7-0061-4215-b265-35b72d7fcf0b Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 11m Warning DNSConfigForming pod/helper-pod-create-pvc-6de5c72b-0a8b-4dc7-a0cd-beb311a422ae Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 11m Normal Pulled pod/helper-pod-create-pvc-6de5c72b-0a8b-4dc7-a0cd-beb311a422ae Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 11m Normal Started pod/helper-pod-create-pvc-6de5c72b-0a8b-4dc7-a0cd-beb311a422ae Started container helper-pod
local-path-storage 36m Warning DNSConfigForming pod/helper-pod-create-pvc-73e6eb12-e7fd-4dd3-a761-c7f2b8c239db Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 36m Normal Pulled pod/helper-pod-create-pvc-73e6eb12-e7fd-4dd3-a761-c7f2b8c239db Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 36m Normal Created pod/helper-pod-create-pvc-73e6eb12-e7fd-4dd3-a761-c7f2b8c239db Created container helper-pod
local-path-storage 36m Normal Started pod/helper-pod-create-pvc-73e6eb12-e7fd-4dd3-a761-c7f2b8c239db Started container helper-pod
local-path-storage 9m17s Warning DNSConfigForming pod/helper-pod-create-pvc-77af94ee-2ed3-4450-ba45-6f0b8821b544 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 9m17s Normal Pulled pod/helper-pod-create-pvc-77af94ee-2ed3-4450-ba45-6f0b8821b544 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 9m17s Normal Created pod/helper-pod-create-pvc-77af94ee-2ed3-4450-ba45-6f0b8821b544 Created container helper-pod
local-path-storage 9m17s Normal Started pod/helper-pod-create-pvc-77af94ee-2ed3-4450-ba45-6f0b8821b544 Started container helper-pod
local-path-storage 27m Warning DNSConfigForming pod/helper-pod-create-pvc-7c4bd29e-a551-488e-821a-258494db6eac Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 33m Warning DNSConfigForming pod/helper-pod-create-pvc-7d5dfef6-c28a-4208-aa52-4038e2595bca Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 33m Normal Started pod/helper-pod-create-pvc-7d5dfef6-c28a-4208-aa52-4038e2595bca Started container helper-pod
local-path-storage 29m Warning DNSConfigForming pod/helper-pod-create-pvc-8373a440-0d3c-4ef6-9014-d11c2b51ddd2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 6m31s Normal Started pod/helper-pod-create-pvc-866f8e8d-3882-4835-a37e-e9b69433bd1b Started container helper-pod
local-path-storage 28m Warning DNSConfigForming pod/helper-pod-create-pvc-8b46fda0-885c-4e6b-a6b7-eb32fbb5f2d9 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 28m Normal Pulled pod/helper-pod-create-pvc-8b46fda0-885c-4e6b-a6b7-eb32fbb5f2d9 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 28m Normal Started pod/helper-pod-create-pvc-8b46fda0-885c-4e6b-a6b7-eb32fbb5f2d9 Started container helper-pod
local-path-storage 9m38s Warning DNSConfigForming pod/helper-pod-create-pvc-8bcd4ad0-9d67-48f6-a4c0-0e97be9e99b7 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 9m38s Normal Pulled pod/helper-pod-create-pvc-8bcd4ad0-9d67-48f6-a4c0-0e97be9e99b7 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 9m37s Normal Started pod/helper-pod-create-pvc-8bcd4ad0-9d67-48f6-a4c0-0e97be9e99b7 Started container helper-pod
local-path-storage 38m Warning DNSConfigForming pod/helper-pod-create-pvc-8bdc689e-5095-4f5a-a9a3-29024fcda3a0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 38m Normal Pulled pod/helper-pod-create-pvc-8bdc689e-5095-4f5a-a9a3-29024fcda3a0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 38m Normal Created pod/helper-pod-create-pvc-8bdc689e-5095-4f5a-a9a3-29024fcda3a0 Created container helper-pod
local-path-storage 38m Normal Started pod/helper-pod-create-pvc-8bdc689e-5095-4f5a-a9a3-29024fcda3a0 Started container helper-pod
local-path-storage 12m Warning DNSConfigForming pod/helper-pod-create-pvc-8bfb06f5-9a83-4941-858a-bd51d58ce8a5 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 12m Normal Pulled pod/helper-pod-create-pvc-8bfb06f5-9a83-4941-858a-bd51d58ce8a5 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 12m Normal Created pod/helper-pod-create-pvc-8bfb06f5-9a83-4941-858a-bd51d58ce8a5 Created container helper-pod
local-path-storage 12m Normal Started pod/helper-pod-create-pvc-8bfb06f5-9a83-4941-858a-bd51d58ce8a5 Started container helper-pod
local-path-storage 11m Warning DNSConfigForming pod/helper-pod-create-pvc-8e6b7240-929c-404c-ba27-1757ac2632e0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 11m Normal Pulled pod/helper-pod-create-pvc-8e6b7240-929c-404c-ba27-1757ac2632e0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 11m Normal Created pod/helper-pod-create-pvc-8e6b7240-929c-404c-ba27-1757ac2632e0 Created container helper-pod
local-path-storage 11m Normal Started pod/helper-pod-create-pvc-8e6b7240-929c-404c-ba27-1757ac2632e0 Started container helper-pod
local-path-storage 32m Warning DNSConfigForming pod/helper-pod-create-pvc-8f0c88d1-65cb-4efb-b43a-6036e24b8781 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 32m Normal Started pod/helper-pod-create-pvc-8f0c88d1-65cb-4efb-b43a-6036e24b8781 Started container helper-pod
local-path-storage 38m Warning DNSConfigForming pod/helper-pod-create-pvc-91ff6d54-f9fa-4629-8162-d693e7cd3e2c Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 38m Normal Pulled pod/helper-pod-create-pvc-91ff6d54-f9fa-4629-8162-d693e7cd3e2c Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 38m Normal Created pod/helper-pod-create-pvc-91ff6d54-f9fa-4629-8162-d693e7cd3e2c Created container helper-pod
local-path-storage 38m Normal Started pod/helper-pod-create-pvc-91ff6d54-f9fa-4629-8162-d693e7cd3e2c Started container helper-pod
local-path-storage 13m Warning DNSConfigForming pod/helper-pod-create-pvc-9333a78c-389d-417b-a8dd-a21cf668b2f0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 13m Normal Pulled pod/helper-pod-create-pvc-9333a78c-389d-417b-a8dd-a21cf668b2f0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 13m Normal Created pod/helper-pod-create-pvc-9333a78c-389d-417b-a8dd-a21cf668b2f0 Created container helper-pod
local-path-storage 13m Normal Started pod/helper-pod-create-pvc-9333a78c-389d-417b-a8dd-a21cf668b2f0 Started container helper-pod
local-path-storage 10m Normal Started pod/helper-pod-create-pvc-960a5e01-3ebf-487e-b98a-754a8a113bb2 Started container helper-pod
local-path-storage 64m Warning DNSConfigForming pod/helper-pod-create-pvc-99348445-6725-4bb1-b453-f591835c077d Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 64m Normal Started pod/helper-pod-create-pvc-99348445-6725-4bb1-b453-f591835c077d Started container helper-pod
local-path-storage 32m Warning DNSConfigForming pod/helper-pod-create-pvc-9cca3c25-135e-448c-9e0f-ba5fd739aefe Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 32m Normal Pulled pod/helper-pod-create-pvc-9cca3c25-135e-448c-9e0f-ba5fd739aefe Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 32m Normal Created pod/helper-pod-create-pvc-9cca3c25-135e-448c-9e0f-ba5fd739aefe Created container helper-pod
local-path-storage 32m Normal Started pod/helper-pod-create-pvc-9cca3c25-135e-448c-9e0f-ba5fd739aefe Started container helper-pod
local-path-storage 63m Normal Started pod/helper-pod-create-pvc-9ff97ba8-2cae-47d1-9f50-515ce896eafa Started container helper-pod
local-path-storage 33m Warning DNSConfigForming pod/helper-pod-create-pvc-a09d8091-a7b2-4e50-9715-10f753286604 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 38m Warning DNSConfigForming pod/helper-pod-create-pvc-a0fe7fb3-6d47-4251-8c65-99c7eab09eb0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 38m Normal Pulled pod/helper-pod-create-pvc-a0fe7fb3-6d47-4251-8c65-99c7eab09eb0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 38m Normal Created pod/helper-pod-create-pvc-a0fe7fb3-6d47-4251-8c65-99c7eab09eb0 Created container helper-pod
local-path-storage 38m Normal Started pod/helper-pod-create-pvc-a0fe7fb3-6d47-4251-8c65-99c7eab09eb0 Started container helper-pod
local-path-storage 19m Warning DNSConfigForming pod/helper-pod-create-pvc-a74f35c4-489a-454a-8b1a-49ef492ac51a Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 19m Normal Pulled pod/helper-pod-create-pvc-a74f35c4-489a-454a-8b1a-49ef492ac51a Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 19m Normal Created pod/helper-pod-create-pvc-a74f35c4-489a-454a-8b1a-49ef492ac51a Created container helper-pod
local-path-storage 19m Normal Started pod/helper-pod-create-pvc-a74f35c4-489a-454a-8b1a-49ef492ac51a Started container helper-pod
local-path-storage 37m Warning DNSConfigForming pod/helper-pod-create-pvc-a7925c68-90d3-4949-8f20-7c1cd12ceb02 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 37m Normal Pulled pod/helper-pod-create-pvc-a7925c68-90d3-4949-8f20-7c1cd12ceb02 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 37m Normal Created pod/helper-pod-create-pvc-a7925c68-90d3-4949-8f20-7c1cd12ceb02 Created container helper-pod
local-path-storage 37m Normal Started pod/helper-pod-create-pvc-a7925c68-90d3-4949-8f20-7c1cd12ceb02 Started container helper-pod
local-path-storage 6m6s Warning DNSConfigForming pod/helper-pod-create-pvc-a8c31e27-853f-4e47-9876-ce91ca1bed05 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 6m6s Normal Started pod/helper-pod-create-pvc-a8c31e27-853f-4e47-9876-ce91ca1bed05 Started container helper-pod
local-path-storage 31m Warning DNSConfigForming pod/helper-pod-create-pvc-aa5fca70-e3bf-4e12-a069-943cff4ba1ff Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 31m Normal Pulled pod/helper-pod-create-pvc-aa5fca70-e3bf-4e12-a069-943cff4ba1ff Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 31m Normal Created pod/helper-pod-create-pvc-aa5fca70-e3bf-4e12-a069-943cff4ba1ff Created container helper-pod
local-path-storage 31m Normal Started pod/helper-pod-create-pvc-aa5fca70-e3bf-4e12-a069-943cff4ba1ff Started container helper-pod
local-path-storage 43m Warning DNSConfigForming pod/helper-pod-create-pvc-b3f20c30-4abc-443e-988b-a0c74c44b8d2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 43m Normal Pulled pod/helper-pod-create-pvc-b3f20c30-4abc-443e-988b-a0c74c44b8d2 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 43m Normal Created pod/helper-pod-create-pvc-b3f20c30-4abc-443e-988b-a0c74c44b8d2 Created container helper-pod
local-path-storage 43m Normal Started pod/helper-pod-create-pvc-b3f20c30-4abc-443e-988b-a0c74c44b8d2 Started container helper-pod
local-path-storage 4m31s Warning DNSConfigForming pod/helper-pod-create-pvc-b69f3086-21c3-490a-bc94-d194bd57e1a1 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 4m31s Normal Started pod/helper-pod-create-pvc-b69f3086-21c3-490a-bc94-d194bd57e1a1 Started container helper-pod
local-path-storage 5m16s Warning DNSConfigForming pod/helper-pod-create-pvc-b7b4e084-37bd-4e32-aa8e-562de3e6c353 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 5m16s Normal Pulled pod/helper-pod-create-pvc-b7b4e084-37bd-4e32-aa8e-562de3e6c353 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 5m16s Normal Created pod/helper-pod-create-pvc-b7b4e084-37bd-4e32-aa8e-562de3e6c353 Created container helper-pod
local-path-storage 5m16s Normal Started pod/helper-pod-create-pvc-b7b4e084-37bd-4e32-aa8e-562de3e6c353 Started container helper-pod
local-path-storage 6m15s Warning DNSConfigForming pod/helper-pod-create-pvc-bc7b6a14-3016-46fd-9624-041581aaa749 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 8m21s Normal Created pod/helper-pod-create-pvc-bc9d050b-f901-4434-903e-06ea6427c7be Created container helper-pod
local-path-storage 8m20s Normal Started pod/helper-pod-create-pvc-bc9d050b-f901-4434-903e-06ea6427c7be Started container helper-pod
local-path-storage 32m Warning DNSConfigForming pod/helper-pod-create-pvc-c0486dcb-4fa3-4d7c-a53c-835b0ed34226 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 32m Normal Started pod/helper-pod-create-pvc-c0486dcb-4fa3-4d7c-a53c-835b0ed34226 Started container helper-pod
local-path-storage 8m43s Warning DNSConfigForming pod/helper-pod-create-pvc-c66ef1f3-0091-4e96-bc8a-9658e02932f3 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 8m43s Normal Started pod/helper-pod-create-pvc-c66ef1f3-0091-4e96-bc8a-9658e02932f3 Started container helper-pod
local-path-storage 34m Warning DNSConfigForming pod/helper-pod-create-pvc-cec6b036-58b8-4759-a817-8f8240dcea8e Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 42m Warning DNSConfigForming pod/helper-pod-create-pvc-d2a1a315-4b4b-4be3-a8ac-baa605d224c1 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 42m Normal Pulled pod/helper-pod-create-pvc-d2a1a315-4b4b-4be3-a8ac-baa605d224c1 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 42m Normal Created pod/helper-pod-create-pvc-d2a1a315-4b4b-4be3-a8ac-baa605d224c1 Created container helper-pod
local-path-storage 42m Normal Started pod/helper-pod-create-pvc-d2a1a315-4b4b-4be3-a8ac-baa605d224c1 Started container helper-pod
local-path-storage 19m Warning DNSConfigForming pod/helper-pod-create-pvc-d522f6f5-5a68-4b41-8ee3-e1ee4129eab8 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 19m Normal Pulled pod/helper-pod-create-pvc-d522f6f5-5a68-4b41-8ee3-e1ee4129eab8 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 19m Normal Created pod/helper-pod-create-pvc-d522f6f5-5a68-4b41-8ee3-e1ee4129eab8 Created container helper-pod
local-path-storage 19m Normal Started pod/helper-pod-create-pvc-d522f6f5-5a68-4b41-8ee3-e1ee4129eab8 Started container helper-pod
local-path-storage 10m Warning DNSConfigForming pod/helper-pod-create-pvc-dbd986ca-8946-4a67-af9c-7b2ac56b1865 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 10m Normal Pulled pod/helper-pod-create-pvc-dbd986ca-8946-4a67-af9c-7b2ac56b1865 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 10m Normal Created pod/helper-pod-create-pvc-dbd986ca-8946-4a67-af9c-7b2ac56b1865 Created container helper-pod
local-path-storage 15m Warning DNSConfigForming pod/helper-pod-create-pvc-dd3a211c-b008-4f82-8b2a-217b7fa432f0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 15m Normal Pulled pod/helper-pod-create-pvc-dd3a211c-b008-4f82-8b2a-217b7fa432f0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 15m Normal Created pod/helper-pod-create-pvc-dd3a211c-b008-4f82-8b2a-217b7fa432f0 Created container helper-pod
local-path-storage 15m Normal Started pod/helper-pod-create-pvc-dd3a211c-b008-4f82-8b2a-217b7fa432f0 Started container helper-pod
local-path-storage 31m Warning DNSConfigForming pod/helper-pod-create-pvc-e002bda9-0841-406b-b5da-9f151ed322f5 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 31m Normal Pulled pod/helper-pod-create-pvc-e002bda9-0841-406b-b5da-9f151ed322f5 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 31m Normal Created pod/helper-pod-create-pvc-e002bda9-0841-406b-b5da-9f151ed322f5 Created container helper-pod
local-path-storage 31m Normal Started pod/helper-pod-create-pvc-e002bda9-0841-406b-b5da-9f151ed322f5 Started container helper-pod
local-path-storage 31m Warning DNSConfigForming pod/helper-pod-create-pvc-e3b695de-8e29-4367-a282-5e215ce4fa36 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 31m Normal Pulled pod/helper-pod-create-pvc-e3b695de-8e29-4367-a282-5e215ce4fa36 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 32m Warning DNSConfigForming pod/helper-pod-create-pvc-e9e272f0-eed0-4652-b93f-132b0b0900e5 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 32m Normal Pulled pod/helper-pod-create-pvc-e9e272f0-eed0-4652-b93f-132b0b0900e5 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 32m Normal Created pod/helper-pod-create-pvc-e9e272f0-eed0-4652-b93f-132b0b0900e5 Created container helper-pod
local-path-storage 32m Normal Started pod/helper-pod-create-pvc-e9e272f0-eed0-4652-b93f-132b0b0900e5 Started container helper-pod
local-path-storage 12m Warning DNSConfigForming pod/helper-pod-create-pvc-f1c196b1-52cb-4a7c-8918-4027ba9bbf84 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 12m Normal Pulled pod/helper-pod-create-pvc-f1c196b1-52cb-4a7c-8918-4027ba9bbf84 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 12m Normal Created pod/helper-pod-create-pvc-f1c196b1-52cb-4a7c-8918-4027ba9bbf84 Created container helper-pod
local-path-storage 12m Normal Started pod/helper-pod-create-pvc-f1c196b1-52cb-4a7c-8918-4027ba9bbf84 Started container helper-pod
local-path-storage 39m Warning DNSConfigForming pod/helper-pod-create-pvc-f3588872-dd2e-4e4d-90bb-4f1c51fce9bd Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 39m Normal Pulled pod/helper-pod-create-pvc-f3588872-dd2e-4e4d-90bb-4f1c51fce9bd Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 39m Normal Created pod/helper-pod-create-pvc-f3588872-dd2e-4e4d-90bb-4f1c51fce9bd Created container helper-pod
local-path-storage 39m Normal Started pod/helper-pod-create-pvc-f3588872-dd2e-4e4d-90bb-4f1c51fce9bd Started container helper-pod
local-path-storage 15m Warning DNSConfigForming pod/helper-pod-create-pvc-f4b1dddd-e28f-46e2-a694-bf5e963b26a0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 15m Normal Pulled pod/helper-pod-create-pvc-f4b1dddd-e28f-46e2-a694-bf5e963b26a0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 15m Normal Created pod/helper-pod-create-pvc-f4b1dddd-e28f-46e2-a694-bf5e963b26a0 Created container helper-pod
local-path-storage 15m Normal Started pod/helper-pod-create-pvc-f4b1dddd-e28f-46e2-a694-bf5e963b26a0 Started container helper-pod
local-path-storage 39m Warning DNSConfigForming pod/helper-pod-create-pvc-f6a228ec-d194-4abf-96bb-fd1963f00e2f Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 39m Normal Pulled pod/helper-pod-create-pvc-f6a228ec-d194-4abf-96bb-fd1963f00e2f Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 39m Normal Created pod/helper-pod-create-pvc-f6a228ec-d194-4abf-96bb-fd1963f00e2f Created container helper-pod
local-path-storage 39m Normal Started pod/helper-pod-create-pvc-f6a228ec-d194-4abf-96bb-fd1963f00e2f Started container helper-pod
local-path-storage 19m Warning DNSConfigForming pod/helper-pod-create-pvc-f941c2e8-97fb-4b66-9838-f19ff8e8fff0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 19m Normal Pulled pod/helper-pod-create-pvc-f941c2e8-97fb-4b66-9838-f19ff8e8fff0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 19m Normal Created pod/helper-pod-create-pvc-f941c2e8-97fb-4b66-9838-f19ff8e8fff0 Created container helper-pod
local-path-storage 19m Normal Started pod/helper-pod-create-pvc-f941c2e8-97fb-4b66-9838-f19ff8e8fff0 Started container helper-pod
local-path-storage 13m Warning DNSConfigForming pod/helper-pod-create-pvc-facea2a5-0964-4a91-934a-9b51bd2fece4 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 13m Normal Pulled pod/helper-pod-create-pvc-facea2a5-0964-4a91-934a-9b51bd2fece4 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 13m Normal Created pod/helper-pod-create-pvc-facea2a5-0964-4a91-934a-9b51bd2fece4 Created container helper-pod
local-path-storage 13m Normal Started pod/helper-pod-create-pvc-facea2a5-0964-4a91-934a-9b51bd2fece4 Started container helper-pod
local-path-storage 33m Warning DNSConfigForming pod/helper-pod-delete-pvc-0679cae6-f914-4815-8624-d01aa01f4b0b Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 33m Normal Pulled pod/helper-pod-delete-pvc-0679cae6-f914-4815-8624-d01aa01f4b0b Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 33m Normal Created pod/helper-pod-delete-pvc-0679cae6-f914-4815-8624-d01aa01f4b0b Created container helper-pod
local-path-storage 33m Normal Started pod/helper-pod-delete-pvc-0679cae6-f914-4815-8624-d01aa01f4b0b Started container helper-pod
local-path-storage 23m Warning DNSConfigForming pod/helper-pod-delete-pvc-0b6c855a-0a5d-4fd6-bebf-a8be0cc395ab Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 23m Normal Pulled pod/helper-pod-delete-pvc-0b6c855a-0a5d-4fd6-bebf-a8be0cc395ab Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 23m Normal Created pod/helper-pod-delete-pvc-0b6c855a-0a5d-4fd6-bebf-a8be0cc395ab Created container helper-pod
local-path-storage 23m Normal Started pod/helper-pod-delete-pvc-0b6c855a-0a5d-4fd6-bebf-a8be0cc395ab Started container helper-pod
local-path-storage 42m Warning DNSConfigForming pod/helper-pod-delete-pvc-0e45ed2d-d21b-482f-a945-5aa6f6dd01f2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 42m Normal Pulled pod/helper-pod-delete-pvc-0e45ed2d-d21b-482f-a945-5aa6f6dd01f2 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 42m Normal Created pod/helper-pod-delete-pvc-0e45ed2d-d21b-482f-a945-5aa6f6dd01f2 Created container helper-pod
local-path-storage 42m Normal Started pod/helper-pod-delete-pvc-0e45ed2d-d21b-482f-a945-5aa6f6dd01f2 Started container helper-pod
local-path-storage 25m Warning DNSConfigForming pod/helper-pod-delete-pvc-128a2ffc-2174-4747-9029-7592825556c6 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 25m Normal Pulled pod/helper-pod-delete-pvc-128a2ffc-2174-4747-9029-7592825556c6 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 25m Normal Created pod/helper-pod-delete-pvc-128a2ffc-2174-4747-9029-7592825556c6 Created container helper-pod
local-path-storage 25m Normal Started pod/helper-pod-delete-pvc-128a2ffc-2174-4747-9029-7592825556c6 Started container helper-pod
local-path-storage 37m Warning DNSConfigForming pod/helper-pod-delete-pvc-17ca79c5-3b2d-441d-a677-313cac870309 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 37m Normal Pulled pod/helper-pod-delete-pvc-17ca79c5-3b2d-441d-a677-313cac870309 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 37m Normal Created pod/helper-pod-delete-pvc-17ca79c5-3b2d-441d-a677-313cac870309 Created container helper-pod
local-path-storage 37m Normal Started pod/helper-pod-delete-pvc-17ca79c5-3b2d-441d-a677-313cac870309 Started container helper-pod
local-path-storage 28m Warning DNSConfigForming pod/helper-pod-delete-pvc-1853aff6-5834-4234-a91e-62a78ab51cb2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 6m34s Warning DNSConfigForming pod/helper-pod-delete-pvc-19e588c3-6ee9-4749-aba0-2793dd826713 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 33m Warning DNSConfigForming pod/helper-pod-delete-pvc-1f70811f-ea25-41ef-8850-419caa0bc9b4 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 33m Normal Pulled pod/helper-pod-delete-pvc-1f70811f-ea25-41ef-8850-419caa0bc9b4 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 33m Normal Created pod/helper-pod-delete-pvc-1f70811f-ea25-41ef-8850-419caa0bc9b4 Created container helper-pod
local-path-storage 33m Normal Started pod/helper-pod-delete-pvc-1f70811f-ea25-41ef-8850-419caa0bc9b4 Started container helper-pod
local-path-storage 9m33s Warning DNSConfigForming pod/helper-pod-delete-pvc-210a2cee-f049-42ab-a0c8-e2b1356353a1 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 37m Warning DNSConfigForming pod/helper-pod-delete-pvc-23a7df51-63f7-4429-b078-81b356ab6710 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 37m Normal Pulled pod/helper-pod-delete-pvc-23a7df51-63f7-4429-b078-81b356ab6710 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 37m Normal Created pod/helper-pod-delete-pvc-23a7df51-63f7-4429-b078-81b356ab6710 Created container helper-pod
local-path-storage 37m Normal Started pod/helper-pod-delete-pvc-23a7df51-63f7-4429-b078-81b356ab6710 Started container helper-pod
local-path-storage 13m Warning DNSConfigForming pod/helper-pod-delete-pvc-24cafb64-b66c-4a15-b849-0326a238cf58 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 15m Warning DNSConfigForming pod/helper-pod-delete-pvc-270a6808-a744-4f07-8753-64398be36ab2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 15m Normal Pulled pod/helper-pod-delete-pvc-270a6808-a744-4f07-8753-64398be36ab2 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 15m Normal Created pod/helper-pod-delete-pvc-270a6808-a744-4f07-8753-64398be36ab2 Created container helper-pod
local-path-storage 15m Normal Started pod/helper-pod-delete-pvc-270a6808-a744-4f07-8753-64398be36ab2 Started container helper-pod
local-path-storage 11m Warning DNSConfigForming pod/helper-pod-delete-pvc-2c1ceab1-8a74-4832-8af2-92f2affa4805 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 11m Normal Started pod/helper-pod-delete-pvc-2c1ceab1-8a74-4832-8af2-92f2affa4805 Started container helper-pod
local-path-storage 29m Warning DNSConfigForming pod/helper-pod-delete-pvc-2c48bfe2-ec32-4666-a76c-0e2635bb8832 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 29m Normal Started pod/helper-pod-delete-pvc-2c48bfe2-ec32-4666-a76c-0e2635bb8832 Started container helper-pod
local-path-storage 63m Warning DNSConfigForming pod/helper-pod-delete-pvc-2c71b1a2-8b2c-488e-9ff2-d99a049f5cf6 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 63m Normal Started pod/helper-pod-delete-pvc-2c71b1a2-8b2c-488e-9ff2-d99a049f5cf6 Started container helper-pod
local-path-storage 18m Warning DNSConfigForming pod/helper-pod-delete-pvc-2ed2e05c-96c7-4372-abe8-22e86e76c6b6 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 18m Normal Pulled pod/helper-pod-delete-pvc-2ed2e05c-96c7-4372-abe8-22e86e76c6b6 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 18m Normal Created pod/helper-pod-delete-pvc-2ed2e05c-96c7-4372-abe8-22e86e76c6b6 Created container helper-pod
local-path-storage 18m Normal Started pod/helper-pod-delete-pvc-2ed2e05c-96c7-4372-abe8-22e86e76c6b6 Started container helper-pod
local-path-storage 12m Warning DNSConfigForming pod/helper-pod-delete-pvc-38715f22-ed68-40bd-8124-3e610056081a Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 12m Normal Started pod/helper-pod-delete-pvc-38715f22-ed68-40bd-8124-3e610056081a Started container helper-pod
local-path-storage 63m Warning DNSConfigForming pod/helper-pod-delete-pvc-4003cd67-83aa-46f6-a322-40822ee5300e Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 63m Normal Pulled pod/helper-pod-delete-pvc-4003cd67-83aa-46f6-a322-40822ee5300e Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 63m Normal Created pod/helper-pod-delete-pvc-4003cd67-83aa-46f6-a322-40822ee5300e Created container helper-pod
local-path-storage 63m Normal Started pod/helper-pod-delete-pvc-4003cd67-83aa-46f6-a322-40822ee5300e Started container helper-pod
local-path-storage 27m Warning DNSConfigForming pod/helper-pod-delete-pvc-427497cc-24c4-4fec-9b9e-425467c899b4 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 29m Normal Created pod/helper-pod-delete-pvc-4cd35bc3-b658-49a4-ab24-f5f16c69fdf9 Created container helper-pod
local-path-storage 29m Normal Started pod/helper-pod-delete-pvc-4cd35bc3-b658-49a4-ab24-f5f16c69fdf9 Started container helper-pod
local-path-storage 15m Warning DNSConfigForming pod/helper-pod-delete-pvc-506a0400-8ca5-4d00-addb-6bbf1a7e0a7d Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 15m Normal Pulled pod/helper-pod-delete-pvc-506a0400-8ca5-4d00-addb-6bbf1a7e0a7d Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 15m Normal Created pod/helper-pod-delete-pvc-506a0400-8ca5-4d00-addb-6bbf1a7e0a7d Created container helper-pod
local-path-storage 15m Normal Started pod/helper-pod-delete-pvc-506a0400-8ca5-4d00-addb-6bbf1a7e0a7d Started container helper-pod
local-path-storage 7m35s Warning DNSConfigForming pod/helper-pod-delete-pvc-511d7c30-a173-4ca7-a186-8720d9cb55e2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 7m35s Normal Pulled pod/helper-pod-delete-pvc-511d7c30-a173-4ca7-a186-8720d9cb55e2 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 7m35s Normal Created pod/helper-pod-delete-pvc-511d7c30-a173-4ca7-a186-8720d9cb55e2 Created container helper-pod
local-path-storage 7m34s Normal Started pod/helper-pod-delete-pvc-511d7c30-a173-4ca7-a186-8720d9cb55e2 Started container helper-pod
local-path-storage 30m Warning DNSConfigForming pod/helper-pod-delete-pvc-53574de5-ed42-48ab-b958-0507feb394f4 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 34m Warning DNSConfigForming pod/helper-pod-delete-pvc-572ac6ad-756f-43d0-a15e-739d2a4bdd3d Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 34m Normal Started pod/helper-pod-delete-pvc-572ac6ad-756f-43d0-a15e-739d2a4bdd3d Started container helper-pod
local-path-storage 36m Warning DNSConfigForming pod/helper-pod-delete-pvc-5ff76836-2171-452b-ab1f-53734cfe907a Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 36m Normal Pulled pod/helper-pod-delete-pvc-5ff76836-2171-452b-ab1f-53734cfe907a Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 36m Normal Created pod/helper-pod-delete-pvc-5ff76836-2171-452b-ab1f-53734cfe907a Created container helper-pod
local-path-storage 36m Normal Started pod/helper-pod-delete-pvc-5ff76836-2171-452b-ab1f-53734cfe907a Started container helper-pod
local-path-storage 40m Warning DNSConfigForming pod/helper-pod-delete-pvc-6627e995-ce70-436d-bc3b-6249880b22a7 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 40m Normal Pulled pod/helper-pod-delete-pvc-6627e995-ce70-436d-bc3b-6249880b22a7 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 40m Normal Created pod/helper-pod-delete-pvc-6627e995-ce70-436d-bc3b-6249880b22a7 Created container helper-pod
local-path-storage 40m Normal Started pod/helper-pod-delete-pvc-6627e995-ce70-436d-bc3b-6249880b22a7 Started container helper-pod
local-path-storage 5m27s Warning DNSConfigForming pod/helper-pod-delete-pvc-69b03ac7-0061-4215-b265-35b72d7fcf0b Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 8m47s Warning DNSConfigForming pod/helper-pod-delete-pvc-6de5c72b-0a8b-4dc7-a0cd-beb311a422ae Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 8m47s Normal Pulled pod/helper-pod-delete-pvc-6de5c72b-0a8b-4dc7-a0cd-beb311a422ae Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 8m47s Normal Created pod/helper-pod-delete-pvc-6de5c72b-0a8b-4dc7-a0cd-beb311a422ae Created container helper-pod
local-path-storage 8m46s Normal Started pod/helper-pod-delete-pvc-6de5c72b-0a8b-4dc7-a0cd-beb311a422ae Started container helper-pod
local-path-storage 32m Warning DNSConfigForming pod/helper-pod-delete-pvc-73e6eb12-e7fd-4dd3-a761-c7f2b8c239db Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 32m Normal Pulled pod/helper-pod-delete-pvc-73e6eb12-e7fd-4dd3-a761-c7f2b8c239db Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 32m Normal Created pod/helper-pod-delete-pvc-73e6eb12-e7fd-4dd3-a761-c7f2b8c239db Created container helper-pod
local-path-storage 32m Normal Started pod/helper-pod-delete-pvc-73e6eb12-e7fd-4dd3-a761-c7f2b8c239db Started container helper-pod
local-path-storage 8m14s Warning DNSConfigForming pod/helper-pod-delete-pvc-77af94ee-2ed3-4450-ba45-6f0b8821b544 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 8m14s Normal Pulled pod/helper-pod-delete-pvc-77af94ee-2ed3-4450-ba45-6f0b8821b544 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 8m14s Normal Created pod/helper-pod-delete-pvc-77af94ee-2ed3-4450-ba45-6f0b8821b544 Created container helper-pod
local-path-storage 8m14s Normal Started pod/helper-pod-delete-pvc-77af94ee-2ed3-4450-ba45-6f0b8821b544 Started container helper-pod
local-path-storage 26m Warning DNSConfigForming pod/helper-pod-delete-pvc-7c4bd29e-a551-488e-821a-258494db6eac Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 26m Normal Pulled pod/helper-pod-delete-pvc-7c4bd29e-a551-488e-821a-258494db6eac Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 26m Normal Created pod/helper-pod-delete-pvc-7c4bd29e-a551-488e-821a-258494db6eac Created container helper-pod
local-path-storage 26m Normal Started pod/helper-pod-delete-pvc-7c4bd29e-a551-488e-821a-258494db6eac Started container helper-pod
local-path-storage 32m Warning DNSConfigForming pod/helper-pod-delete-pvc-7d5dfef6-c28a-4208-aa52-4038e2595bca Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 32m Normal Pulled pod/helper-pod-delete-pvc-7d5dfef6-c28a-4208-aa52-4038e2595bca Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 32m Normal Created pod/helper-pod-delete-pvc-7d5dfef6-c28a-4208-aa52-4038e2595bca Created container helper-pod
local-path-storage 32m Normal Started pod/helper-pod-delete-pvc-7d5dfef6-c28a-4208-aa52-4038e2595bca Started container helper-pod
local-path-storage 28m Warning DNSConfigForming pod/helper-pod-delete-pvc-8373a440-0d3c-4ef6-9014-d11c2b51ddd2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 5m36s Warning DNSConfigForming pod/helper-pod-delete-pvc-866f8e8d-3882-4835-a37e-e9b69433bd1b Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 8m30s Warning DNSConfigForming pod/helper-pod-delete-pvc-88e5dba9-6a68-49ea-b2e3-81795c7080f1 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 24m Warning DNSConfigForming pod/helper-pod-delete-pvc-8b46fda0-885c-4e6b-a6b7-eb32fbb5f2d9 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 24m Normal Pulled pod/helper-pod-delete-pvc-8b46fda0-885c-4e6b-a6b7-eb32fbb5f2d9 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 24m Normal Created pod/helper-pod-delete-pvc-8b46fda0-885c-4e6b-a6b7-eb32fbb5f2d9 Created container helper-pod
local-path-storage 24m Normal Started pod/helper-pod-delete-pvc-8b46fda0-885c-4e6b-a6b7-eb32fbb5f2d9 Started container helper-pod
local-path-storage 8m42s Warning DNSConfigForming pod/helper-pod-delete-pvc-8bcd4ad0-9d67-48f6-a4c0-0e97be9e99b7 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 8m42s Normal Created pod/helper-pod-delete-pvc-8bcd4ad0-9d67-48f6-a4c0-0e97be9e99b7 Created container helper-pod
local-path-storage 36m Warning DNSConfigForming pod/helper-pod-delete-pvc-8bdc689e-5095-4f5a-a9a3-29024fcda3a0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 36m Normal Pulled pod/helper-pod-delete-pvc-8bdc689e-5095-4f5a-a9a3-29024fcda3a0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 36m Normal Created pod/helper-pod-delete-pvc-8bdc689e-5095-4f5a-a9a3-29024fcda3a0 Created container helper-pod
local-path-storage 36m Normal Started pod/helper-pod-delete-pvc-8bdc689e-5095-4f5a-a9a3-29024fcda3a0 Started container helper-pod
local-path-storage 11m Warning DNSConfigForming pod/helper-pod-delete-pvc-8bfb06f5-9a83-4941-858a-bd51d58ce8a5 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 10m Warning DNSConfigForming pod/helper-pod-delete-pvc-8e6b7240-929c-404c-ba27-1757ac2632e0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 10m Normal Pulled pod/helper-pod-delete-pvc-8e6b7240-929c-404c-ba27-1757ac2632e0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 10m Normal Created pod/helper-pod-delete-pvc-8e6b7240-929c-404c-ba27-1757ac2632e0 Created container helper-pod
local-path-storage 10m Normal Started pod/helper-pod-delete-pvc-8e6b7240-929c-404c-ba27-1757ac2632e0 Started container helper-pod
local-path-storage 28m Warning DNSConfigForming pod/helper-pod-delete-pvc-8f0c88d1-65cb-4efb-b43a-6036e24b8781 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 37m Warning DNSConfigForming pod/helper-pod-delete-pvc-91ff6d54-f9fa-4629-8162-d693e7cd3e2c Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 37m Normal Pulled pod/helper-pod-delete-pvc-91ff6d54-f9fa-4629-8162-d693e7cd3e2c Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 37m Normal Created pod/helper-pod-delete-pvc-91ff6d54-f9fa-4629-8162-d693e7cd3e2c Created container helper-pod
local-path-storage 37m Normal Started pod/helper-pod-delete-pvc-91ff6d54-f9fa-4629-8162-d693e7cd3e2c Started container helper-pod
local-path-storage 10m Warning DNSConfigForming pod/helper-pod-delete-pvc-9333a78c-389d-417b-a8dd-a21cf668b2f0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 10m Normal Started pod/helper-pod-delete-pvc-9333a78c-389d-417b-a8dd-a21cf668b2f0 Started container helper-pod
local-path-storage 9m33s Warning DNSConfigForming pod/helper-pod-delete-pvc-960a5e01-3ebf-487e-b98a-754a8a113bb2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 9m33s Normal Started pod/helper-pod-delete-pvc-960a5e01-3ebf-487e-b98a-754a8a113bb2 Started container helper-pod
local-path-storage 23m Warning DNSConfigForming pod/helper-pod-delete-pvc-99348445-6725-4bb1-b453-f591835c077d Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 23m Normal Pulled pod/helper-pod-delete-pvc-99348445-6725-4bb1-b453-f591835c077d Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 23m Normal Created pod/helper-pod-delete-pvc-99348445-6725-4bb1-b453-f591835c077d Created container helper-pod
local-path-storage 23m Normal Started pod/helper-pod-delete-pvc-99348445-6725-4bb1-b453-f591835c077d Started container helper-pod
local-path-storage 30m Warning DNSConfigForming pod/helper-pod-delete-pvc-9cca3c25-135e-448c-9e0f-ba5fd739aefe Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 30m Normal Pulled pod/helper-pod-delete-pvc-9cca3c25-135e-448c-9e0f-ba5fd739aefe Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 24m Warning DNSConfigForming pod/helper-pod-delete-pvc-9ff97ba8-2cae-47d1-9f50-515ce896eafa Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 24m Normal Pulled pod/helper-pod-delete-pvc-9ff97ba8-2cae-47d1-9f50-515ce896eafa Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 24m Normal Created pod/helper-pod-delete-pvc-9ff97ba8-2cae-47d1-9f50-515ce896eafa Created container helper-pod
local-path-storage 24m Normal Started pod/helper-pod-delete-pvc-9ff97ba8-2cae-47d1-9f50-515ce896eafa Started container helper-pod
local-path-storage 32m Warning DNSConfigForming pod/helper-pod-delete-pvc-a09d8091-a7b2-4e50-9715-10f753286604 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 32m Normal Pulled pod/helper-pod-delete-pvc-a09d8091-a7b2-4e50-9715-10f753286604 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 32m Normal Started pod/helper-pod-delete-pvc-a09d8091-a7b2-4e50-9715-10f753286604 Started container helper-pod
local-path-storage 23m Warning DNSConfigForming pod/helper-pod-delete-pvc-a0fe7fb3-6d47-4251-8c65-99c7eab09eb0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 23m Normal Pulled pod/helper-pod-delete-pvc-a0fe7fb3-6d47-4251-8c65-99c7eab09eb0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 23m Normal Created pod/helper-pod-delete-pvc-a0fe7fb3-6d47-4251-8c65-99c7eab09eb0 Created container helper-pod
local-path-storage 23m Normal Started pod/helper-pod-delete-pvc-a0fe7fb3-6d47-4251-8c65-99c7eab09eb0 Started container helper-pod
local-path-storage 24m Warning DNSConfigForming pod/helper-pod-delete-pvc-a25e60b1-711c-49a7-aaf3-f336e43cf8d8 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 24m Normal Pulled pod/helper-pod-delete-pvc-a25e60b1-711c-49a7-aaf3-f336e43cf8d8 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 24m Normal Created pod/helper-pod-delete-pvc-a25e60b1-711c-49a7-aaf3-f336e43cf8d8 Created container helper-pod
local-path-storage 24m Normal Started pod/helper-pod-delete-pvc-a25e60b1-711c-49a7-aaf3-f336e43cf8d8 Started container helper-pod
local-path-storage 18m Warning DNSConfigForming pod/helper-pod-delete-pvc-a74f35c4-489a-454a-8b1a-49ef492ac51a Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 18m Normal Pulled pod/helper-pod-delete-pvc-a74f35c4-489a-454a-8b1a-49ef492ac51a Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 18m Normal Created pod/helper-pod-delete-pvc-a74f35c4-489a-454a-8b1a-49ef492ac51a Created container helper-pod
local-path-storage 18m Normal Started pod/helper-pod-delete-pvc-a74f35c4-489a-454a-8b1a-49ef492ac51a Started container helper-pod
local-path-storage 34m Warning DNSConfigForming pod/helper-pod-delete-pvc-a7925c68-90d3-4949-8f20-7c1cd12ceb02 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 34m Normal Started pod/helper-pod-delete-pvc-a7925c68-90d3-4949-8f20-7c1cd12ceb02 Started container helper-pod
local-path-storage 40m Warning DNSConfigForming pod/helper-pod-delete-pvc-b3f20c30-4abc-443e-988b-a0c74c44b8d2 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 40m Normal Pulled pod/helper-pod-delete-pvc-b3f20c30-4abc-443e-988b-a0c74c44b8d2 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 40m Normal Created pod/helper-pod-delete-pvc-b3f20c30-4abc-443e-988b-a0c74c44b8d2 Created container helper-pod
local-path-storage 40m Normal Started pod/helper-pod-delete-pvc-b3f20c30-4abc-443e-988b-a0c74c44b8d2 Started container helper-pod
local-path-storage 4m26s Warning DNSConfigForming pod/helper-pod-delete-pvc-b7b4e084-37bd-4e32-aa8e-562de3e6c353 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 4m26s Normal Started pod/helper-pod-delete-pvc-b7b4e084-37bd-4e32-aa8e-562de3e6c353 Started container helper-pod
local-path-storage 7m54s Warning DNSConfigForming pod/helper-pod-delete-pvc-bc9d050b-f901-4434-903e-06ea6427c7be Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 31m Warning DNSConfigForming pod/helper-pod-delete-pvc-c0486dcb-4fa3-4d7c-a53c-835b0ed34226 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 23m Warning DNSConfigForming pod/helper-pod-delete-pvc-c39f2bde-5f2f-44e7-89ef-7aa02a71b23f Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 23m Normal Pulled pod/helper-pod-delete-pvc-c39f2bde-5f2f-44e7-89ef-7aa02a71b23f Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 23m Normal Created pod/helper-pod-delete-pvc-c39f2bde-5f2f-44e7-89ef-7aa02a71b23f Created container helper-pod
local-path-storage 23m Normal Started pod/helper-pod-delete-pvc-c39f2bde-5f2f-44e7-89ef-7aa02a71b23f Started container helper-pod
local-path-storage 24m Warning DNSConfigForming pod/helper-pod-delete-pvc-c5e362e7-6e9d-4e8a-b2e9-5c93412f1b35 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 24m Normal Pulled pod/helper-pod-delete-pvc-c5e362e7-6e9d-4e8a-b2e9-5c93412f1b35 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 24m Normal Created pod/helper-pod-delete-pvc-c5e362e7-6e9d-4e8a-b2e9-5c93412f1b35 Created container helper-pod
local-path-storage 24m Normal Started pod/helper-pod-delete-pvc-c5e362e7-6e9d-4e8a-b2e9-5c93412f1b35 Started container helper-pod
local-path-storage 34m Warning DNSConfigForming pod/helper-pod-delete-pvc-cec6b036-58b8-4759-a817-8f8240dcea8e Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 34m Normal Pulled pod/helper-pod-delete-pvc-cec6b036-58b8-4759-a817-8f8240dcea8e Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 34m Normal Created pod/helper-pod-delete-pvc-cec6b036-58b8-4759-a817-8f8240dcea8e Created container helper-pod
local-path-storage 34m Normal Started pod/helper-pod-delete-pvc-cec6b036-58b8-4759-a817-8f8240dcea8e Started container helper-pod
local-path-storage 42m Warning DNSConfigForming pod/helper-pod-delete-pvc-d2a1a315-4b4b-4be3-a8ac-baa605d224c1 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 42m Normal Pulled pod/helper-pod-delete-pvc-d2a1a315-4b4b-4be3-a8ac-baa605d224c1 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 42m Normal Created pod/helper-pod-delete-pvc-d2a1a315-4b4b-4be3-a8ac-baa605d224c1 Created container helper-pod
local-path-storage 42m Normal Started pod/helper-pod-delete-pvc-d2a1a315-4b4b-4be3-a8ac-baa605d224c1 Started container helper-pod
local-path-storage 17m Warning DNSConfigForming pod/helper-pod-delete-pvc-d522f6f5-5a68-4b41-8ee3-e1ee4129eab8 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 17m Normal Pulled pod/helper-pod-delete-pvc-d522f6f5-5a68-4b41-8ee3-e1ee4129eab8 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 17m Normal Created pod/helper-pod-delete-pvc-d522f6f5-5a68-4b41-8ee3-e1ee4129eab8 Created container helper-pod
local-path-storage 17m Normal Started pod/helper-pod-delete-pvc-d522f6f5-5a68-4b41-8ee3-e1ee4129eab8 Started container helper-pod
local-path-storage 23m Warning DNSConfigForming pod/helper-pod-delete-pvc-d7a79b0e-6b10-4e5b-93c2-e6af9dcab134 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 23m Normal Pulled pod/helper-pod-delete-pvc-d7a79b0e-6b10-4e5b-93c2-e6af9dcab134 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 23m Normal Created pod/helper-pod-delete-pvc-d7a79b0e-6b10-4e5b-93c2-e6af9dcab134 Created container helper-pod
local-path-storage 23m Normal Started pod/helper-pod-delete-pvc-d7a79b0e-6b10-4e5b-93c2-e6af9dcab134 Started container helper-pod
local-path-storage 9m37s Warning DNSConfigForming pod/helper-pod-delete-pvc-dbd986ca-8946-4a67-af9c-7b2ac56b1865 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 31m Warning DNSConfigForming pod/helper-pod-delete-pvc-e002bda9-0841-406b-b5da-9f151ed322f5 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 30m Warning DNSConfigForming pod/helper-pod-delete-pvc-e3b695de-8e29-4367-a282-5e215ce4fa36 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 30m Normal Pulled pod/helper-pod-delete-pvc-e3b695de-8e29-4367-a282-5e215ce4fa36 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 30m Normal Created pod/helper-pod-delete-pvc-e3b695de-8e29-4367-a282-5e215ce4fa36 Created container helper-pod
local-path-storage 23m Warning DNSConfigForming pod/helper-pod-delete-pvc-f3588872-dd2e-4e4d-90bb-4f1c51fce9bd Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 23m Normal Pulled pod/helper-pod-delete-pvc-f3588872-dd2e-4e4d-90bb-4f1c51fce9bd Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 23m Normal Created pod/helper-pod-delete-pvc-f3588872-dd2e-4e4d-90bb-4f1c51fce9bd Created container helper-pod
local-path-storage 23m Normal Started pod/helper-pod-delete-pvc-f3588872-dd2e-4e4d-90bb-4f1c51fce9bd Started container helper-pod
local-path-storage 15m Warning DNSConfigForming pod/helper-pod-delete-pvc-f4b1dddd-e28f-46e2-a694-bf5e963b26a0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 15m Normal Pulled pod/helper-pod-delete-pvc-f4b1dddd-e28f-46e2-a694-bf5e963b26a0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 15m Normal Created pod/helper-pod-delete-pvc-f4b1dddd-e28f-46e2-a694-bf5e963b26a0 Created container helper-pod
local-path-storage 15m Normal Started pod/helper-pod-delete-pvc-f4b1dddd-e28f-46e2-a694-bf5e963b26a0 Started container helper-pod
local-path-storage 37m Warning DNSConfigForming pod/helper-pod-delete-pvc-f6a228ec-d194-4abf-96bb-fd1963f00e2f Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 37m Normal Pulled pod/helper-pod-delete-pvc-f6a228ec-d194-4abf-96bb-fd1963f00e2f Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 37m Normal Created pod/helper-pod-delete-pvc-f6a228ec-d194-4abf-96bb-fd1963f00e2f Created container helper-pod
local-path-storage 37m Normal Started pod/helper-pod-delete-pvc-f6a228ec-d194-4abf-96bb-fd1963f00e2f Started container helper-pod
local-path-storage 17m Warning DNSConfigForming pod/helper-pod-delete-pvc-f941c2e8-97fb-4b66-9838-f19ff8e8fff0 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 17m Normal Pulled pod/helper-pod-delete-pvc-f941c2e8-97fb-4b66-9838-f19ff8e8fff0 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 17m Normal Created pod/helper-pod-delete-pvc-f941c2e8-97fb-4b66-9838-f19ff8e8fff0 Created container helper-pod
local-path-storage 17m Normal Started pod/helper-pod-delete-pvc-f941c2e8-97fb-4b66-9838-f19ff8e8fff0 Started container helper-pod
local-path-storage 12m Warning DNSConfigForming pod/helper-pod-delete-pvc-facea2a5-0964-4a91-934a-9b51bd2fece4 Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
local-path-storage 12m Normal Pulled pod/helper-pod-delete-pvc-facea2a5-0964-4a91-934a-9b51bd2fece4 Container image "docker.io/kindest/local-path-helper:v20220512-507ff70b" already present on machine
local-path-storage 12m Normal Created pod/helper-pod-delete-pvc-facea2a5-0964-4a91-934a-9b51bd2fece4 Created container helper-pod
local-path-storage 12m Normal Started pod/helper-pod-delete-pvc-facea2a5-0964-4a91-934a-9b51bd2fece4 Started container helper-pod
local-path-storage 4m56s Warning DNSConfigForming pod/local-path-provisioner-9cd9bd544-s58tg Search Line limits were exceeded, some search paths have been omitted, the applied search line is: local-path-storage.svc.cluster.local svc.cluster.local cluster.local corp.google.com prod.google.com prodz.google.com
***************************************
*** E2E TEST FAILED ***
*** End of information dump ***
***************************************
jeromeju@jju:~/pipeline$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment