Jann Fischer

Results 216 comments of Jann Fischer

So are you deploying a `Pod` on its own, and not through one of the abstractions (`Deployment`, `StatefulSet`, `Job` etc)?

So the OutOfSync state is actually on your Deployment resource, not on the Pod, right?

You'd actually need to look in the log files of argocd-application-controller to see why Argo CD thought it had to delete those namespaces. Then, it's pretty much important how you...

Without meaningful logs, you're probably going to have a very hard time to find out why this happened. Alas, the logs you have are not very helpful. Sorry. You could...

> Thus, left the create command with source_index defaulting to 0. I was wondering if it makes sense to support manipulating the source for the `create` command at all, or...

I'm not sure if this is possible with cobra, but do you think we can have dynamic command line arguments? Then instead of `--repo --source-index X`, we could have `--repoX`...

> in the end if you have two repos like in your example we'll have two different sources in argo which means also two different credentials! Ah that makes sense....

Thanks! Can this be backed up by a unit test, please?

Would this fix be possible without a CRD change? Usually, we have a policy of not cherry-picking changes to CRDs back into already released branches, for update simplicity. If it's...