You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note that there are two configmaps and two secrets. When using the Knative profile, the Knative Service that is generated contains volume mounts and volumes for each configmap and secret. When the camel-k operator reconciles this integration multiple times, the order that the volumes and volume mounts appear in the Service is different. Knative will create a new Revision each time the order changes. Reconcile can happen frequently and it is not unusual to have 50-60 revisions (and therefore also pods) concurrently. The problem is worse when there are more configmaps and secrets.
The text was updated successfully, but these errors were encountered:
If I have an integration that contains this:
note that there are two configmaps and two secrets. When using the Knative profile, the Knative
Service
that is generated contains volume mounts and volumes for each configmap and secret. When the camel-k operator reconciles this integration multiple times, the order that the volumes and volume mounts appear in theService
is different. Knative will create a newRevision
each time the order changes. Reconcile can happen frequently and it is not unusual to have 50-60 revisions (and therefore also pods) concurrently. The problem is worse when there are more configmaps and secrets.The text was updated successfully, but these errors were encountered: