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
I have ArgoCD running in a Kubernetes cluster and I want to trigger an Application sync from within a pod. If I can do that via the Kubernetes API, by POSTing or PUTting something to an Application resource, I would not need to worry about authenticating to the ArgoCD API. Is that possible.
In other words; when the ArgoCD API server receives a request to do a sync, does is handle that by calling the Kubernetes API server to update the state of the Application resource, or does it somehow give the Application controller a direct instruction. If the first, what does that update look like?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have ArgoCD running in a Kubernetes cluster and I want to trigger an Application sync from within a pod. If I can do that via the Kubernetes API, by POSTing or PUTting something to an Application resource, I would not need to worry about authenticating to the ArgoCD API. Is that possible.
In other words; when the ArgoCD API server receives a request to do a sync, does is handle that by calling the Kubernetes API server to update the state of the Application resource, or does it somehow give the Application controller a direct instruction. If the first, what does that update look like?
Beta Was this translation helpful? Give feedback.
All reactions