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

Fix kubebuilder project #6202

Merged
merged 3 commits into from
Aug 25, 2022
Merged

Fix kubebuilder project #6202

merged 3 commits into from
Aug 25, 2022

Commits on Aug 24, 2022

  1. operator: Fix kube-apiserver hanging during cleanup.

    Longer timeout for waiting kube-apiserver to stop
    pvsune committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    41b6271 View commit details
    Browse the repository at this point in the history
  2. operator: Fix kubebuilder init.

    Kubebuilder commands fail because missing boilerplate text
    Update PROJECT config to be compatible with kubebuilder 3.6.0
    pvsune committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1eec36d View commit details
    Browse the repository at this point in the history
  3. operator: Run make crlfmt.

    Formats code with CRLFMT to avoid diff when running make test
    pvsune committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    7cb4e12 View commit details
    Browse the repository at this point in the history