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

OCPBUGS-34544: Disable PersistentVolumeLabel admission plugin #1693

Merged

Commits on May 29, 2024

  1. Disable PersistentVolumeLabel admission plugin

    PersistentVolumeLabel admission plugin needs a valid cloud config.
    kube-apiserver does not get it in OCP 4.17, and thus it reject valid
    in-tree GCE PersistentVolumes.
    
    The admission plugin was deprecated upstream a long time ago, it was
    removed from Kubernetes 1.31 (OCP 4.18) and it cannot work without
    a cloud provider in kube-apiserver anyway.
    jsafrane committed May 29, 2024
    Configuration menu
    Copy the full SHA
    60392c1 View commit details
    Browse the repository at this point in the history