I installed it using Helm with version v0.28.0 on my Mac kind cluster. There is no information about this in the latest documentation. I tried using PublishedResource to sync all Kubernetes core resources, and it works, but the subresource status cannot sync. The error is:
failed to synchronize object state: failed to update source object status: pods.wk.test.com "hello-pod" not found
Should I use PublishedResource to sync all Kubernetes core resources?
My PublishedResource is:
apiVersion: syncagent.kcp.io/v1alpha1
kind: PublishedResource
metadata:
name: publish-pods
spec:
resource:
apiGroup: ""
kind: Pod
versions: ["v1"]
projection:
group: "wk.test.com"
I installed it using Helm with version v0.28.0 on my Mac kind cluster. There is no information about this in the latest documentation. I tried using PublishedResource to sync all Kubernetes core resources, and it works, but the subresource status cannot sync. The error is:
failed to synchronize object state: failed to update source object status: pods.wk.test.com "hello-pod" not foundShould I use PublishedResource to sync all Kubernetes core resources?
My PublishedResource is: