vhive-serverless / vHive

vHive: Open-source framework for serverless experimentation
MIT License
265 stars 84 forks source link

Panic During controller-gen Installation with Go 1.22.0 in Kubernetes Power Manager Integration #968

Closed XunyiiZ closed 3 months ago

XunyiiZ commented 3 months ago

Describe the bug The make command within the kubernetes-power-manager repository triggers a panic error during the installation of controller-gen when using Go version 1.22.0. This issue prevents the successful installation of controller-gen and subsequent CRD installation steps required by the Kubernetes Power Manager.

To Reproduce Steps to reproduce the behavior.

  1. Set up a Knative cluster following the quick-start guide
  2. Attempt to set up the Power Manager using./scripts/power_manager/setup_power_manager.sh as described in the Power Manager Setup Guide
  3. Encounter the error during the process.

Expected behavior The controller-gen tool installs without errors, allowing for the successful execution of subsequent CRD installation steps as part of the Kubernetes Power Manager setup.

Logs

Notes