Anish Asthana

Results 8 comments of Anish Asthana

I ran into the same issue when I had a kfdef without `manifests` defined.

I'm a +1 to this as well but perhaps we should stagger it a release? At least to give users some time to adjust.

I recently started a new operator via the sdk -- it generated a makefile with the following: ``` .PHONY: controller-gen controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessary. $(CONTROLLER_GEN): $(LOCALBIN)...

Could you try something like this? `pip install git+https://github.com/kubeflow/training-operator.git@master#subdirectory=sdk/python"` I've never installed from a subdirectory before but I _think_ this should work

On a similar note: we have a ton of github actions we built to automate releases for codeflare. Some links... 1. https://github.com/project-codeflare/codeflare-sdk/blob/main/.github/workflows/release.yaml 2. https://github.com/project-codeflare/codeflare-operator/blob/main/.github/workflows/project-codeflare-release.yml

When we took a stab at upgrading it, we ended up with the following https://github.com/anishasthana/obslytics/tree/update_dependencies. We have not been able to get around one of the dependency failures. Pinning gnostic...