-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[defect] install sparkoperator by helm failed with unknown field "annotations" #741
Comments
This seems caused by this commit: helm/charts@0f5eef5. There's a wrong indention for the field |
Created helm/charts#19654 to fix the issue. |
The fix has been merged. The new version of the Chart is |
Not sure whether the installation was successful, cause there is an error message.
But I checked the kubernetes dashboard, the Custom Resource Definitions "sparkapplications" and "scheduledsparkapplications" can be found in list |
see my conversation in slack https://app.slack.com/client/T09NY5SBT/CALBDHMTL/thread/CALBDHMTL-1576435096.006900 |
Looks I can't access the workspace |
this is how i solved it First I fixed this annotations indent, then i installed with the --skip-crds flag |
See helm/charts#19236. |
@huineng @liyinan926 thanks for help
|
I want to install sparkoperator in IBM cloud, but failed with unknown field "annotations"
Steps:
ibmcloud login -a cloud.ibm.com -r us-south -g Metering --sso -u [email protected]
Errors:
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(CustomResourceDefinition): unknown field "annotations" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition
I searched keyword "annotations" by google, and also in the repository "spark-on-k8s-operator", no such error, so I submit a defect, hope any helps
Thanks
The text was updated successfully, but these errors were encountered: