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
Describe the bug
When using this Tutorial to deploy apps using GitOps in the AKS, the app sample running normally and the walk-through in this tutorial is success.
But when take a look in the details on the pods of flux inside of AKS cluster, I notice the container related to source-controller has the CrashLoopBackOff status and it is in a restart loop every 5 min.
I am using Azure as network-plugin and Calico as network policy.
The behavior is the same, even though I disable readiness/liveness probe is disable
There will be a section for events that can add some context here. On the screenshot you have shared we can appreciate that the pod has been killed once due to OOM.
In addition if you are monitoring your cluster, maybe you can present some metrics for the memory on the particular pod.
Describe the bug
When using this Tutorial to deploy apps using GitOps in the AKS, the app sample running normally and the walk-through in this tutorial is success.
But when take a look in the details on the pods of flux inside of AKS cluster, I notice the container related to
source-controller
has theCrashLoopBackOff
status and it is in a restart loop every 5 min.I am using
Azure
as network-plugin andCalico
as network policy.The behavior is the same, even though I disable readiness/liveness probe is disable
To Reproduce
Steps to reproduce the behavior:
1.
run
kubectl get pod -n flux-system -w
and wait for about 5 minrun
kubectl get pod -n flux-system -w
and wait for about 5 min:Expected behavior
The source-controller deploy keep healthy.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: