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
Hi
We are testing camel-k capabilities on a minikube environment, we haven't installed knative.
We have observed when we create an integration, by default the replica is 1.
Curious to know can we create an integration component with multiple pods in the beginning ?
Also as we are in a non knative environment, how can we scale the number of pods. I have tried to change the number of replica in the deployment to 2 from 1, however it's not creating 2 pods.
The text was updated successfully, but these errors were encountered:
There is currently no option to the kamel run subcommand to set the replicas count. That would make a good enhancement. Feel free to create an issue for that.
It is possible to edit the Integration resource with kubectl edit or kubectl patch, e.g.:
$ kubectl patch it my-integration -p '{"spec":{"replicas":2}}'
Hi
We are testing camel-k capabilities on a minikube environment, we haven't installed knative.
We have observed when we create an integration, by default the replica is 1.
Curious to know can we create an integration component with multiple pods in the beginning ?
Also as we are in a non knative environment, how can we scale the number of pods. I have tried to change the number of replica in the deployment to 2 from 1, however it's not creating 2 pods.
The text was updated successfully, but these errors were encountered: