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 searched in the issues and found no similar issues.
Which parts of the documentation do you think need improvement?
[root@localhost bases]# kubectl -n spark apply -f uniffle.apache.org_remoteshuffleservices.yaml
The CustomResourceDefinition "remoteshuffleservices.uniffle.apache.org" is invalid: metadata.annotations: Too long: must have at most 262144 bytes
…853)
### What changes were proposed in this pull request?
Fix the metadata.annotations: Too long in `install.md`
### Why are the changes needed?
Solve the error message encountered below when using `kubectl apply -f`
`The CustomResourceDefinition "remoteshuffleservices.uniffle.apache.org" is invalid: metadata.annotations: Too long: must have at most 262144 bytes
`
Fix: #774
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No.
Code of Conduct
Search before asking
Which parts of the documentation do you think need improvement?
kubectl create
is okMaybe we need modify this line
incubator-uniffle/docs/operator/install.md
Line 45 in 3f9ba81
Affects Version(s)
master
Improving the documentation
No response
Anything else
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: