how to sync all k8s core resource to workspace root:xxxx. in latest version
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- go, helm, kubernetes
- Domain
- distributed-systems, infrastructure
Research direction
Start by reproducing the PublishedResource configuration on the reported Helm v0.28.0 kind setup and inspect the synchronization error for the Pod status subresource. The work is done when the documentation explains whether this configuration supports core resources and status synchronization, or records the required behavior and limitations.
Written by the indexing model from the issue text.
Description
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"
- Dominant language
- Go
- Stars
- 25
- Forks
- 30
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from kcp-dev/api-syncagent
-
kind/bug
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
kcp-dev/api-syncagent#163 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
kcp-dev/api-syncagent#161 ·
-
kind/feature
Difficulty 4/5 3-5 days Newbie friendliness 48/100
kcp-dev/api-syncagent#186 · 1 reaction ·
-
kind/bug
kcp-dev/api-syncagent#182 · 1 comment · 1 assignee ·
-
bug: finalizer "syncagent.kcp.io/cleanup" on related resources block deletion of primary object Openkind/bug
Difficulty 4/5 3-5 days Newbie friendliness 48/100
kcp-dev/api-syncagent#172 · 1 comment · 1 reaction ·
All issues in kcp-dev/api-syncagent
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100
-
enhancement needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
kind/cleanup
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
kubernetes-sigs/kueue#15947 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sympozium-ai/sympozium#627 ·