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

Drop unused permission + configurable binary path #2478

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Oct 29, 2024

  1. Drop unused configmaps/status permission + configurable binary path

    Configmaps have no status; omiting this to avoid operator having to
    be granted that non existing subresource:
    https://github.com/kubernetes/kubernetes/blob/v1.31.2/pkg/apis/core/types.go#L1722-L1743
    ```
    $ kubectl get configmap --subresource status myconfigmap        # k8s v1.28
    Error from server (NotFound): the server could not find the requested resource
    ```
    
    Supporting overriding the operator's binary path can be useful for
    custom rebuilds, or using a wrapper, ...
    bpineau committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f4e08a2 View commit details
    Browse the repository at this point in the history