maschmid opened a new issue #2184: URL: https://github.com/apache/camel-k/issues/2184
When deploying the splitter integration in the example/knative dir with latest Knative (verified on Serverless 1.13 and 1.14) and camel-k operator 1.3.2, splitter ksvc is repeatedly reconciled between two operators. The same scenario works fine with camel-k operator 1.3.1, so it seems to be a regression in camel-k 1.3.2 vs 1.3.1. See also https://github.com/apache/camel-k/issues/1936 possibly introduced by https://github.com/apache/camel-k/pull/2042/files ? (not verified) ``` NAME READY STATUS RESTARTS AGE camel-k-kit-c1hmlapse357at2e5n40-1-build 0/1 Completed 0 2m45s camel-k-kit-c1hmlapse357at2e5n40-builder 0/1 Completed 0 3m30s camel-k-kit-c1hmlb1se357at2e5n4g-1-build 0/1 Completed 0 86s camel-k-kit-c1hmlb1se357at2e5n4g-builder 0/1 Completed 0 2m5s camel-k-kit-c1hmlb9se357at2e5n50-builder 1/1 Running 0 58s splitter-00001-deployment-66c99c65c9-tzxlh 1/2 Running 1 58s splitter-00002-deployment-646bd5c67b-5cwrb 2/2 Running 0 58s splitter-00003-deployment-7f65746644-dr7xd 1/2 Running 2 56s splitter-00004-deployment-6f8d7c8d48-v2zzl 2/2 Running 0 56s splitter-00005-deployment-6fbd456fd5-vjj4l 1/2 Running 2 55s splitter-00006-deployment-5c5cf58d79-442tj 2/2 Running 0 55s splitter-00007-deployment-748bf46445-sg2cz 1/2 Running 1 54s splitter-00008-deployment-777845d7d9-tmsr9 2/2 Running 0 53s splitter-00009-deployment-6bf7f74475-fnc4x 0/2 Error 1 52s splitter-00010-deployment-7ff6b966c-crlpw 1/2 Running 0 51s splitter-00011-deployment-69c54f7c85-78dm7 1/2 Running 1 51s splitter-00012-deployment-55757c7686-phvzx 2/2 Running 0 50s splitter-00013-deployment-99d7fd48c-wgvss 1/2 Running 1 50s splitter-00014-deployment-6c6b88b67d-5dcvj 1/2 Running 0 49s splitter-00015-deployment-7f5d76496c-zqh6v 1/2 Running 1 48s splitter-00016-deployment-79d7bcb6dc-fbdrp 2/2 Running 0 48s splitter-00017-deployment-5d98c79ccd-5kg52 1/2 Running 1 47s splitter-00018-deployment-7d7fbf5cb4-jxmj8 1/2 Running 0 47s splitter-00019-deployment-56b79846d5-4w4dj 1/2 Running 1 46s splitter-00020-deployment-c87644d94-r7s6m 2/2 Running 0 46s splitter-00021-deployment-5db4cb69b5-rlq8j 0/2 Error 1 44s splitter-00022-deployment-6d9bc8d86b-w4flv 1/2 Running 0 43s splitter-00023-deployment-56f8dd4cf6-gmncl 0/2 Error 0 42s splitter-00024-deployment-7d45b49459-cw854 2/2 Running 0 41s splitter-00025-deployment-578977fc74-btvfg 1/2 Running 1 40s splitter-00026-deployment-7d8fdb988c-6fgdp 2/2 Running 0 39s splitter-00027-deployment-6dcccf67cc-sxtfl 1/2 Running 0 39s splitter-00028-deployment-8684bbfdcb-4j8pg 1/2 Running 0 38s splitter-00029-deployment-6c45f89db9-9l95g 1/2 Running 1 37s splitter-00030-deployment-6dd8556d8f-gmqnf 1/2 Running 0 36s splitter-00031-deployment-6758cfc687-kxfmh 1/2 Running 0 35s splitter-00032-deployment-85854d4498-q4g7p 1/2 Running 0 34s splitter-00033-deployment-7865b98856-qwttm 1/2 Running 1 32s splitter-00034-deployment-7d8fc987f-kh6km 1/2 Running 0 31s splitter-00035-deployment-86d7544c48-cf9w7 1/2 Running 0 30s splitter-00036-deployment-66ff4bb7d6-hpsfl 1/2 Running 0 30s splitter-00037-deployment-b5455569d-2fq4m 1/2 Running 0 27s splitter-00038-deployment-6bfbf7595b-bj6hv 1/2 Running 0 26s splitter-00039-deployment-6569dfd8b6-jp7x4 1/2 Running 0 22s splitter-00040-deployment-674ff4797f-bhmx4 1/2 Running 0 21s splitter-00041-deployment-64c556b7b6-jfwmm 1/2 Running 0 17s splitter-00042-deployment-54bf57d879-kp6hh 1/2 Running 0 16s splitter-00043-deployment-7db48ffb96-2gj6v 1/2 Running 0 14s splitter-00044-deployment-549bbbd666-gb4nn 1/2 Running 0 13s splitter-00045-deployment-554b8896db-jz26v 0/2 ContainerCreating 0 1s splitter-00046-deployment-549d66cfc6-dgggf 0/2 ContainerCreating 0 1s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org