Skip to content
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

CRD documentation and sample fixes #1332

Merged
merged 1 commit into from
Dec 28, 2019

Commits on Dec 28, 2019

  1. Update CRD source doc with RBAC, fix CRD manifest

    * Add RBAC piece of documentation
    
    * Remove `status:` to avoid validation failure
    
    Otherwise it fails with
    ```
    $ kubectl apply -f crd-manifest.yaml
    error: error validating "crd-manifest.yaml": error validating data: ValidationError(CustomResourceDefinition.status): missing required field "storedVersions" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus;
    ```
    ytsarev committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    9562443 View commit details
    Browse the repository at this point in the history