You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Pipeline should fail if error message is produced
Your environment*
This is failing on main.
In local environment, the repo must be cloned into ~/github.com/nginxinc/kubernetes-ingress.
After running chmod +x chmod +x /Users/XXX/go/pkg/mod/k8s.io/code-generator@v0.29.3/generate-internal-groups.sh, it works as expected despite the warning message
WARNING: generate-groups.sh is deprecated.
WARNING: Please use k8s.io/code-generator/kube_codegen.sh instead.
Alternatives
since generate-groups.sh is deprecated, we can try upgrading the package and use kube_codegen.sh as suggested by the warning message
The text was updated successfully, but these errors were encountered:
Describe the bug
./hack/update-codegen.sh
return an error but pipeline is still passing.In local environment it runs after fixing the permission issue but it removes the content of most files in
pkg/client
To Reproduce
Steps to reproduce the behavior:
See errors in https://github.com/nginxinc/kubernetes-ingress/actions/runs/8817766289/job/24206399351#step:9:12
Expected behavior
Pipeline should fail if error message is produced
Your environment*
This is failing on main.
In local environment, the repo must be cloned into
~/github.com/nginxinc/kubernetes-ingress
.After running
chmod +x chmod +x /Users/XXX/go/pkg/mod/k8s.io/code-generator@v0.29.3/generate-internal-groups.sh
, it works as expected despite the warning messageAlternatives
since
generate-groups.sh
is deprecated, we can try upgrading the package and usekube_codegen.sh
as suggested by the warning messageThe text was updated successfully, but these errors were encountered: