Andy Goldstein

Results 169 comments of Andy Goldstein

We have an `APIConversion` type in [kcp](https://github.com/kcp-dev/kcp) that looks like this: ```yaml apiVersion: apis.kcp.io/v1alpha1 kind: APIConversion metadata: name: rev0002.widgets.example.io annotations: bootstrap.kcp.io/create-only: "" spec: conversions: - from: v1 to: v2 rules:...

If the pod's container expects to use the environment variables for the services that Kube/OpenShift automatically inject into the pod/container, then yes, you must create the services first before creating...

I believe I have determined the root cause of this issue, which is probably the same as at least one of the reports in https://github.com/argoproj/argo-cd/issues/15058. There are two parts to...

While fixing the lack of a mutex guarding `c.namespacedResources` is important, I think a possible small fix for this issue could be: ```go if namespaced := kubeutil.IsNamespacedOrUnknown(resInfo, obj.GroupVersionKind().GroupKind()); !namespaced {...

This should be fixed by https://github.com/argoproj/gitops-engine/pull/597, assuming it's approved, merged, and pulled into ArgoCD.

FYI, the incorrect deletions of cluster-scoped resources should be fixed by https://github.com/argoproj/gitops-engine/pull/597, assuming it's approved, merged, and pulled into ArgoCD.

Hi @akutz! I think your solution is the only one that comes to mind for me.

Sorry, I'm not familiar with this project.